Commits
User selector
Commit History
Commits on Nov 19, 2014
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 16, 2014
This commit updates the code base to use asm-all-5.0.1.jar instead of asm-3.1.jar facilitating
Show description for 9644f69committed
Commits on Sep 30, 2009
Added -Dlink-source=yes Ant parameter to create Javadoc
Show description for d8743e3committed
mgricken
Commits on Mar 19, 2009
DynamicJava: Parser improvements.
Show description for 1676fcccommitted
dlsmith
Commits on Jan 15, 2009
DynamicJava: Updated JLBench and plt.jar.
Show description for 43f44f4committed
dlsmith
Commits on Nov 25, 2008
DynamicJava: Updated build script and accompanying libraries. Java 1.4 is no longer being targeted.
Show description for dcfe356committed
dlsmith
Commits on Aug 6, 2008
DynamicJava: Added support for interval-bounded wildcards (also fixed a bug in which lower bounds were incorrectly parsed). Added both 1.5 and 1.4 versions of jlbench, because each is required for…
Show description for 30059edcommitted
dlsmithDynamicJava: Integrated contextual expected types into inference. Refactored ExpressionChecker so that TypeNames are handled by a new TypeNameChecker, and both hide their visitor implementation, f…
Show description for d29db16committed
dlsmith
Commits on Jul 22, 2008
DynamicJava:
Show description for a5ae5bccommitted
dlsmith
Commits on Dec 4, 2007
Merged branch dynamicjava-generics back into trunk (branch created with rev 3817)
Show description for 88de5f3committed
dlsmith
Commits on Apr 19, 2006
Added Type class hierarchy for type representation (rather than Class<?>); modified build script to run ASTGen; cleaned up parser build script code using javacc 4.0 features
Show description for ac7a65ccommitted
dlsmithRenamed "*Type" AST classes "*TypeName" in anticipation of a new "Type" class hierarchy; fixed tests so that they will succeed after Retroweaver processes them.
Show description for f30f8f4committed
dlsmith
Commits on Apr 18, 2006
Updated DynamicJava build script with recent changes to the DrJava script (including Subversion support)
Show description for c301063committed
dlsmith
Commits on Jan 10, 2006
Upgraded to new build process. Removed generated parser files from CVS. Added a CustomParseException class for custom code that was in the generated files.
Show description for 222f5adcommitted
dlsmith
Loading