Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-30Bug 580178 - Unable to stop build process from launchbarMat Booth2-106/+50
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham2-3/+3
2022-04-15Bug 579668 - Regression in Docker header file supportJeff Johnston1-2/+19
2022-03-14Bug 579261: Fix formatter exception when formatter comment tags aren't usedJonah Graham1-3/+3
2021-12-05Fix usage or reserved symbols (<>&) in javadocTorbjörn Svensson10-23/+23
2021-04-08Bug 572648: Handle cases of empty (EOF) JSON filesJonah Graham1-2/+3
2021-04-08Bug 572250: [Java 16] fix illegal reflection in scannerInfoCacheJonah Graham6-72/+216
2021-04-03Bug 320186 - Support MSbuild error pattern in VC error parserMarc-Andre Laperle1-1/+1
2020-10-06Bug 567261 - Revert "541239: [C++17] Implement parser support for deduction g...Marc-Andre Laperle3-75/+0
2020-08-26Bug 565142 - Support using CDT in Eclipse flatpakJeff Johnston1-0/+3
2020-08-25Bug 565142 - Support using CDT in Eclipse flatpakJeff Johnston3-10/+55
2020-08-18Bug 564123 Treat environment and build variable case sensitivelyjantje4-21/+0
2020-07-22Remove unused imports.Alexander Kurtakov3-3/+0
2020-06-15Bug 564273 - Fix format lambda expressions without parenthesisMarco Stornelli1-6/+10
2020-06-13Bug 564123: use EnvironmentReader in core buildjantje1-5/+9
2020-06-13Bug 564272: Increment major version of org.eclipse.cdt.core to 7.0.0Jonah Graham2-4/+4
2020-06-13Bug 564123 delete org.eclipse.cdt.utils.Platformjantje1-1/+1
2020-06-01Bug 487990 - Fix format of variadic functionsMarco Stornelli1-1/+3
2020-06-01Deprecate and remove use of method now in JVM (Object.equals)Jonah Graham3-5/+8
2020-05-04Bug 562723 - Added support for noexcept in the formatterMarco Stornelli3-1/+49
2020-04-11Bug 561992 - Remove dependency to com.ibm.icu from CDT CoreAlexander Fedorov4-17/+17
2020-03-30Bug 561559 - Fix formatting def capture lambda expressionsMarco Stornelli1-2/+3
2020-03-23[releng] - Fix api version for code formatter optionsMarco Stornelli1-2/+2
2020-03-22[releng] Bump CDT version to 9.12.0Marco Stornelli1-2/+2
2020-03-13541239: [C++17] Implement parser support for deduction guidesFelix Morgner3-0/+75
2020-03-02Bug 559957 - Headers are not getting resolved in Windows OSKondal Kolipaka1-1/+1
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham4-7/+11
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov4-11/+7
2020-02-15Generify some getAdapter implementations.Alexander Kurtakov1-3/+2
2020-02-14Get rid of some annoying non-Javadoc comments.Alexander Kurtakov26-270/+0
2020-02-06Bug 559877 - CBuildConfiguration.getProperties() returns an empty mapFabrizio Iannetti1-1/+1
2020-02-05Bug 559800 - Content in cdt.doc.isv badly outdated and brokenAlexander Kurtakov7-18/+10
2020-02-01Bug 559669 - Fix formatter on/off tagsMarco Stornelli1-1/+1
2020-01-30Bug 559545 - Fix formatter with enums with standard attributesMarco Stornelli1-0/+2
2019-12-12Bug 553730 - Fix for findCommand() to handle directoriesKondal Kolipaka1-1/+1
2019-11-19Bug 552479: Reuse argument string to array from CommandLineUtilJonah Graham1-46/+3
2019-11-14Revert "Bug 552479: Reuse argument string to array from CommandLineUtil"Jonah Graham1-3/+46
2019-11-14Bug 552479: Reuse argument string to array from CommandLineUtilJonah Graham1-46/+3
2019-10-13Bug 550096 - Fix format function parameters in macro expansionMarco Stornelli1-2/+4
2019-08-22Bug 550308 - Allow toolchain to specify part of the build config name.Doug Schaefer1-0/+23
2019-08-12Convert new Runnable to lambda. Alexander Kurtakov1-13/+10
2019-08-05Bug 522200: [C++17] Add support for structured binding declarationsThomas Corbat3-2/+196
2019-07-30Bug 549653 - Fix wrapping for lambda expressionMarco Stornelli1-13/+21
2019-07-25Fix up some problems found against the latest API baseline.Doug Schaefer1-0/+2
2019-07-20Bug 376395 - Fix const methods with never join wrapped linesMarco Stornelli1-1/+2
2019-07-07Bug 540001 - Added option to control comments formattingMarco Stornelli4-196/+278
2019-07-05Bug 548980 - Track launch target connects and add error buildsDoug Schaefer6-15/+167
2019-07-01Bug 467346 - Fix format structs/unions with attributesMarco Stornelli1-1/+20
2019-06-25Bug 548512: Declarator formatting multiple keywords between pointersHansruedi Patzen1-10/+12
2019-05-31Bug 547684 - Fix format assignment with init listMarco Stornelli1-4/+12

Back to the top