summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* sabbus fix to only use scalac ant taskJosh Suereth2009-05-211-137/+160
|
* restored size change, unintentionally revertedAntonio Cunei2009-05-181-1/+1
|
* Removed leftover reference to "jvm5tests".Antonio Cunei2009-05-181-2/+1
|
* Bumping up scalacfork.jvmargs to make 64-bit VM...Antonio Cunei2009-05-161-1/+1
| | | | | Bumping up scalacfork.jvmargs to make 64-bit VMs happy.
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-151-40/+2
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* Further stability test failures will be fatal a...Antonio Cunei2009-05-141-1/+1
| | | | | | | | | | Further stability test failures will be fatal again. New (deterministic) starr included: any further "key not found" errors will be reproducible. Warnings will be printed when linking old classfiles.
* Sabbus "clean" cascade also includes libraries ...Gilles Dubochet2009-05-131-1/+5
| | | | | Sabbus "clean" cascade also includes libraries (MSIL).
* Various improvements to the optimiser: more agg...Iulian Dragos2009-05-131-1/+1
| | | | | | | Various improvements to the optimiser: more aggresive inlining for monad methods, bytecode reading in more cases, better copy propagation during closure elimination.
* Reinstated old, trusted starr from r17713.Antonio Cunei2009-05-131-3/+1
| | | | | | | | | | | | Modified version number detection, so that until we have a new starr both 4 and 5 are acceptable (without warnings). Restored stability test so that it does complain if differences are found; however, a failed stability test is still non-fatal for the time being.
* temporarily disabled stability test to make bui...Martin Odersky2009-05-081-0/+2
| | | | | temporarily disabled stability test to make build pass
* optimized build fixedilyas2009-05-081-0/+2
|
* Fixes in Sabbus: "ant newlibs build" and "ant n...Gilles Dubochet2009-05-071-3/+4
| | | | | | Fixes in Sabbus: "ant newlibs build" and "ant newlibs newstarr" work as expected.
* Fixed typo in build.xml.Gilles Dubochet2009-05-061-1/+1
|
* MSIL is built as part of Sabbus, working at last.Gilles Dubochet2009-05-061-7/+12
|
* MSIL is built as part of Sabbus, take 3.Gilles Dubochet2009-05-061-1/+1
|
* MSIL is built as part of Sabbus.Gilles Dubochet2009-05-061-36/+104
|
* Scala decompiler test suite addedilyas2009-05-061-15/+20
|
* Calling "ant newlocker" will actually updated a...Gilles Dubochet2009-04-271-0/+1
| | | | | Calling "ant newlocker" will actually updated a previously built LOCKER.
* some more msil stuff.Lukas Rytz2009-03-251-0/+3
|
* added partest.properties to jarmichelou2009-03-101-2/+7
|
* Changed the build file so that stability testAntonio Cunei2009-03-061-1/+1
| | | | | | failures cause the test suite to fail, rather than being silently ignored.
* merged changes from maven2 branch (include scal...Lukas Rytz2009-02-171-0/+4
| | | | | merged changes from maven2 branch (include scalap as maven package)
* version file addedilyas2009-02-101-0/+1
|
* added build scripts for scalapLukas Rytz2009-02-091-5/+129
|
* fixed #1651Lukas Rytz2009-01-201-2/+2
|
* Fixed ant test.suite target for jvm tests that ...Philipp Haller2009-01-141-2/+2
| | | | | Fixed ant test.suite target for jvm tests that contain directories.
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
|
* Fixed optimised test suiteIulian Dragos2008-12-021-1/+1
|
* Added back jvm args for the optimised.test targetIulian Dragos2008-11-201-1/+2
|
* Fixed syntax error in optimised.test targetIulian Dragos2008-11-201-2/+1
|
* Added optimised.test targetIulian Dragos2008-11-201-1/+36
|
* minor cleanups (leading tabs, Unit, etc.)michelou2008-11-111-14/+13
|
* Fixed issue #1193 that created an incomplete “l...Gilles Dubochet2008-11-061-14/+14
| | | | | | Fixed issue #1193 that created an incomplete “latest” distributions on Windows.
* Fixed multi-file jvm5 tests.Philipp Haller2008-10-311-1/+16
|
* updated ScalacFork ant task to accept arbitry a...Lukas Rytz2008-10-301-17/+19
| | | | | | updated ScalacFork ant task to accept arbitry arguments forwarded to the forked jvm.
* Improved 'optimised' target.Iulian Dragos2008-10-301-2/+91
|
* Added pos5 tests to test.suite target.Philipp Haller2008-10-281-3/+4
|
* removed hidden char in 1st position and leading...michelou2008-10-281-46/+44
| | | | | removed hidden char in 1st position and leading tabs.
* Added optimised compiler target.Iulian Dragos2008-10-241-1/+176
|
* Changed the way in which the path to javac is p...Philipp Haller2008-10-211-1/+3
| | | | | Changed the way in which the path to javac is passed to partest.
* . scala.swing api is now included in the main apiLukas Rytz2008-10-161-29/+5
| | | | | | . the downloadable scala-api.tgz is now called scala-devel-docs.tgz, and contains the same files as the correspondent sbaz package
* fix 1106 (Windows issue)michelou2008-10-111-4/+10
|
* build prints more detailed java versionLukas Rytz2008-09-181-1/+1
|
* applied fix for #1306Lukas Rytz2008-09-051-1/+2
|
* applied fix for #1294Lukas Rytz2008-09-051-5/+6
|
* now checking for volatile types.Martin Odersky2008-09-041-2/+2
|
* Fixed #1290.Lukas Rytz2008-09-021-17/+53
| | | | | | - 'ant locker.clean build' - 'ant newstarrwin'
* removed scalap man pageLukas Rytz2008-08-221-1/+1
|
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-191-93/+87
| | | | | | | | | Added "scalacfork" ant task and enabled it to build locker and quick. Removed sabbus.jar (sabbus ant tasks are included in scala-compiler.jar for some time now) Made serializable, cloneable, SerialVersionUID, BeanProperty static annotations Fixed the Pickler not to crash on repeated annotations
* added a forwarding target to clean everythingLukas Rytz2008-08-141-0/+2
|