Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-15Fix for java.util.ConcurrentModificationExceptionAndrew Gvozdev1-34/+36
2012-04-10Cosmetics.Sergey Prigogin1-9/+9
2012-03-13bug 364733: Internal Builder does not work with Cygwin toolchainAndrew Gvozdev1-36/+3
2012-02-24Bug 356519 - ELF header reader makeShort() bugJohn Cortell1-0/+2
2012-02-11Fixed few failing Codan tests.Sergey Prigogin1-2/+4
2012-01-28bug 290631: Introduced WeakHashSetSynchronizedAndrew Gvozdev1-2/+4
2012-01-26bug 290631: Added New Scanner Discovery core functionality from branchAndrew Gvozdev2-14/+547
2012-01-19New Eclipse-friendly framework for refactoring tests. ConvertedSergey Prigogin2-11/+15
2012-01-09Use ArrayList instead of Vector.Sergey Prigogin2-14/+12
2012-01-08@Override annotations and redundant casts.Sergey Prigogin14-2/+62
2012-01-04Fixed breakage of lrparser and xlc tests.Sergey Prigogin1-0/+13
2012-01-04Fixed reporting of "Test data not found" errors.Sergey Prigogin1-50/+57
2012-01-03Bug 367753: Correct propagating of internal modifications to the macro dictio...Markus Schorn1-3/+7
2011-12-23Moved template engine tests to org.eclipse.cdt.ui.tests plug-in sinceSergey Prigogin1-7/+3
2011-11-03Bug 197989: Remove option to parse files up front from UI.Markus Schorn1-2/+2
2011-09-30Tests for headers included in multiple variants.Sergey Prigogin1-3/+4
2011-09-28Cosmetics.Sergey Prigogin1-28/+27
2011-09-21Copy of branch bug_197989.Markus Schorn2-6/+17
2011-09-14bug 357660: JUnit failure: cdt.core testSharedDefaultsAndrew Gvozdev1-2/+2
2011-09-08Bug 356955: Lookup for overloaded operator.Markus Schorn1-2/+2
2011-08-08Use StringBuilder instead of StringBuffer.Sergey Prigogin1-13/+10
2011-06-02isSymbolicLinkSupported() extractedAndrew Gvozdev1-2/+14
2011-06-01extracted createSymbolicLink(IPath linkPath, IPath realPath)Andrew Gvozdev1-16/+34
2011-04-29Bug 133881 - Make refreshing after building optionalChris Recoskie1-0/+3
2010-09-29bug 308042: Spawner messages are too cryptic to be useful to a userAndrew Gvozdev1-0/+2
2010-09-28Clarified commentsAndrew Gvozdev1-2/+2
2010-09-28bug 237448: Added the test to the test suite.Andrew Gvozdev1-15/+18
2010-06-24Bug 283080: Updating headers in non-src folders.Markus Schorn1-0/+2
2010-06-03Bug 315439 Fix up copyrightVivian Kong3-3/+3
2010-05-26Cosmetics.Sergey Prigogin1-3/+3
2010-05-25further changes for Bug 291815 - Add an extension point to allow utilities f...Chris Recoskie1-0/+2
2010-05-19Added ability to read source if running as non plugin testAlena Laskavaia1-4/+9
2010-05-17Removes use of static instance of NullProgressMonitor (once canceled it remai...Markus Schorn1-7/+8
2010-05-13Tweak commentJames Blackburn1-2/+2
2010-05-13Bug 311468 revised fixJames Blackburn1-9/+13
2010-05-13bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLinkAndrew Gvozdev1-19/+5
2010-05-13bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLinkAndrew Gvozdev1-0/+1
2010-05-12bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLinkAndrew Gvozdev1-1/+1
2010-05-12bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLinkAndrew Gvozdev1-3/+19
2010-05-11bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, interm...Andrew Gvozdev1-1/+5
2010-05-11bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, interm...Andrew Gvozdev1-0/+3
2010-05-09bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, interm...Andrew Gvozdev1-2/+2
2010-04-22bug 309690: Error catching for CProjectHelper in cdt.core.testsAndrew Gvozdev2-12/+13
2010-04-21bug 309690: createTemporaryFolder() addedAndrew Gvozdev1-4/+18
2010-03-29Bug 131165 - BinaryContainer.getBinaries sometimes incorrectly returns an emp...Anton Leherbauer2-5/+3
2010-03-28register created project for cleanupAndrew Gvozdev1-0/+1
2010-03-15Support for C++0x 'auto' keyword and a test case. Bug 289542.Sergey Prigogin1-1/+1
2010-02-18Cleanup test helper classesAnton Leherbauer1-2/+71
2010-02-16Bug 302855 move ResourceHelper to org.eclipse.cdt.core.testpluginJames Blackburn1-0/+610
2010-02-09Fix JUnit tests.Markus Schorn1-2/+16

Back to the top