root/trunk/ProjectFortress/third_party

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4060 [4060] 4 months jrhil47 [type checker] Fixed bug in environments. Fixed nyi.Compiled6.u.fss and …
(edit) @4044 [4044] 4 months dr2chase Updates for more symbolic freedom, generating triggers for classloading of …
(edit) @3884 [3884] 5 months skilpat Killed some unused scala jars.
(edit) @3869 [3869] 5 months dr2chase Turned on scala typechecking for compiler; deCamelCased some propery names
(edit) @3857 [3857] 5 months EricAllen Added infrastructure of a database-backed Fortress repository. Updated the …
(edit) @3798 [3798] 6 months dr2chase Minor tweaks to fix hands-on-lab glitches
(edit) @3765 [3765] 6 months dr2chase Steps to make ASM verifier happy; note temporary use of customized method …
(edit) @3741 [3741] 6 months jmaessen [astgen, ast I/O] Upgrade to latest cvs version of astgen. Major updates …
(edit) @3701 [3701] 7 months dr2chase Now building with Scala 2.7.4 final
(edit) @3689 [3689] 7 months dr2chase Added debuggable version of asm-all.jar, plus source code in a zip file; …
(edit) @3682 [3682] 7 months dr2chase Added asm-all to get access to asm util classes; some restructure of …
(edit) @3657 [3657] 7 months dr2chase Added different Scala versions, single switch to change between them
(edit) @3609 [3609] 8 months jmaessen Fib experiment in code generation. Required upgrading jsr166y, which went …
(edit) @3493 [3493] 9 months dlsmith Updated plt.jar.
(edit) @3373 [3373] 10 months chf New jsr166y
(edit) @3355 [3355] 10 months sukyoungryu [build] Added the Scala jar files to the class paths in the fortress …
(edit) @3299 [3299] 11 months dr2chase [respository/foreign] removed use of reflection, uses asm instead
(edit) @3293 [3293] 11 months EricAllen Added updated scala libraries (needed for recursive cross-dependencies …
(edit) @3125 [3125] 12 months EricAllen Altered build.xml to compile all Scala files in the project. Cleaned up …
(edit) @2680 [2680] 15 months dlsmith Updated ASTGen. Generated code now includes a @SuppressWarnings?("unused") …
(edit) @2467 [2467] 16 months sukyoungryu [Rats] Upgraded to Rats! 1.14.1
(edit) @2456 [2456] 16 months mspiegel [testing] Removed xerces.jar until it can get lawyered.
(edit) @2449 [2449] 16 months mspiegel [tests] First attempt at performance testing monitor.
(edit) @2286 [2286] 17 months dr2chase Fixed package and filename in jar file
(edit) @2283 [2283] 17 months dlsmith Minor astgen.jar update.
(edit) @2261 [2261] 17 months dlsmith Updated ASTGen. Includes additional options for visitor generation and …
(edit) @2259 [2259] 17 months chf Moved third party unsigned to third_party directory
(edit) @2184 [2184] 17 months sukyoungryu [astgen] Reverted the accidentally committed wrong astgen.jar.
(edit) @2183 [2183] 17 months jdn [Syntax] changed so much I forgot why…
(edit) @2112 [2112] 17 months dlsmith Updated plt.jar, which includes some name changes. Notably, …
(edit) @2093 [2093] 17 months dlsmith Updated ASTGen with modification to node recursion in recursive visitors.
(edit) @2078 [2078] 17 months jon [astgen] revert astgen.jar
(edit) @2077 [2077] 17 months jon [astgen] need a relative path for build directory
(edit) @2073 [2073] 17 months dlsmith Minor ASTGen update: includes bug fix for processing file paths.
(edit) @2072 [2072] 17 months dlsmith Updated ASTGen with improved support for custom extensions. Related bug …
(edit) @2002 [2002] 17 months mspiegel Merging [compiler] branch r2001 into the main trunk. You will now find …
(edit) @1997 [1997] 17 months dlsmith Updated ASTGen with support for PLT tuple classes and custom code …
(edit) @1687 [1687] 18 months dlsmith Updated plt.jar.
(edit) @1592 [1592] 19 months dlsmith Updated plt.jar, and refactored use of Option.unwrap to follow the updated …
(edit) @1524 [1524] 19 months dlsmith Implemented a hidden-variable-expansion limit in TypeAnalyzer?.
(edit) @1425 [1425] 20 months dlsmith Bug fix for TypeAnalyzer? code: substitution on ConstraintFormulas? had a …
(edit) @1302 [1302] 22 months dlsmith Standardized representation of intersections/unions. Migrated type …
(edit) @1298 [1298] 22 months dlsmith Implemented a simplified subtyping algorithm in TypeAnalyzer?. Commented …
(edit) @1295 [1295] 22 months jmaessen Upgraded to latest jsr166y.
(edit) @1276 [1276] 22 months dlsmith Bug fixes for subtyping. Updated plt.jar. Added subtyping tests.
(edit) @1061 [1061] 2 years chf Updated jsr166y
(edit) @1037 [1037] 2 years sukyoungryu Upgraded the Rats! files to xtc 1.13.2. Quote from the 'xtc Release …
(edit) @890 [890] 2 years dlsmith Updated name-resolution algorithm to use a maximal-munch API name …
(edit) @760 [760] 2 years dr2chase Moved ant.jar to a more sensible place
(edit) @728 [728] 2 years dlsmith Updated ASTGen to return identical results from UpdateVisitor? when …
(edit) @724 [724] 2 years dlsmith Updated ASTGen to support recurring on Options.
(edit) @720 [720] 2 years dlsmith Migrated uses of com.sun.fortress.useful.Option to …
(edit) @713 [713] 2 years dr2chase Removed some warnings, fixed .classpath, changed ignore properties
(edit) @709 [709] 2 years dlsmith Implemented the VarRef? case in DisambiguationVisitor?. Updated ASTGen and …
(edit) @703 [703] 2 years chf We are now using Doug Lea's latest and greatest jsr166y.
(edit) @653 [653] 2 years dlsmith Fixed code that was producing a FileReader? via …
(edit) @646 [646] 2 years dlsmith Added compiler classes, including symbol table indexing classes. Updated …
(edit) @621 [621] 2 years dlsmith Removed _RewriteObjectExpr from the AbsDeclOrDecl? hierarchy (it now …
(edit) @605 [605] 2 years chf Various cleanups. Move transactional code into interpreter.
(edit) @592 [592] 2 years dlsmith Updated plt.jar with some Map/Set classes.
(edit) @589 [589] 2 years dlsmith Updated ASTGen to suppress certain unchecked cast warnings in the …
(edit) @582 [582] 2 years dlsmith Updated plt.jar and astgen.jar. ASTGen now supports default parameters.
(edit) @574 [574] 2 years dlsmith Fixed bugs in ASTGen.
(edit) @573 [573] 2 years dlsmith Fixed a bug in ASTGen
(edit) @566 [566] 2 years dlsmith Added plt.jar and astgen.jar to the third_party directory; added plt.jar …
(edit) @564 [564] 2 years sukyoungryu Prepare to add astgen.jar
(edit) @15 [15] 3 years chf Transactional memory
(add) @2 [2] 3 years jm143038 Added information about demo programs (including which ones are broken).
Note: See TracRevisionLog for help on using the revision log.