Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-18Bug 514385: defaultValue-generation for a build-optioncartu38 opendev7-1/+102
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston3-0/+9
2017-03-27Bug 514244: ability to add custom wizard page prior project creation onecartu38 opendev2-11/+38
2017-03-25autotools: Restore API.Alexander Kurtakov1-0/+5
2017-03-23autotools: automake/autoconf generic editor.Alexander Kurtakov8-95/+126
2017-03-23Remove unneeded casts.Alexander Kurtakov1-5/+5
2017-03-23Generify ListenerList.Alexander Kurtakov1-5/+4
2017-03-19Bug 513860 - build: Change id of pthread optionSimon Marchi1-3/+3
2017-03-18Bug 513763 - Save workspace following headless buildJohn Dallaway1-0/+4
2017-03-17Bug 464916 - Add a -pthread checkbox in the GCC C/C++ Linker settingsSimon Marchi2-2/+41
2017-02-20Bug 512096 - Fix NPE selecting an LLVM toolchain in toolchain editorMarc-Andre Laperle1-1/+6
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle32-514/+57
2017-01-25Auto-generate source features using tycho.Marc Khouzam11-224/+0
2017-01-16cmake: Fix missing NLS messagesMarc-Andre Laperle2-2/+2
2017-01-03[Bug 340300] Fix parallel make when using pre-build stepsMorten Kristiansen3-45/+26
2016-12-15Bug 503153.Fixed NPE in GCCToolChain.getDefaultScannerInfo()Christian Sell1-2/+22
2016-12-14Bug 509248: Disable unstable/intermittent SWTBot based testsJonah Graham1-7/+10
2016-11-30Fix cmake feature to use license feature for proper license.Alexander Kurtakov1-1/+3
2016-11-21Fix NPE in CMake clean when generator not selected.Doug Schaefer3-7/+47
2016-11-16Update version to 9.3.0Marc Khouzam27-30/+30
2016-11-15Update version to 9.2.0Marc Khouzam27-30/+30
2016-11-14Fix up feature names for Neon.2 SimRel repo.Doug Schaefer1-1/+1
2016-11-14Mark CMake feature as experimental.Doug Schaefer1-2/+2
2016-11-11Implement Qt build tab for the launch config dialog.Doug Schaefer4-11/+28
2016-11-08Bug 422378: allow case of getOutputNames() returning nulljantje1-45/+47
2016-10-21Make launchMode a core thing and add Debug for CMake configs.Doug Schaefer2-6/+14
2016-10-19Add New Empty CMake project wizard.Doug Schaefer3-15/+82
2016-10-18Fixes to remove duplicates and invalid CMake toolchain entries.Doug Schaefer1-7/+17
2016-10-14Bug 505868: Split clean command when cleaning lots of filesJonah Graham5-48/+231
2016-10-13CosmeticsJonah Graham1-193/+162
2016-10-12Updates for Core Build.Doug Schaefer4-24/+232
2016-10-06Generification and other code cleanup.Sergey Prigogin3-28/+23
2016-09-26Bug 501763: NPE in MakeTargetActionProviderAndrew Gvozdev1-7/+9
2016-09-25Cosmetics.Sergey Prigogin1-1/+1
2016-09-16Fix to better handle build output parsing random text.Doug Schaefer1-1/+6
2016-09-12Add empty tab group and icon for core build local launches.Doug Schaefer1-9/+10
2016-09-12Introduce Core Build launches and Launch Bar integration.Doug Schaefer13-334/+12
2016-09-06Clean up CMake build.properties files.Doug Schaefer3-3/+8
2016-08-31Allow participants in CMake toolchain file management.Doug Schaefer14-33/+256
2016-08-29CMake and build architecture changes to improve launchingDoug Schaefer5-24/+38
2016-08-26Missed updates from last CMake change.Doug Schaefer3-2/+15
2016-08-25Bug 174176 - Hook up CMake build to LaunchBar to select toolchain filesDoug Schaefer24-61/+874
2016-08-23Scanner discovery for CMake projects.Doug Schaefer7-78/+215

Back to the top