root/trunk/ProjectFortress/build.xml

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3586 [3586] 8 months sukyoungryu [preparser] Reorganized the parser family.
(edit) @3558 [3558] 8 months EricAllen Added a cyclic type hierarchy checker. Fixed ASTGen-generated Scala apply …
(edit) @3517 [3517] 9 months dr2chase Removed accidental commit of testing code from build.xml
(edit) @3516 [3516] 9 months dr2chase Fixed the fixed copyrights, to turn them into actual comments
(edit) @3473 [3473] 9 months chf Added some native types, and did some cleanups. We still can't import …
(edit) @3393 [3393] 10 months dr2chase Don't ask for java source versions we don't need
(edit) @3390 [3390] 10 months sukyoungryu [tests] Made the syntac abstraction tests (in hourly builds) run …
(edit) @3385 [3385] 10 months EricAllen Added TypeCheckerLibrary? and TypeCheckerBuiltin?; threaded through …
(edit) @3374 [3374] 10 months dr2chase Moved WellKnownNames? next to Naming Czar, will do more later; updated …
(edit) @3372 [3372] 10 months jmaessen Reintroduce astgen-based serialization (which does not completely work …
(edit) @3371 [3371] 10 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @3358 [3358] 10 months sukyoungryu [build] Fixed the wrong dependency of the testCruiseControl target and …
(edit) @3319 [3319] 10 months sukyoungryu [syntactic abstraction] Added some syntactic abstraction tests back to the …
(edit) @3299 [3299] 11 months dr2chase [respository/foreign] removed use of reflection, uses asm instead
(edit) @3296 [3296] 11 months EricAllen Eliminated source designations for javac in build script.
(edit) @3295 [3295] 11 months EricAllen Got recursive dependencies working between Scala and Java code! Java code …
(edit) @3292 [3292] 11 months EricAllen Added a type normalizer to improve presentation of types in error …
(edit) @3244 [3244] 11 months EricAllen Implemented autogeneration of extractor objects for Scala code. Threaded …
(edit) @3242 [3242] 11 months jmaessen [libraries, interpreter] Preliminary version of stripped-down minimalist …
(edit) @3227 [3227] 11 months EricAllen Refactorings across static analysis code to help with checking operator …
(edit) @3210 [3210] 12 months sukyoungryu [ast refactoring] Removed optional fields of the rest of the nodes.
(edit) @3151 [3151] 12 months jmaessen [build, tests] Modify build to use the same amount of memory for compiling …
(edit) @3143 [3143] 12 months EricAllen Added an autogenerated Scala-based walker over ASTs.
(edit) @3130 [3130] 12 months sukyoungryu [build] Delete generated files with ant clean.
(edit) @3129 [3129] 12 months EricAllen Moved scalasrc to scala_src.
(edit) @3127 [3127] 12 months sukyoungryu [build] Added back tools.jar in build.xml in an attempt to eliminate …
(edit) @3126 [3126] 12 months EricAllen Altered order of declarations in build.xml files in an attempt to …
(edit) @3125 [3125] 12 months EricAllen Altered build.xml to compile all Scala files in the project. Cleaned up …
(edit) @3118 [3118] 12 months sukyoungryu [parser] Implemented parsing import statements from foreign language APIs.
(edit) @3104 [3104] 12 months EricAllen Wrote a new custom code generator for ASTGen that generates Scala code …
(edit) @2879 [2879] 14 months sukyoungryu [build] Use the ProjectFortress?/test-tmp directory for dumping temporary …
(edit) @2863 [2863] 14 months sukyoungryu [build] Use the ProjectFortress?/test-tmp directory for building template …
(edit) @2768 [2768] 15 months dr2chase Tweak to help targetin build.xml, also a gratuitous commit to check for …
(edit) @2690 [2690] 15 months mspiegel Three different changes. (1) Replaced all @SuppressWarnings?{"all"} with …
(edit) @2624 [2624] 16 months mspiegel [blas] Initial attempt at linking against Sun Performance Library on …
(edit) @2607 [2607] 16 months mspiegel [blas] ant build system for blas now passes unit tests on OS X. Added …
(edit) @2604 [2604] 16 months mspiegel [ant] Cleanup of the blas bindings for linux.
(edit) @2602 [2602] 16 months mspiegel [ant] Added support for blas bindings on OS X running PowerPC …
(edit) @2599 [2599] 16 months mspiegel [ant] cleanup of the blas build system.
(edit) @2553 [2553] 16 months jon [merge] svn merge -r2487:HEAD …
(edit) @2471 [2471] 16 months jon [syntax] fix strange disambiguation error by changing the order that …
(edit) @2460 [2460] 16 months jon [test] remove syntax tests for now
(edit) @2456 [2456] 16 months mspiegel [testing] Removed xerces.jar until it can get lawyered.
(edit) @2450 [2450] 16 months jon [syntax] merge syntax branch to trunk. add support for nonterminal with …
(edit) @2449 [2449] 16 months mspiegel [tests] First attempt at performance testing monitor.
(edit) @2411 [2411] 16 months jon [tool,test] support tuples, dont run the AstJUTest in cruise control
(edit) @2403 [2403] 16 months jon [tests] add a test for the pretty printer
(edit) @2377 [2377] 16 months jon [blas] Adding Blas wrapper that resulted from pair programming with Jan …
(edit) @2328 [2328] 16 months mspiegel [ant] Bugfix - modified the build.xml so that ProjectFortress?/test-tmp is …
(edit) @2262 [2262] 17 months jon [build] put temporary files into a directory that will be erased after the …
(edit) @2259 [2259] 17 months chf Moved third party unsigned to third_party directory
(edit) @2256 [2256] 17 months sukyoungryu [build] Fixed obsolete build script.
(edit) @2251 [2251] 17 months jon [svn] test commit
(edit) @2212 [2212] 17 months ryanc [parser] added optimizeParser ant target; reorganized instr. classes
(edit) @2205 [2205] 17 months jon [build] check all java files in the astgen directory for up-to-date-ness
(edit) @2195 [2195] 17 months sukyoungryu [build] Made './ant compile' be a no-op after no change.
(edit) @2183 [2183] 17 months jdn [Syntax] changed so much I forgot why…
(edit) @2147 [2147] 17 months jon [build] erase autogenerated FortressAst?.fsi on a clean
(edit) @2135 [2135] 17 months jon [build] check properties so the ast generators are not always built
(edit) @2123 [2123] 17 months jon [syntax] Copy generated FortressAst?.fsi to Library/ directory. Fixed up …
(edit) @2090 [2090] 17 months jdn [Syntax] Typecheck of gap arguments. Handling of special symbols like TAB, …
(edit) @2083 [2083] 17 months jon [astgen] change path nodes_astgen_generators to astgen
(edit) @2076 [2076] 17 months jon [astgen] add generator to create FortressAst?.fs{i,s} from Fortress.ast
(edit) @2074 [2074] 17 months jdn [Syntax] Implemented Templatechecker which checks that the number and …
(edit) @2070 [2070] 17 months dr2chase Changed to be more repository-like in structure of configuration and …
(edit) @2040 [2040] 17 months ryanc [parser] added method to Fortress.rats,etc for expected APIName rather …
(edit) @2035 [2035] 17 months jon [repository] clean up graph repository using visitors
(edit) @2033 [2033] 17 months dr2chase Fixed the file-matches-component/api check
(edit) @2002 [2002] 17 months mspiegel Merging [compiler] branch r2001 into the main trunk. You will now find …
(edit) @1995 [1995] 17 months ryanc [parser] added target for coverage tool
(edit) @1992 [1992] 17 months jon [build] increase memory size for building the instrumented parser
(edit) @1977 [1977] 18 months ryanc [parser] fixed build problem, fixed use of Java 1.6 api
(edit) @1976 [1976] 18 months ryanc [parser] Added tool to analyze grammar coverage
(edit) @1920 [1920] 18 months jdn [Syntax] removed TemplateParser?.java and modified the message for the …
(edit) @1918 [1918] 18 months sukyoungryu [build] Added the syntax abstraction tests to the nightly tests.
(edit) @1907 [1907] 18 months jdn [Syntax] Factored gaps out of the Core Fortress parser and into the …
(edit) @1905 [1905] 18 months jon [build] use macrodef to clean up parsers
(edit) @1902 [1902] 18 months jdn [Syntax] Added a directory for the templateparser, implemented a noop …
(edit) @1876 [1876] 18 months sukyoungryu [build] Removed accidentally committed lines.
(edit) @1849 [1849] 18 months jdn [Syntax] Implemented a first step for a general strategy for parsing of …
(edit) @1799 [1799] 18 months jon [ant] rename SystemJUTests.class -> SystemJUTest.class
(edit) @1798 [1798] 18 months jon [junit test] rename class
(edit) @1795 [1795] 18 months sukyoungryu [build] Added an ant target to test spec examples in isolation: …
(edit) @1750 [1750] 18 months ryanc [build] added failonerror so Rats! error aborts build
(edit) @1599 [1599] 19 months jdn removed testoutput
(edit) @1598 [1598] 19 months jdn last fixes for ids, I hope
(edit) @1593 [1593] 19 months dlsmith Cleaned up redundant class path definitions in build.xml. Included …
(edit) @1581 [1581] 19 months jmaessen Numeric types now support ordering in the standard way. This means I can …
(edit) @1557 [1557] 19 months dlsmith Modified javac invocations in Ant script to fork and use more memory. …
(edit) @1468 [1468] 20 months dr2chase Attempting to clarify the syntax expander failure
(edit) @1420 [1420] 20 months jdn More syntax abstraction examples
(edit) @1411 [1411] 20 months EricAllen Edited README. Added deferring top level ./ant script. Fixed comment in …
(edit) @1398 [1398] 20 months jmaessen Last checkin caused test_library_native to be removed, exposing old …
(edit) @1386 [1386] 20 months dr2chase Added -test and -debug flags to new fortress command; also partial …
(edit) @1293 [1293] 22 months chf exclude syntax abstraction tests
(edit) @1280 [1280] 22 months jdn Option and repetition symbols are now working for syntax abstractions
(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
Note: See TracRevisionLog for help on using the revision log.