Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Set CC and CXX variables to toolchain compileCommands in std build.Doug Schaefer4-17/+70
2017-11-20Fix MSYS2 so that it's provider overrides the path provider.Doug Schaefer1-1/+3
2017-11-16Fix missing recording of launch mode for core build configs.Doug Schaefer1-0/+1
2017-11-15Bug 526975 - Deduce return type correctly in the presence of multiple return ...Nathan Ridge3-46/+93
2017-11-15Bug 527179: ExpressionWriter removes nested noexcept expressionsHansruedi Patzen2-2/+32
2017-11-15Bug 526857 - Diagnose member access into pointer type in C codeNathan Ridge3-1/+21
2017-11-14Bug 519533: Fix scroll lock on build consoleJonah Graham1-1/+3
2017-11-13Bug 514363 - Fix constexpr evaluation of assignment into array elementNathan Ridge2-1/+26
2017-11-13Bug 522010 - Completion of non-type template parameter in ambiguous template ...Nathan Ridge5-6/+89
2017-11-10Fixes for scanner info for Makefile projects.Doug Schaefer4-12/+72
2017-11-10Add settings to Makefile build configs to build at project root.Doug Schaefer3-12/+110
2017-11-09Bug 527019 - Build not running in Container for Managed Make projectJeff Johnston1-9/+4
2017-11-09Bug 378302 - Only bring build console to top on problem output.Christian Walther4-10/+32
2017-11-08Bug 512550 - Hide C and C++ Project Wizards and fix canFinish().Doug Schaefer3-23/+10
2017-11-08Bug 520340: Fix @since versionsJonah Graham2-2/+2
2017-11-08Add Makefile Projects to collection of core build project types.Doug Schaefer5-44/+51
2017-11-07Hook up the clang toolchain now split out from GCC.Doug Schaefer1-129/+129
2017-11-07Bug 526684 - Use InstantiationContext.setExpandPack() in CPPTemplates.instant...Nathan Ridge2-1/+28
2017-11-07Implement ordering of toolchains.Doug Schaefer10-320/+447
2017-11-07Bug 526724: corrected deduced type for string literals with u8 prefixMarco Syfrig2-9/+50
2017-11-03Hook up the error parser properly in the build configuration.Doug Schaefer2-14/+50
2017-11-02Bug 520340: enable CLI to CDT's code formatterMustafa YĆ¼cel4-0/+418
2017-11-01Improve when build like autotools is trying to execute a script.Doug Schaefer1-5/+8
2017-10-31Fix API baseline errors from Command Launcher changes.Doug Schaefer3-5/+8
2017-10-30Bug 526391 - Make Database.stringCache a ConcurrentHashMap since it can be ac...Nathan Ridge1-2/+2
2017-10-25Bug 526134 - Recover from failure to parse a base-clause in a class-specifierNathan Ridge2-1/+14
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston10-11/+519
2017-10-21Bug 486140 - Cast expression with label reference expression as operandNathan Ridge2-1/+37
2017-10-20Bug 525982 - Have TypeOfUnknownMember implement ICPPUnknownBindingNathan Ridge3-19/+26
2017-10-19Fix bugs with emscripten and scannerInfo.Doug Schaefer1-1/+2
2017-10-18Make CMake support more resilient.Doug Schaefer1-1/+1
2017-10-17Make no toolchain error handling more generic and reuse with QtDoug Schaefer3-3/+3
2017-10-16Bug 519121 - Avoid building excessively long type strings in ASTTypeUtilNathan Ridge1-1/+48
2017-10-16Improve tracking of lookup pointsNathan Ridge2-71/+74
2017-10-15Bug 512297 - Improve caching of type strings in ASTTypeUtilNathan Ridge3-47/+32
2017-10-15Rename EvalParameterPack to EvalPackExpansionNathan Ridge8-23/+23
2017-10-12Allow for changing manually setting toolchains for build configs.Doug Schaefer12-145/+361
2017-10-11bug 525794 - NPE when invoking Open Declaration in "empty space"Michael Woski2-0/+13
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer3-22/+13
2017-10-06Bug 525645 - Named type specifiers in friend declarationsThomas Corbat2-2/+23
2017-10-05bug 525288 - resolve partial template specializations inMichael Woski2-3/+30
2017-10-04Bug 512297 - Decrease the template instantiation depth limit to 128Nathan Ridge2-1/+31
2017-10-04Add a comment describing the intended uses of CPPSemantics.getCurrentLookupPo...Nathan Ridge1-0/+9
2017-10-04Bug 512297 - Impose a limit on the nesting depth of template argumentsNathan Ridge8-28/+154
2017-10-04Bug 524338 - Make sure SemanticHighlightingTest.teardown() is called even if ...Nathan Ridge1-5/+10
2017-10-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge4-47/+63
2017-10-03Bug 524258 - NPE in QuickAssistProcessor.runOnAST()Nathan Ridge1-0/+4
2017-10-02Bug 399147 - Make 'Find References' find using-declarationsNathan Ridge6-5/+55
2017-10-02Bug 515417 - Improve handling of friend classes in PDOMNathan Ridge7-13/+45
2017-09-28UI for adding toolchains for Core Build. New Generic Target Wizard.Doug Schaefer26-28/+978

Back to the top