Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Remove old .cvsignore filesMarc Khouzam1-1/+0
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-12/+12
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt2-7/+7
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt3-8/+8
2016-02-01Missing copyright header.Marc Khouzam1-1/+8
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam34-34/+34
2015-06-11Bug 469926: Update readme from CVS to GIT URLsJonah Graham1-3/+3
2015-05-02Fixed copy-paste-bug causing the wrong variable to be checked in aJesper Eskilson1-1/+1
2015-04-15Move to new getAdapter() signature using genericsMarc Khouzam1-5/+7
2015-03-25Move some leftover plugins from Java 5 to Java 7.Marc Khouzam33-89/+236
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam1-1/+0
2015-03-25Add many missing @Override to remove warningsMarc Khouzam1-1/+2
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam1-1/+1
2014-07-29Don't use deprecated junit.framework.Assert.Alexander Kurtakov11-214/+222
2012-05-14Bug 379317 - SimpleDisplayExecutable posts runnables as separate UI event que...Pawel Piech2-31/+66
2011-12-13Bug 366446 - [test] DSF tests don't compile against platform 4.2M4Pawel Piech8-26/+24
2011-03-04Bug 202556 - [variables][registers][expressions] Allow setting of numeric for...Patrick Chuong6-13/+763
2010-11-30Bug 328883 - AbstractCachingVMProvider throws ClassCastExceptionPawel Piech1-2/+9
2010-11-11Bug 329488 - DSF ACPM deadlocksPawel Piech1-0/+17
2010-11-10Bug 329481: Inconsistency in DSF ACPM cancel behavior.John Cortell1-21/+93
2010-10-28Bug 310345 - Updated range cache to immediately return a valid range if range...Pawel Piech1-2/+51
2010-10-20Bug 310345: [concurrent] Asynchronous Cache Programming Model (ACPM) utilitie...John Cortell1-101/+120
2010-10-20Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utiliti...Pawel Piech2-79/+54
2010-10-19Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utiliti...Pawel Piech2-94/+617
2010-10-19Bug 310345: [concurrent] Asynchronous Cache Programming Model (ACPM) utiliti...John Cortell1-123/+14
2010-10-18Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utiliti...Pawel Piech2-0/+899
2010-09-28Bug 321932 - Removed a constant accidentally added to the API in last checkin.Pawel Piech1-0/+2
2010-09-27Bug 325943 - [concurrent] Robustify Sequence against RejectedExecutionExceptionPawel Piech1-15/+75
2010-09-24Bug 321932 - [update policy] When in manual mode, switching number format sho...Pawel Piech21-643/+2263
2010-08-31Bug 321084: Create a new ReflectionSequence and have FinalLaunchSequence use ...Marc Khouzam1-0/+177
2010-07-08Add README for finding those elusive org.eclipse.test.* plugins.Ed Swartz1-0/+7
2010-06-02Bug 315439 Fix up copyrightVivian Kong47-46/+56
2010-05-24Refactoring of update listener to match debug platform tests.Pawel Piech2-10/+21
2010-05-14Bug 312813 - [Launch] MIInferiorProcess.exitValue() never returnsPawel Piech1-2/+19
2010-04-23Bug 310335 - [concurrent] Query utility does not propagate a cancel requestsPawel Piech1-32/+112
2010-03-24[306982] - [concurrent] DsfRunnable.finalize() method increases the cost of g...Pawel Piech14-4/+1978
2010-01-09Fixed test method name.Pawel Piech1-1/+1
2010-01-09Bug 292468 - Create unit tests for BreakpointsMediator2Pawel Piech8-1/+809
2009-09-04[288672] Lacking dsf test for registering an event listener with a services ...John Cortell5-33/+184
2009-09-03[288553] - Change DSF plugins' version to 2.1.Pawel Piech1-1/+1
2009-06-16fix legal, provider infoVivian Kong1-2/+3
2009-06-16update copyrightVivian Kong2-0/+20
2009-01-27Bug 260292 - Moved the PDA unit tests from the examples plugin and into the D...Pawel Piech13-1/+1200
2009-01-08Migrated DSF and DSF-GDB to the CDT project.Pawel Piech29-0/+2248

    Back to the top