Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-19Bug 495098 - Avoid & character in function signature being treated as SWT mne...Nathan Ridge1-0/+17
2016-11-02Fix no binaries issue with Core Build.Doug Schaefer1-14/+6
2016-10-17Fix the BinaryRunner deadlock correctly.Doug Schaefer1-2/+4
2016-10-14Bug 503036 - Fix deadlock caused by previous fix.Doug Schaefer1-7/+3
2016-10-07Bug 503036 - "Binary not found" every other launch (via Run As)Thomas Corbat1-4/+7
2016-10-06Generification and other code cleanup.Sergey Prigogin1-12/+11
2016-10-06Bug 503012 - CCorePlugin.start method causes Eclipse to become unusableSergey Prigogin2-7/+12
2016-10-06Removed use of deprecated methods and other code cleanup.Sergey Prigogin1-508/+463
2016-10-04Bug 503988 - UI thread got blocked by the reconcilerSergey Prigogin1-1/+7
2016-08-31Allow participants in CMake toolchain file management.Doug Schaefer1-1/+4
2016-07-30CosmeticsSergey Prigogin1-28/+21
2016-06-14Cherry picking changes from the CDT 9 branch for Qt and Arduino.Doug Schaefer1-5/+3
2016-05-27Code cleanup.Sergey Prigogin1-11/+26
2016-05-27Improved cancellability of indexer.Sergey Prigogin2-4/+49
2016-05-27Cosmetics.Sergey Prigogin1-1/+0
2016-05-26Cosmetics.Sergey Prigogin1-2/+0
2016-05-10Add binary parsers to new build system. Clean up some toolchain stuff.Doug Schaefer1-15/+47
2016-05-10Bug 410529: Eliminate path entry removal jobJohn Dallaway1-54/+1
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt2-3/+3
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt4-13/+13
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt36-79/+79
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt1-1/+1
2016-04-18Bug 491945 - Remove new String()Alex Blewitt2-5/+5
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt8-17/+17
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin3-5/+5
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer18-2870/+2101

Back to the top