Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Bug 530478 - Relax AC_INIT macro validation in AutoconfEditorChin Huat Ang2-3/+7
2018-01-17Bug 529386 - NoSuchMethodError in AutotoolsNewMakeGenerator.runScriptJeff Johnston1-1/+1
2018-01-10Bug 529121 - NPE fix for projects created with CMakeCDT_9_4_1Doug Schaefer1-1/+3
2017-12-05Fix up handling of esp32 on Windows.Doug Schaefer1-22/+55
2017-12-01Fixes for ESP32.CDT_9_4_branchDoug Schaefer1-3/+6
2017-12-01Cleanup Core Build Preference pages.Doug Schaefer2-7/+0
2017-11-29Fix manual include/macro settings handling for GCCToolChain.Doug Schaefer1-8/+31
2017-11-27Stop launch on error. Fix up set/get make commands.Doug Schaefer3-7/+39
2017-11-27Bug 527818 - Clean up handling of missing toolchain fileDoug Schaefer4-1/+22
2017-11-22Hook up the old Include Paths and Symbols page to Makefile projs.Doug Schaefer2-2/+6
2017-11-21Releng fixes, ensuring legal files are there. Removing projects.Doug Schaefer7-40/+91
2017-11-20Set CC and CXX variables to toolchain compileCommands in std build.Doug Schaefer1-1/+5
2017-11-20Fix MSYS2 so that it's provider overrides the path provider.Doug Schaefer1-1/+10
2017-11-17Forgot to add the makefile templates to the build.Doug Schaefer1-1/+2
2017-11-15Fix up leftover toolchain provider id usage.Doug Schaefer1-1/+1
2017-11-10Fixes for scanner info for Makefile projects.Doug Schaefer3-12/+90
2017-11-10Add settings to Makefile build configs to build at project root.Doug Schaefer6-6/+170
2017-11-08Add Makefile Projects to collection of core build project types.Doug Schaefer16-23/+332
2017-11-07Adjust Arduino to new GCCToolChain API and add type and id/name.Doug Schaefer1-9/+5
2017-11-07Hook up the clang toolchain now split out from GCC.Doug Schaefer9-108/+219
2017-11-07Implement ordering of toolchains.Doug Schaefer4-15/+54
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 Schaefer1-36/+43
2017-11-03Hook up the error parser properly in the build configuration.Doug Schaefer2-5/+8
2017-11-02Bug 526730 - Autotools should not run autotool commands in the ContainerJeff Johnston2-45/+44
2017-11-01Improve when build like autotools is trying to execute a script.Doug Schaefer1-8/+32
2017-10-31Fix API baseline errors from Command Launcher changes.Doug Schaefer5-5/+5
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 Ang35-0/+876
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston23-23/+326
2017-10-19Fix bugs with emscripten and scannerInfo.Doug Schaefer2-20/+25
2017-10-18Make CMake support more resilient.Doug Schaefer3-9/+22
2017-10-12Allow for changing manually setting toolchains for build configs.Doug Schaefer16-153/+271
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer15-30/+248
2017-09-28UI for adding toolchains for Core Build. New Generic Target Wizard.Doug Schaefer27-156/+1365
2017-09-11Bug 522077 - New Autotools project doesn't open source file by defaultJeff Johnston3-0/+27
2017-09-11Update feature versions to CDT 9.4.Doug Schaefer3-3/+3
2017-09-07Core Build - add support for Generic targetDoug Schaefer2-6/+5
2017-08-10Bug 519529 - fix handling of quotes in the GCCToolChain scanner info.Doug Schaefer1-0/+10
2017-08-02Bug 520360 - First created target does not appear in BuildTargetDialogPhilippe NOEL1-13/+15
2017-07-27Bug 520163: Use camel case for new command line argumentJonah Graham2-4/+4
2017-07-27Bug 520163: Provide a way to exclude Scanner Errors from headless buildJonah Graham3-37/+123
2017-06-07Bug 517908: Don't convert #undef into #include <#undef> anymoreJonah Graham2-0/+10
2017-05-17Bug 516813: don't mark all targets as secondaryJonah Graham33-35/+2
2017-05-17Bug 498171 Propagate scanner info fix for Arduino.Doug Schaefer1-1/+1
2017-05-12Bug 314428: speedup build console - better handle duplicate markersJonah Graham2-16/+28
2017-05-02Bug 515990 - Fix constant reindexing in CMake projectsDoug Schaefer1-0/+5
2017-04-24Bug 515560: Avoid indexer race condition by joining the indexerJonah Graham21-16/+115
2017-04-21Fix issues with CMake. Arguments not passed. Local GCC prefix wrongDoug Schaefer3-14/+52
2017-04-19Bug 515374: Stop using user.home as a temporary directory in testsJonah Graham4-193/+126

Back to the top