summaryrefslogtreecommitdiff
path: root/sabbus.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added what is needed to properly build, test an...Gilles Dubochet2008-04-111-151/+32
| | | | | | Added what is needed to properly build, test and package a distribution for jvm 1.4.
* Added a simple target to build a JVM 1.4 versio...Gilles Dubochet2008-04-091-22/+164
| | | | | | Added a simple target to build a JVM 1.4 version of the Scala compiler and library.
* Refactored SuperSabbus' targets to be finer gra...Gilles Dubochet2008-04-091-265/+491
| | | | | | | | Refactored SuperSabbus' targets to be finer grained and permit better dependency management (with JVM 1.4 and MSIL support in mind). First effort of refactoring the classpath handling: tools are run with the scala library on the classpath, not on the bootclasspath.
* Fixed SuperSabbus.Gilles Dubochet2008-04-071-10/+16
|
* Missed a few references to fusrcs.Geoffrey Washburn2008-04-071-1/+1
|
* Put "locker.clean" target back into SuperSabbus...Gilles Dubochet2008-04-071-2/+2
| | | | | | Put "locker.clean" target back into SuperSabbus as its absence was breaking the "dist" build.
* Fixed the SuperSABBUS build again.Geoffrey Washburn2008-04-071-71/+26
|
* Rename the "files" target to the more descripti...Geoffrey Washburn2008-04-051-2/+2
| | | | | Rename the "files" target to the more descriptive "fusion" target.
* Fixed spelling mistake: Scaladoc -> ScalaDocIulian Dragos2008-04-051-1/+1
|
* Corrected the bit that generates the scaladoc s...Geoffrey Washburn2008-04-051-2/+5
| | | | | Corrected the bit that generates the scaladoc script.
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-041-1/+1
| | | | | | | | (1) more changes for dynamic cycle detection of implicits 2) change (to wildcard scoping in types 3) suppress $tag generation for purely (abstract traits 4) increase stacksize for sabbus to 32m (otherwise (problems on Windows)
* Fixed SuperSabbus build for documentation.Gilles Dubochet2008-04-041-4/+6
|
* SuperSabbus is able to build for JVM 1.5 with t...Gilles Dubochet2008-04-041-27/+72
| | | | | | | | | | | | SuperSabbus is able to build for JVM 1.5 with the new library sources' structure. Current solution is suboptimal as it copies all required sources to "build/fusrcs" (for "fusioned sources"). In the future, SuperSabbus should use filesets to "virtualise" fusing and limit copying. Be carefull from where you get your sources when using both Ant and Scalac/FSC.
* Added target to SuperSabbus to correctly make n...Gilles Dubochet2008-03-221-1/+33
| | | | | | Added target to SuperSabbus to correctly make new Starr. Run "ant -f sabbus -p" for info on top-level targets.
* Fixed unreachable code in JSON parser.Gilles Dubochet2008-03-121-0/+3
|
* SuperSABBUS works with files that have spaces i...Gilles Dubochet2008-03-091-10/+13
| | | | | | SuperSABBUS works with files that have spaces in their path. Distribution should build on Windows.
* Fixed typo in SuperSABBUS that prevented it fro...Gilles Dubochet2008-03-071-1/+1
| | | | | Fixed typo in SuperSABBUS that prevented it from building STRAP.
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-071-14/+10
|
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-061-209/+275
| | | | | | | | | | SuperSABBUS runs the full test suite and is faster. - Reorganised build for better dependencies. - Various improvements and fixes in build process' correction and ease-of-use. - Partest Ant task can now run resident tests. - Fixed some issues with Partest.
* First step towards a faster commit build.Gilles Dubochet2008-02-291-0/+645
1. Added new Ant tasks to build the compiler in a memory-efficient way. 2. Modified Partest to make it more extensible and added an Ant task to run it. 3. Created a SuperSABBUS build file (beta) using these new tasks.