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 Graham1-1/+1
2020-08-13Bug 564002: Restore the default pattern of the surefire-pluginMartin Weber1-1/+1
2018-11-24Bug 540373: Cleanup warnings in testsJonah Graham5-26/+16
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham8-14/+14
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham2-4/+4
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham26-190/+147
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham50-3113/+3234
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham54-162/+324
2018-07-08Bug 536380 - Open files with CEditor (specifically, rather than the default e...Nathan Ridge1-1/+1
2017-04-14Bug 515178: Convert ui AutomatedSuite to new styleJonah Graham1-31/+14
2017-01-21CosmeticsSergey Prigogin1-8/+9
2017-01-05Generification.Sergey Prigogin2-5/+4
2016-11-30Code cleanupSergey Prigogin7-551/+544
2016-11-20Improved Remove Unused Declarations code reducerSergey Prigogin1-0/+6
2016-11-18Fixed a misleading dialog titleSergey Prigogin1-1/+1
2016-10-25Added "PRESERVE" comment to protect some nodes from removal.Sergey Prigogin2-2/+33
2016-09-22Improved Remove Unused Declarations refactoring.Sergey Prigogin1-4/+15
2016-09-22Improved code reduction refactorings.Sergey Prigogin3-3/+14
2016-09-01Add a timeout multipler for DisplayHelperMarc-Andre Laperle1-2/+8
2016-08-22Improved Remove Unused Declarations refactoring.Sergey Prigogin1-9/+21
2016-08-20Improved Remove Unused Declarations refactoring.Sergey Prigogin1-9/+75
2016-08-08Remove Function Bodies and Remove Unused Declarations refactorings.Sergey Prigogin12-0/+1073
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt6-19/+19
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-3/+3
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt1-2/+2
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt1-3/+3
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam30-30/+30
2015-01-09Fixed deprecation warnings.Sergey Prigogin1-27/+13
2013-07-30Cosmetics.Sergey Prigogin1-117/+56
2013-07-28Fix TestSharedDefaults test that was failing due to test order (Junit4)Marc-Andre Laperle1-54/+54
2013-05-26Combined classes CPPNameCollector and CNameCollector into a singleSergey Prigogin1-157/+23
2013-05-26Generics.Sergey Prigogin1-41/+12
2012-01-09Tightened up type constraints in ArrayUtil.Sergey Prigogin2-4/+4
2012-01-08Cosmetics.Sergey Prigogin1-49/+49
2012-01-08@Override annotations and redundant casts.Sergey Prigogin29-47/+180
2011-12-24Cosmetics.Sergey Prigogin1-11/+6
2011-12-24Generics.Sergey Prigogin4-62/+42
2011-12-23Moved template engine tests to org.eclipse.cdt.ui.tests plug-in sinceSergey Prigogin9-3/+796
2011-07-04Bug 349534: Mark inactive preprocessor statements as such.Markus Schorn1-0/+1
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn3-54/+46
2010-08-31Replace usage of ASTSignatureUtil by ASTStringUtil.Markus Schorn2-53/+85
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn2-230/+26
2010-06-23Bug 314593: Handling of missing semicolon after statement.Markus Schorn1-12/+10
2010-03-28Convenience methodsAndrew Gvozdev1-0/+36
2010-02-18Cleanup test helper classesAnton Leherbauer5-0/+2027
2009-05-27update copyrightsVivian Kong1-8/+8
2009-05-24Cosmetics.Sergey Prigogin1-3/+0
2009-05-15Renaming a virtual method, bug 63290.Markus Schorn1-17/+37

Back to the top