summaryrefslogtreecommitdiff
path: root/src/build
Commit message (Collapse)AuthorAgeFilesLines
* ant: use copy instead of copyfileLukas Rytz2008-11-261-2/+2
|
* - make "latest" symlink in dists/mavenLukas Rytz2008-11-052-148/+161
| | | | | | - maven-deploy.xml takes parameter settings.file (ant deploy.snapshot -Dsettings.file=/path/to/settings.xml)
* propagating to trunk fix for #1463Antonio Cunei2008-10-311-1/+1
|
* merged work from maven2 branch into trunkLukas Rytz2008-10-316-5/+308
|
* added javac.cmd argument to 1.4 partest callsLukas Rytz2008-10-231-2/+2
|
* the ant tasks 'four-test' and 'fourfour-test' (...Lukas Rytz2008-10-221-2/+4
| | | | | | the ant tasks 'four-test' and 'fourfour-test' (and therefore nightly builds) now fail when some partest tests fail.
* . scala.swing api is now included in the main apiLukas Rytz2008-10-161-5/+5
| | | | | | . the downloadable scala-api.tgz is now called scala-devel-docs.tgz, and contains the same files as the correspondent sbaz package
* added META-INF folder to sources tarballLukas Rytz2008-09-251-1/+0
|
* build prints more detailed java versionLukas Rytz2008-09-181-1/+1
|
* print jvm version in fourfournightly targetLukas Rytz2008-09-171-0/+1
|
* added scala-swing to sbaz packageLukas Rytz2008-08-221-2/+2
|
* added prefix direcotry for scala sources tarballLukas Rytz2008-08-211-1/+2
|
* deprecated scalatest and removed it from furthe...Lukas Rytz2008-08-181-1/+1
| | | | | deprecated scalatest and removed it from further distributions
* removing the 'longer than 100 characters' warningsLukas Rytz2008-08-131-5/+10
|
* fixed path to api doc in pack-api.tarLukas Rytz2008-08-131-1/+1
|
* adapted dist directory structure to match the o...Lukas Rytz2008-08-121-1/+1
| | | | | | adapted dist directory structure to match the one of a sbaz (downloadable) distribution
* include *.flags files into scalal-test sbaz pac...Lukas Rytz2008-08-121-1/+1
| | | | | include *.flags files into scalal-test sbaz package
* json parser builds on jvm14.Lukas Rytz2008-08-121-15/+15
|
* Seperate compilation (Part 2 of 2): scalaclorch2008-07-141-2/+2
| | | | | Validated by Lukas Rytz
* making the ilasm command verbose to see what's ...Lukas Rytz2008-05-211-1/+2
| | | | | | making the ilasm command verbose to see what's going on. the msil nightly build is broken, predef.dll is not generated.
* Inner classes are now kept as such when compili...Lukas Rytz2008-05-211-1/+2
| | | | | Inner classes are now kept as such when compiling to .NET.
* deactivating separate compilation (part 2)jeberle2008-05-201-1/+1
|
* Try raising the memory limit further.Geoffrey Washburn2008-05-191-2/+2
|
* Removed outdated "ant-contrib" library and poin...Gilles Dubochet2008-05-161-1/+1
| | | | | | Removed outdated "ant-contrib" library and pointed all references to the new version.
* SupperSabbus Four runs its tests in a VM with 5...Gilles Dubochet2008-05-161-2/+2
| | | | | SupperSabbus Four runs its tests in a VM with 512 MB of heap space.
* Added “fourfour” targets to SuperSabbus for tes...Gilles Dubochet2008-05-099-1894/+2053
| | | | | | Added “fourfour” targets to SuperSabbus for testing JVM 1.4 builds with a 1.4 JVM. Removed obsolete build files.
* changed copying of .net / jvm14 libraries.Lukas Rytz2008-05-092-15/+55
|
* Added config options to partest Ant taskPhilipp Haller2008-05-091-1/+1
|
* added proper msil packagingLukas Rytz2008-05-093-23/+99
|
* added msil distribution to supersabbusLukas Rytz2008-05-092-35/+29
|
* added todo list to msil.xmlLukas Rytz2008-05-081-0/+6
|
* updated msil build script. now similar to four.xmlLukas Rytz2008-05-081-73/+118
|
* - updated partest to work with SuperSabbus (pac...Lukas Rytz2008-05-071-1/+1
| | | | | | | | - updated partest to work with SuperSabbus (pack direcotry) and installed distributions.\n-removed 'latestFjbgFile' where apropriate, because fjbg is now included in scala-compiler.jar.\n-updated runner scripts to work with an installed distribution.
* build scala librairie for dotnet framework....jeberle2008-05-071-5/+8
|
* adding dotnet into the pack.xmljeberle2008-05-071-1/+16
|
* in fact superSabbus uses msil.xml, not build-ms...jeberle2008-05-063-36/+234
| | | | | in fact superSabbus uses msil.xml, not build-msil.xml
* added msil target to superSabbus (don't forget ...jeberle2008-05-062-37/+40
| | | | | | added msil target to superSabbus (don't forget to set the .properties file)
* corrected packaging of four distributionLukas Rytz2008-05-051-3/+5
|
* suppersabbus now generates an api tarballLukas Rytz2008-05-021-1/+8
|
* added scala-test sbaz package to supersabbusLukas Rytz2008-05-021-1/+18
|
* files of jmv-1.4 library must always overwrite ...Lukas Rytz2008-05-021-1/+1
| | | | | | files of jmv-1.4 library must always overwrite the ones of the library, even if timestamp is older
* propagating changes from Sabbus to SuperSABBUSlorch2008-04-271-27/+9
|
* Modified the implementation of curry so that forGeoffrey Washburn2008-04-231-5/+9
| | | | | | | | | FunctionN, where N > 4, many fewer classes are created statically at the expense of creating more objects dynamically (which seems reasonable given how common such functions are likely to be). This also allows for curry in FunctionN for N > 8 without running into the filename length restriction.
* Really fixed curry this time.Geoffrey Washburn2008-04-221-1/+1
|
* No curry for you! (If you are FunctionN, for N ...Geoffrey Washburn2008-04-221-1/+1
| | | | | No curry for you! (If you are FunctionN, for N < 2 and N > 16)
* Corrected uncurry to be called curry.Geoffrey Washburn2008-04-221-4/+12
| | | | | Generalized curry to FunctionN for N >= 2
* SuperSabbus generated distribution is now compl...Gilles Dubochet2008-04-222-1/+163
| | | | | | SuperSabbus generated distribution is now complete. Added targets for packaging distribution to SBaz or archives.
* Improvements to genprodGeoffrey Washburn2008-04-161-19/+37
| | | | | Added uncurry to Function2, swap to Tuple2.
* SuperSabbus JVM 1.4 target also builds Partest.Gilles Dubochet2008-04-161-6/+43
|
* Tiny fixes to SuperSabbus.Gilles Dubochet2008-04-141-0/+4
|