Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Fix MSYS2 so that it's provider overrides the path provider.Doug Schaefer2-2/+13
2017-11-19Expose org.eclipse.cdt.docker.launch directory as publicJeff Johnston6-4/+9
2017-11-18Bug 527419: Process async output with no variableJohn Dallaway1-8/+12
2017-11-17Forgot to add the makefile templates to the build.Doug Schaefer1-1/+2
2017-11-16Fix missing recording of launch mode for core build configs.Doug Schaefer1-0/+1
2017-11-15Fix up leftover toolchain provider id usage.Doug Schaefer2-2/+2
2017-11-15Bug 526975 - Deduce return type correctly in the presence of multiple return ...Nathan Ridge3-46/+93
2017-11-15Bug 500988: better handle race condition in SourceContainerJonah Graham1-1/+31
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-14Bug 525675: Fix dependency versionJonah Graham1-1/+1
2017-11-14Bug 525675: Delegate opening unknown file types to unknownEditorStrategyJonah Graham4-27/+43
2017-11-13Serial Flash Target and Launch. Clean up Generic Launch.Doug Schaefer46-162/+2052
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 Ridge6-11/+111
2017-11-13Bug 520580: Implement new-console support on WindowsJonah Graham13-38/+258
2017-11-10Fixes for scanner info for Makefile projects.Doug Schaefer7-24/+162
2017-11-10Add settings to Makefile build configs to build at project root.Doug Schaefer9-18/+280
2017-11-09Bug 527090: fix bad whitespace on windowsJonah Graham1-2/+2
2017-11-09Update Oomph's setup's API baseline to 9.3Jonah Graham1-2/+2
2017-11-09Bug 522367: prevent hang of -target-attach on Ubuntu 16.04 / GDB 7.11Jonah Graham7-12/+114
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-09Bug 242705: Fix misaligned breakpoint iconJesper Eskilson6-3/+3
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 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

Back to the top