Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-17[releng] Update comparator repo to last releaseJonah Graham1-1/+1
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-09-09Bug 550076 - Use PE64 parser by defaultCDT_9_9_0Jonah Graham2-2/+2
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 Sair2-4/+14
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-Roeder3-13/+62
2019-02-26Bug 544721: Increment version following new standardJonah Graham1-1/+1
2019-02-22Bug 544721 Retain rebuildState state when cloning build configsPhilip Langer4-10/+38
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-24Bug 540373: Update the compiler warnings/ignoresJonah Graham1-1/+1
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 Graham7-44/+44
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 540373: Standard .settings auto appliedJonah Graham5-20/+308
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham367-1114/+2215
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-23Bug 540367 - Increment version numbersWilliam Riley1-1/+1
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-04-12Bug 533473 - Dynamically hide option categoriesTorbjörn Svensson1-1/+11
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
2018-02-08Remove redundant superinterface.Alexander Kurtakov2-5/+4
2017-10-31Fix API baseline errors from Command Launcher changes.Doug Schaefer5-5/+5
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston17-15/+304
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 Graham1-0/+5
2017-05-17Bug 516813: don't mark all targets as secondaryJonah Graham1-2/+1
2017-05-12Bug 314428: speedup build console - better handle duplicate markersJonah Graham2-16/+28
2017-04-18Bug 514385: defaultValue-generation for a build-optioncartu38 opendev7-1/+102
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston1-0/+3
2017-03-23Remove unneeded casts.Alexander Kurtakov1-5/+5

Back to the top