summaryrefslogtreecommitdiff
path: root/src/build
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added what is needed to properly build, test an...Gilles Dubochet2008-04-111-0/+325
| | | | | | Added what is needed to properly build, test and package a distribution for jvm 1.4.
* Hopefully fix the problem with Either not being...Geoffrey Washburn2008-03-071-0/+1
| | | | | | Hopefully fix the problem with Either not being included in the the builds.
* added new Ant build script (beta)michelou2008-02-266-0/+1896
|
* anonfuns now accept up to 22 argsmichelou2008-02-191-25/+21
|
* switched to Scala implementation of StringBuildermichelou2008-02-061-4/+4
|
* updated element/arity to productElement/product...michelou2007-04-191-17/+1
| | | | | updated element/arity to productElement/productArity
* updated for-comprehension syntaxmichelou2007-04-191-15/+15
|
* renamed arity=>productArity,element=>productEle...Burak Emir2007-04-121-2/+26
| | | | | renamed arity=>productArity,element=>productElement
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-201-2/+2
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* added awk scriptBurak Emir2007-01-081-0/+13
|
* finalized the TupleN ProductN change (last dist...Burak Emir2007-01-031-2/+2
| | | | | | | finalized the TupleN ProductN change (last dist: no automatic addition of ProductN, this dist: manual addition of ProductN to TupleN by means of modified genprod tool)
* * NodeSeq plays with new Seq[A]Burak Emir2007-01-031-2/+2
| | | | | * new starr, because of Tuple/Product change and collections
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-10/+9
| | | | | | | | | | * better comments and parameter names in scala.xml.MetaData typechecker * now handles special cases (n=0, n=1) for unapply correctly * * even if one returns a Option[Product1[T]] * typechecker now handles unapply return types correctly * * e.g. when returning Option[{A,B}] instead of Option[Product2[A,B]]
* added comma in generated Tuple1.toString methodmichelou2006-12-121-14/+31
|
* more tuplesBurak Emir2006-12-121-3/+6
|
* added infix types and {...} syntax for tuples.Martin Odersky2006-12-111-1/+1
| | | | | changed a confusing error message "value this is not a member of T".
* updated genprod.scala (Function1)michelou2006-12-081-38/+51
|
* fixed encoding in Scala commentmichelou2006-11-301-10/+14
|
* oopsBurak Emir2006-11-291-1/+1
|