Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham3-3/+3
2022-03-09Bug 577952: Close pathEntryStore to fix listener leakJonah Graham1-0/+2
2021-12-05Fix usage or reserved symbols (<>&) in javadocTorbjörn Svensson7-9/+9
2021-07-25Bug 574247 - Same binary file can appear multiple timesMat Booth3-9/+13
2021-07-12Bug 546981: Treat pragma region like pragma mark in outline viewJonah Graham1-0/+12
2021-07-12Bug 546981: Add #pragma mark to Outline viewJonah Graham4-0/+215
2021-07-11Bug 546981: Process all preprocessor items in model in one passJonah Graham1-12/+11
2020-10-21Bug 329995 - Update all C/C++ views when the active configuration changesMarc-Andre Laperle1-3/+14
2020-10-06Bug 567261 - Revert "541239: [C++17] Implement parser support for deduction g...Marc-Andre Laperle1-5/+0
2020-10-03Add a comment to help explain one of the mysteries of SetCProjectDescriptionO...Marc-Andre Laperle1-0/+7
2020-10-03Bug 567536 - In a Perforce workspace, untracked language.settings.xml always ...Marc-Andre Laperle1-1/+7
2020-09-01Bug 553674: Make Binary parsers and related classes AutocloseableJonah Graham1-2/+1
2020-08-26Bug 565553 - Improve performance of build command parsers with large number o...Marc-Andre Laperle1-11/+2
2020-08-12Bug 565628: Fix typo in variable nameJonah Graham1-5/+5
2020-08-11Bug 565628: Handle formatting/indentation of XML files with CDT code onlyJonah Graham3-3/+9
2020-07-27Add leave method to ICElementVisitor to support leaving ICElementsMarc-Andre Laperle2-0/+7
2020-07-22Remove unused imports.Alexander Kurtakov5-5/+0
2020-06-01Deprecate and remove use of method now in JVM (Object.equals)Jonah Graham8-17/+28
2020-04-11Bug 561992 - Remove dependency to com.ibm.icu from CDT CoreAlexander Fedorov4-47/+19
2020-03-13541239: [C++17] Implement parser support for deduction guidesFelix Morgner1-0/+5
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham4-11/+38
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov4-38/+11
2020-02-15Generify some getAdapter implementations.Alexander Kurtakov3-10/+7
2020-02-14Get rid of some annoying non-Javadoc comments.Alexander Kurtakov49-750/+4
2020-02-05Bug 559800 - Content in cdt.doc.isv badly outdated and brokenAlexander Kurtakov6-18/+16
2019-07-25Don't add null parser ids to the list of binary parsers.Doug Schaefer1-1/+4
2019-03-08Fix typo in JavadocKarsten Thoms1-1/+1
2018-12-10Bug 335344 - External settings lost after changing language IDs, take 2Christian Walther2-23/+20
2018-12-02Remove WorkingCopyInfo class (internal, unused and deprecated)Marc-Andre Laperle1-26/+0
2018-11-24Bug 540991 - Handle ICPPASTTypeTransformationSpecifier in CModelBuilder2Nathan Ridge2-0/+17
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham3-6/+3
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham3-13/+13
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham6-47/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham104-379/+379
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham6-15/+15
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham419-10349/+10659
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham484-1452/+2904
2018-11-22Bug 540371: normalize files before applying EPLv2Jonah Graham1-4/+5
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham12-1903/+1903
2018-07-23Bug 481753 - LanguageSettingsProvidersSerializer does not "Check Out"Marc-Andre Laperle1-0/+2
2018-04-05Bug 532781 - Ensure the model builder looks up SourceManipulationInfo for ano...Nathan Ridge1-4/+5
2018-03-06Remove wait on stop in BinaryRunner. It causes deadlock.Doug Schaefer1-2/+1
2018-02-08Remove useless imports.Alexander Kurtakov1-3/+1
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston2-0/+17
2017-10-16Improve tracking of lookup pointsNathan Ridge1-0/+3
2017-03-23Generify ListenerList.Alexander Kurtakov3-16/+12
2017-02-28Added tracing to CompositeValue.create.Sergey Prigogin1-2/+9
2017-02-13Bug 511677: Mitigate deadlock closing project during indexer jobMarc-Andre Laperle1-4/+4
2017-02-05CosmeticsSergey Prigogin2-11/+8
2016-12-29Bug 509749 - Find References doesn't find a reference to a functionSergey Prigogin2-15/+9

Back to the top