Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Fixes for ESP32.CDT_9_4_branchDoug Schaefer2-3/+14
2017-12-01Cleanup Core Build Preference pages.Doug Schaefer8-8/+19
2017-12-01Fix issue with core build launch desc deletion.Doug Schaefer2-49/+2
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 Patzen7-0/+296
2017-11-30Bug 515305 - Fix 32-bit serial port dllDoug Schaefer2-1/+1
2017-11-29Fix manual include/macro settings handling for GCCToolChain.Doug Schaefer1-8/+31
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 Schaefer7-28/+94
2017-11-27Bug 527818 - Clean up handling of missing toolchain fileDoug Schaefer4-1/+22
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 Patzen3-2/+8
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 Schaefer29-152/+155
2017-11-21Bug 526669 - Use the Matcher API correctly in CodanProblemMarkerResolutionGen...Nathan Ridge1-0/+2
2017-11-21Releng fixes, ensuring legal files are there. Removing projects.Doug Schaefer37-340/+257
2017-11-21Add the Launch over Serial Flash feature to the repo.Doug Schaefer1-0/+6
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 Schaefer5-18/+75
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

Back to the top