Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Bug 520340: Fix @since versionsJonah Graham2-2/+2
2017-11-08Add Makefile Projects to collection of core build project types.Doug Schaefer22-354/+672
2017-11-08Bump cdt-baseline sequence numberJonah Graham1-1/+1
2017-11-07Adjust Arduino to new GCCToolChain API and add type and id/name.Doug Schaefer9-33/+49
2017-11-07Hook up the clang toolchain now split out from GCC.Doug Schaefer10-237/+348
2017-11-07Bug 526684 - Use InstantiationContext.setExpandPack() in CPPTemplates.instant...Nathan Ridge2-1/+28
2017-11-07Implement ordering of toolchains.Doug Schaefer15-342/+501
2017-11-07Bug 526724: corrected deduced type for string literals with u8 prefixMarco Syfrig2-9/+50
2017-11-05CMake - check for build files, clean up some UX.Doug Schaefer3-9/+16
2017-11-05Add the core build gcc ui plugin to the gcc build feature.Doug Schaefer2-36/+44
2017-11-03Hook up the error parser properly in the build configuration.Doug Schaefer6-24/+66
2017-11-02CDT.setup fixesJesper Eskilson1-6/+3
2017-11-02Fix API error in lsp4e.cpp plugin.Doug Schaefer1-117/+117
2017-11-02Bug 526730 - Autotools should not run autotool commands in the ContainerJeff Johnston3-47/+55
2017-11-02Bug 520340: enable CLI to CDT's code formatterMustafa YĆ¼cel9-0/+607
2017-11-01Bug 361881: Test for undefined reset/delay/halt commandJohn Dallaway3-7/+33
2017-11-01Improve when build like autotools is trying to execute a script.Doug Schaefer2-13/+40
2017-10-31Fix API baseline errors from Command Launcher changes.Doug Schaefer8-10/+13
2017-10-31Fix up MSYS2 autodetect in to use new GCCToolChain API.Doug Schaefer2-4/+39
2017-10-30Bug 525591: autotools: Initial core build implementationChin Huat Ang37-0/+886
2017-10-30Bug 526391 - Make Database.stringCache a ConcurrentHashMap since it can be ac...Nathan Ridge1-2/+2
2017-10-26Bug 525953 - Simplify the implementation of AbstractCodanCMarkerResolution.ge...Nathan Ridge1-5/+3
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 Johnston67-66/+4543
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-20Bug 334110: Ensure correct SessionType enabledJohn Dallaway2-2/+14
2017-10-19Fix bugs with emscripten and scannerInfo.Doug Schaefer3-21/+27
2017-10-19Bug 526254: Increase choice of speeds to match that of modern USB SerialAlex Schuilenburg1-2/+6
2017-10-18Make CMake support more resilient.Doug Schaefer4-10/+23
2017-10-17Make Qt toolchain selection more resilient.Doug Schaefer4-9/+13
2017-10-17Make no toolchain error handling more generic and reuse with QtDoug Schaefer4-4/+6
2017-10-16Fix up handling of Qt build config defaults.Doug Schaefer1-38/+9
2017-10-16Bug 519121 - Avoid building excessively long type strings in ASTTypeUtilNathan Ridge1-1/+48
2017-10-16Fix Default toolchain name in common build tab.Doug Schaefer1-1/+1
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-13Bug 525438 - Fix file path comparison in AbstractIndexAstChecker.getLineComme...Nathan Ridge1-2/+1
2017-10-12Point help docs run at released 4.7 platform.Doug Schaefer1-1/+1
2017-10-12Allow for changing manually setting toolchains for build configs.Doug Schaefer42-607/+1144
2017-10-12Bug 525726: Use GDB/MI for temporary breakpointJohn Dallaway1-2/+3
2017-10-11bug 525794 - NPE when invoking Open Declaration in "empty space"Michael Woski2-0/+13
2017-10-11Update cdt.target file to point to '4.7' instead of '4.7milestones',Nathan Ridge1-1/+1
2017-10-08Bug 525692: Execute run commands before resumeJohn Dallaway2-24/+23
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer43-284/+494
2017-10-06Bug 525666: Fix NPE when DebuggerConsole closes before async code can runJonah Graham1-2/+10
2017-10-06Bug 525667: Allow IGDBFocusSynchronizer to be an optional serviceJonah Graham1-1/+7
2017-10-06Bug 525664: Add missing close in new Debugger ConsoleJonah Graham1-0/+7
2017-10-06Bug 525645 - Named type specifiers in friend declarationsThomas Corbat2-2/+23

Back to the top