root/trunk/ProjectFortress/build.xml

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1276 [1276] 22 months dlsmith Bug fixes for subtyping. Updated plt.jar. Added subtyping tests.
(edit) @1256 [1256] 22 months dr2chase Added project property infrastructure for syntax cache
(edit) @1238 [1238] 22 months dr2chase Integrated, but switched off so we still pass unit tests
(edit) @1217 [1217] 22 months dr2chase Modified GlobalEnv? to allow on-demand loading of APIs
(edit) @1166 [1166] 23 months dr2chase Added precise transitive batch caching FortressRepository?; used in unit …
(edit) @1149 [1149] 23 months dr2chase Intepreter now runs from caching fortress repository; file names and …
(edit) @1129 [1129] 2 years chf Check build results for all tests
(edit) @1122 [1122] 2 years chf testSystem ant target now does failure testing. Added a delegating ant …
(edit) @1117 [1117] 2 years jmaessen Backed out "testSystem first" because testSystem does not seem to be …
(edit) @1102 [1102] 2 years jmaessen Added type-level reflection to compute covariant joins among types. Fixed …
(edit) @1097 [1097] 2 years dr2chase Added search path for libraries, property-file reading. This may cause …
(edit) @1096 [1096] 2 years jmaessen Added "testSystem" target to run the likeliest-to-fail tests (the …
(edit) @1075 [1075] 2 years dr2chase More movement to interpreter/compiler integration, fortress auto-homing
(edit) @1059 [1059] 2 years jdn Bug fix
(edit) @1039 [1039] 2 years jdn changed parser and preparser target to specify a source directory
(edit) @1037 [1037] 2 years sukyoungryu Upgraded the Rats! files to xtc 1.13.2. Quote from the 'xtc Release …
(edit) @954 [954] 2 years sukyoungryu Deleted some macro-related stuff to make building the interpreter work. …
(edit) @950 [950] 2 years EricAllen Wired static disambiguator up to file system.
(edit) @931 [931] 2 years chf cruisecontrol enabling
(edit) @925 [925] 2 years jdn Added a target for the preparser
(edit) @912 [912] 2 years jdn DSL support
(edit) @880 [880] 2 years dr2chase Added generic functional methods and incorporated them into overloading. …
(edit) @753 [753] 2 years EricAllen Eliminated definition of fortress task from build.xml.
(edit) @751 [751] 2 years EricAllen Added a FortressTask? class to allow fortress to be called from within Ant. …
(edit) @747 [747] 2 years EricAllen Moved fortress-keywords to SpecData?/tables. Added a "fortress" target to …
(edit) @723 [723] 2 years dr2chase junit.jar needs to be on classpath in build.xml; also updated testing …
(edit) @703 [703] 2 years chf We are now using Doug Lea's latest and greatest jsr166y.
(edit) @673 [673] 2 years chf Added a testNightly ant target.
(edit) @653 [653] 2 years dlsmith Fixed code that was producing a FileReader? via …
(edit) @629 [629] 2 years dr2chase Fixed syntax error/typo
(edit) @628 [628] 2 years sukyoungryu For the backward-compatible ant 'clean' target
(edit) @627 [627] 2 years sukyoungryu Refactored parser-related code.
(edit) @605 [605] 2 years chf Various cleanups. Move transactional code into interpreter.
(edit) @596 [596] 2 years sukyoungryu Moved src/com/sun/fortress/interpreter/parser to …
(edit) @594 [594] 2 years sukyoungryu Cleaned up build.xml and moved src/com/sun/fortress/interpreter/unicode to …
(edit) @593 [593] 2 years EricAllen Massive refactoring: Migrated the following packages: …
(edit) @590 [590] 2 years EricAllen Merged fortress installation sources into this distribution (it's not …
(edit) @587 [587] 2 years EricAllen Added an ant task for GUI testing. Fixed classpath in junit script.
(edit) @581 [581] 2 years sukyoungryu Moved src/com/sun/fortress/interpreter/astgen to astgen.
(edit) @578 [578] 2 years EricAllen Fixed lots of error messages to use ErrorMsgMaker? instead of toString. …
(edit) @576 [576] 2 years sukyoungryu ASTGen migration happened.
(edit) @566 [566] 2 years dlsmith Added plt.jar and astgen.jar to the third_party directory; added plt.jar …
(edit) @423 [423] 2 years sukyoungryu Moved nodes helper classes from nodes to nodes_util.
(edit) @415 [415] 2 years sukyoungryu Now 'ant clean' delete test_library/*.{tfi, tfs}.
(edit) @410 [410] 2 years dlsmith Cleaned up fs.java.
(edit) @409 [409] 2 years dlsmith Fixing javadoc warnings. Most changes involved removing stub @param and …
(edit) @407 [407] 2 years EricAllen Added component for- method to var ref checker. Added brief comment to …
(edit) @400 [400] 2 years EricAllen Added doc target to build.xml. Added a few project- and package-level …
(edit) @397 [397] 2 years dr2chase Added wrapper that muffles test output unless the test fails. That makes …
(edit) @387 [387] 2 years chf More Transactional Memory support. DSTM2 is now included in our source …
(edit) @384 [384] 2 years chf Two not passing tests, upgraded memory for junit tests
(edit) @374 [374] 2 years dr2chase Added compileLint and compileCommonLint targets to get more detailed …
(edit) @356 [356] 2 years ds210953 Refactored names of singletons in the type hierarchy (T -> ONLY); added …
(edit) @336 [336] 3 years dc12360 Changed overloading to implement (roughly) the "nice" proposal where …
(edit) @315 [315] 3 years sr155864 Added file reads and writes.
(edit) @284 [284] 3 years sr155864 1. Fixed handling of the caret operator. 2. Fixed the build script to …
(edit) @38 [38] 3 years dc12360 Re-inserted deletion of previously-built file into build.xml; makes update …
(edit) @32 [32] 3 years dc12360 Got rid of unnecessary interface for Node Visitor pattern, to make it …
(edit) @21 [21] 3 years dc12360 Minor changes to build and README
(edit) @19 [19] 3 years dc12360 More fixes related to ant-netbeans integration
(edit) @15 [15] 3 years chf Transactional memory
(edit) @10 [10] 3 years dc12360 Added recommended forks to file generating tasks (issue 1)
(edit) @9 [9] 3 years dc12360 Added fork=yes to junit target; some cleanup of BuildEnvironments?
(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.