Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-24Bug 565553 - Improve performance of build command parsers with large number o...Marc-Andre Laperle1-4/+8
2020-08-24Bug 566107 - Option parsers can fail to trim extra characters when using patt...Marc-Andre Laperle2-11/+15
2020-08-18Bug 564123 Treat environment and build variable case sensitivelyjantje11-71/+16
2020-08-04Bug 565457 - CDB settings provider/parser's automatic exclusion of files is v...Marc-Andre Laperle1-31/+78
2020-08-03Bug 565553 - Improve performance of build command parsers with large number o...Marc-Andre Laperle1-8/+37
2020-07-11Bug 563006 - CDB settings provider/parser doesn't support "arguments"Marc-Andre Laperle2-1/+10
2020-07-04Fixed NLS and null warningsTorbjörn Svensson3-5/+4
2020-06-13Bug 564123 delete org.eclipse.cdt.utils.Platformjantje1-1/+1
2020-06-12Bug 564257: Respect commandGenerator and applicabilityCalculatorTorbjörn Svensson2-46/+120
2020-06-08Bug 562004 - Remove dependency to com.ibm.icu from CDT Managed BuildSergei Kovalchuk7-30/+24
2020-05-10Bug 559186 - Allow using variables for the CDB path in CDB settings providerMarc-Andre Laperle1-15/+30
2020-04-25Bug 562452: Avoid using .C for C++ files when calculating specsJonah Graham2-15/+33
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham7-14/+29
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov7-29/+14
2020-01-30Bug 559707 - Promote ToolchainBuiltinSpecsDetector.getTool(String)Alexander Fedorov1-61/+71
2020-01-29Mark ToolchainBuiltinSpecsDetector.getTool(String) protectedTorbjörn Svensson1-1/+2
2020-01-09Bug 551817: Normalize case of (c) to match Eclipse HandbookJonah Graham1-1/+1
2019-10-28[releng] Cleanup code that has been misformatted and update to SDK 4.13Jonah Graham1-21/+21
2019-10-24Bug 548730 - Compilation database (CDB) language settings providerMarc-Andre Laperle4-0/+552
2019-10-10Do not use deprecated Boolean constructor.Alexander Kurtakov1-2/+2
2019-10-03Bug 551089 - Builds with libraries having spaces in the name failJeff Johnston1-1/+23
2019-08-12Convert new Runnable to lambda.Alexander Kurtakov2-140/+89
2019-06-21Bug 545976 Clicking on error/warning in build console doesn't open fileUmair Sair1-0/+7
2019-06-21Bug 546407 Project dependencies are not built in the correct orderUmair Sair1-3/+13
2019-05-24Use IToolChain instead of ToolChain in constructor of Configuration.Clément Hurlin1-1/+1
2019-05-07Bug 180451 - fix generateMakefiles() on incremental buildDorothea Pilz-Roeder1-5/+4
2019-04-10Bug 180451 - [Build] Build output directory should be selectable forDorothea Pilz-Roeder2-12/+61
2019-02-22Bug 544721 Retain rebuildState state when cloning build configsPhilip Langer3-9/+37
2018-12-04Remove a few internal, deprecated methodsMarc-Andre Laperle1-9/+0
2018-12-02Remove a couple of StreamMonitor classes (unused)Marc-Andre Laperle1-30/+0
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham8-18/+9
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham6-43/+43
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham11-191/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham115-677/+677
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham9-11/+15
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham335-19995/+19623
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham361-1083/+2166
2018-10-22Bug 540369 - HeadlessBuilder: change private to protectedEvgueni Driouk1-28/+28
2018-07-20Bug 537211 - Error running Builtin Specs Detector (closed project)Michael Keppler1-0/+3
2018-05-30Bug 511161: Early fail on non-absolute URIs when looking for files in workspaceJonah Graham1-0/+5
2018-05-18[534454] Fixed GCC build parser for simple definesEric Woestman1-1/+2
2018-05-09Bug 330204 - Use ManagedBuildManager to buildTorbjörn Svensson1-31/+3
2018-04-17Bug 528940 - Execute pre/post build stepSamuel Hultgren2-1/+84
2018-04-17Bug 217674 - Added incremental build supportSamuel Hultgren2-4/+96
2018-02-14Bug 531131 - Consider superclass value to avoid unnecessary changesWilliam Riley3-44/+49
2018-02-13Bug 531106 - Modify MBS option serialize to handle empty string listsWilliam Riley1-11/+42
2018-02-12Bug 531028 - Pass build config to all builders during headless buildWilliam Riley1-1/+8
2018-02-08Remove unused private methods.Alexander Kurtakov4-157/+3
2018-02-08Remove useless imports.Alexander Kurtakov3-9/+3
2018-02-08Remove useless code.Alexander Kurtakov1-5/+1

Back to the top