Commits
User selector
Commit History
Commits on Oct 9, 2015
Merge branch 'master' of https://github.com/DrJavaAtRice/drjava into codecoverage
Show description for b488e25committed
Commits on Oct 6, 2015
Commits on Sep 24, 2015
This revision cleans up build.xml by removing references to svn. We
Show description for b759ad8committed
Commits on Sep 14, 2015
Commits on Dec 12, 2014
Commits on Dec 6, 2014
- committed
YTC
Commits on Nov 17, 2014
This revision cleans up javalanglevels, primarily by replacing asm-3.1.jar with asm-all-5.0.1.jar.
Show description for 24d7e75committed
Commits on Oct 31, 2014
- committed
YTC This revision changes the depends list for the "build" target in
Show description for 474a9aecommitted
Commits on Oct 3, 2014
Commits on Sep 3, 2014
This revision works around a JVM bug that happened in
Show description for b733063committed
rcartwright
Commits on Aug 26, 2014
This commit simply has a revised build file that makes Java 7 the
Show description for e4ada52committed
rcartwright
Commits on Aug 25, 2014
This is an experimental commit. The files were created in the Windows
Show description for 3ed3053committed
rcartwright
Commits on Feb 26, 2014
This revision includes an updated platform.jar file supporting JDK 8.
Show description for c3a494ecommitted
rcartwright
Commits on Sep 1, 2013
This commit patches build.xml to use the new svn repository address:
Show description for 3fc1b74committed
rcartwright
Commits on Aug 30, 2013
This commit consists of a few patches to support the Oracle Java 7
Show description for 523677dcommitted
rcartwright
Commits on Apr 27, 2012
This commit partially cleans up the typing to conform with the newly generified Java 7 APIs.
Show description for 37449cbcommitted
rcartwright
Commits on Aug 2, 2011
Java 7 support in DrJava. Removed plenty of new warnings.
Show description for cfce2bbcommitted
mgricken
Commits on Jun 3, 2010
Added NetBeans memory leak utilities.
Show description for 1591118committed
mgricken
Commits on Apr 24, 2010
drjava-custombundle branch merged back into trunk.
Show description for 68d14b5committed
mgricken
Commits on Apr 16, 2010
This fixes a bug in the build script that caused JUnit to fail in the Windows exe file.
Show description for 093f33ecommitted
mgricken
Commits on Apr 13, 2010
Filtering out Eclipse's about.html from jar.
Show description for 785ceb6committed
mgricken
Commits on Nov 23, 2009
Fixes bug 2902638: Double-Clicking in Mac Finder Not Working
Show description for 3bfda0fcommitted
mgricken
Commits on Oct 19, 2009
Simplified the 'treat major versions from different
Show description for bd123d0committed
mgricken
Commits on Oct 17, 2009
Added single quotes around ConcJUnit boot classpath parameter to allow spaces in paths, as on Hudson.
Show description for f38b2c1committed
mgricken
Commits on Oct 16, 2009
Added some NOJOIN annotations to test methods and switched to ConcJUnit as default for unit testing.
Show description for 8d4de68committed
mgrickenNow including ConcJUnit 4.7 instead of JUnit. By default,
Show description for 045c361committed
mgricken
Commits on Oct 5, 2009
Bugfix: ConcJUnit was included in boot classpath even when
Show description for f09079bcommitted
mgricken
Commits on Sep 30, 2009
Added -Dlink-source=yes Ant parameter to create Javadoc
Show description for d8743e3committed
mgricken
Commits on Sep 4, 2009
Merged drjava-concjunit branch back into the trunk.
Show description for 3549437committed
mgricken
Commits on Aug 23, 2009
Fixes unit test failures on Windows and Mac OS:
Show description for 1a00210committed
mgricken
Commits on Aug 21, 2009
Merging drjava-concjunit branch back into trunk.
Show description for fdcbc94committed
mgricken
Commits on Aug 6, 2009
Updated the OS X executable stub file to support 64-bit JVMs. This should allow users to select Java 6 in "Java Preferences" and launch DrJava accordingly. Unfortunately, 64-bit VMs seem to be pr…
Show description for 1035596committed
dlsmithTemporary workaround for limited memory when testing under Java 6. The correct fix is to change the tests so that each process only creates a single MainFrame (and make MainFrame a singleton).
Show description for 9e8acb2committed
dlsmith
Commits on Mar 25, 2009
Changed Javadoc generation to include private access.
Show description for a0fc8c5committed
mgricken