Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Cleanup Core Build Preference pages.Doug Schaefer5-1/+18
2017-12-01Bug 527697 - Size of parameter pack where arguments themselves contain a packNathan Ridge2-1/+28
2017-12-01Bug 527959 - Fix argument lists for some builtinsMartin Oberhuber1-12/+14
2017-11-30Bug 527553: Detect invalid decltype(auto) with a type specifierHansruedi Patzen2-0/+59
2017-11-28Info cache files were not getting deleted properlyDoug Schaefer1-2/+2
2017-11-28Bug 527872: UDL operator name gets duplicated on rewriteHansruedi Patzen2-6/+9
2017-11-27Stop launch on error. Fix up set/get make commands.Doug Schaefer3-21/+48
2017-11-27Bug 444054 - Make sure we build the right projectDoug Schaefer1-0/+3
2017-11-24Bug 527396: Parser includes curly brace when parsing noexcept functionsHansruedi Patzen2-4/+58
2017-11-24Bug 527709 - [Checker] Test suite fails on WindowsHansruedi Patzen1-0/+6
2017-11-23Bug 444054 - Always enable the build actions.Doug Schaefer1-0/+6
2017-11-22Hook up the old Include Paths and Symbols page to Makefile projs.Doug Schaefer27-150/+149
2017-11-21Undo the fix I did for creating the build container.Doug Schaefer1-18/+7
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

Back to the top