summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* [scaladoc] Optional link to source (set paramet...Gilles Dubochet2010-02-031-2/+9
| | | | | | | | | [scaladoc] Optional link to source (set parameter "-doc-source-url"). Support for commenting packages (using package objects). Contributed by Perdo Furlanetto. Also: small performance improvements, short comment extraction is more robust (but no HTML tags allowed in first sentence), small code clean-ups. Checked by dubochet, no review.
* small improvements in building newlibs / newfor...Lukas Rytz2010-01-251-7/+15
| | | | | small improvements in building newlibs / newforkjoin. no review.
* Fix ant task for build manager partest. no review.Hubert Plociniczak2010-01-251-1/+2
|
* fix several issues in .net backend / type parsing.Lukas Rytz2010-01-221-7/+23
|
* Renamed new bin directory to "tools" to avoid c...Miles Sabin2010-01-201-1/+1
| | | | | | Renamed new bin directory to "tools" to avoid conflict with Eclipse incremental build output directory.
* Took a slightly different tack on parsing the s...Paul Phillips2010-01-201-6/+10
| | | | | Took a slightly different tack on parsing the svn version. No review.
* Removed some debugging echoes I let slip through.Paul Phillips2010-01-201-4/+0
|
* Until now all scala builds performed not in an ...Paul Phillips2010-01-191-2/+20
| | | | | | | Until now all scala builds performed not in an svn tree were given no version number, because the version was extracted from "svn info". Now it tries git style if svn info is unrevealing. Review by community.
* Adding target distpack-opt.Antonio Cunei2009-12-171-1/+7
| | | | | Review by rytz.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* moved forkjoin sources out of the library folderLukas Rytz2009-12-021-21/+52
|
* Added a line to build.xml to echo the value of ...Paul Phillips2009-11-281-0/+1
| | | | | | | | Added a line to build.xml to echo the value of $ANT_OPTS after being burned one too many times by having it already set in my environment. What was the motivation for that change again? In any case this should make it easier to notice.
* Scaladoc 2.Gilles Dubochet2009-11-241-3/+11
|
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-0/+1
| | | | | | | fixing a long-standing bug in fjbg and recompiling fjbg.jar, which had the side effect of revealing that the current fjbg jar had never been recompiled with target 1.5, so now it's smaller and (I imagine) faster.
* use scalacfork for strap build, should make win...Lukas Rytz2009-11-091-65/+81
| | | | | | use scalacfork for strap build, should make windows build work. Rename RichWindow so that ant does not always re-compile it.
* Increased partest timeout, since it seems we ar...Philipp Haller2009-11-091-1/+1
| | | | | | Increased partest timeout, since it seems we are hitting it in some hudson configs.
* removed wrong .optimise targetsLukas Rytz2009-11-061-31/+21
|
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-73/+0
|
* Fixed #2545.Martin Odersky2009-11-021-0/+22
|
* Added -Ybuilder-debug:[none,simple,refined] opt...Miles Sabin2009-10-301-3/+7
| | | | | | | Added -Ybuilder-debug:[none,simple,refined] option for testing the interactive build manager; added support for reporting comments during compilation; unbroke the test.positions build target.
* new classpaths.Lukas Rytz2009-10-261-0/+4
|
* Added scalac.args.quickonly to build.xml, becau...Paul Phillips2009-10-231-9/+14
| | | | | | | Added scalac.args.quickonly to build.xml, because otherwise the only way to fully test new command line options either involves rebuilding starr every time or manually editing build.xml between locker and quick.
* Re-enabled optimised nightly buildsIulian Dragos2009-10-141-2/+1
|
* removing jvm5 stuff from trunk, now in branches...Lukas Rytz2009-10-091-30/+0
| | | | | removing jvm5 stuff from trunk, now in branches/jvm5
* removing msil from trunk.Lukas Rytz2009-10-081-31/+3
|
* Daily switch of optimised nightly.Iulian Dragos2009-10-071-1/+1
|
* Fixed stability issues for optimisedIulian Dragos2009-10-061-1/+1
|
* Temporarily reverting r18863Antonio Cunei2009-10-031-1/+2
|
* Re-enabled optimized nightliesIulian Dragos2009-10-011-2/+1
|
* fixed #2101Adriaan Moors2009-10-011-0/+1
| | | | | | there were some issues with heap pressure that made the compile take incredibly long, these were solved by increasing the max allowed heap
* Modified build.xml so the -optimise argument wi...Paul Phillips2009-09-271-19/+30
| | | | | | Modified build.xml so the -optimise argument will reliably be seen in those situations where it was intended.
* Initial build files for 1.5 build.Philipp Haller2009-09-251-0/+30
|
* fix for a nightly build problemLukas Rytz2009-09-221-1/+5
|
* Altered replacelocker target to replace locker.Paul Phillips2009-09-211-1/+1
|
* SABBUS now builds FJBG, which sources are now p...Gilles Dubochet2009-09-211-27/+95
| | | | | SABBUS now builds FJBG, which sources are now part of the Scala module.
* Changed vt-warning workaround to enable the set...Paul Phillips2009-09-211-2/+0
| | | | | | Changed vt-warning workaround to enable the setting in the doc settings object, so anything using it will get the fix.
* Re-enabled the self-type check which was breaki...Paul Phillips2009-09-211-0/+2
| | | | | | | Re-enabled the self-type check which was breaking the overall build in favor of disabling the check only when running scaladoc. This still requires attention!
* making nightly non-optimi(s|z)ed for nowLukas Rytz2009-09-101-1/+1
|
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+6
| | | | | | Massive redesign so that: scala> "hi" == "hi".reverse.reverse gives: res0: Boolean = true Preparing to do similar things to arrays.
* partest now also uses -optimise to compile testsLukas Rytz2009-09-101-3/+6
|
* made my changes actually work :)Lukas Rytz2009-09-101-2/+2
|
* - support optimised build with "build.optimise"...Lukas Rytz2009-09-101-356/+62
| | | | | | | - support optimised build with "build.optimise", "dist.optimise" or - "test.optimise". nightly builds are now optimised (but not the - check-in builds) new starr containing all the latest optimiser-fixes
* Sabbus can pack locker as JARs, for use in IDEs.Gilles Dubochet2009-09-041-4/+48
|
* Getting docs.comp building again.Paul Phillips2009-09-031-0/+1
|
* Put a default for ANT_OPTS in build.xml.Paul Phillips2009-08-281-6/+3
|
* error messge when ANT_OPTS is not setLukas Rytz2009-08-271-0/+6
|
* using ANT_OPTS as jvm arguments for scalacforkLukas Rytz2009-08-241-1/+1
|
* A couple more positions issues caused by the pa...Miles Sabin2009-07-281-3/+3
| | | | | | | A couple more positions issues caused by the packaging changes: fixed with test cases; test.positions target now runs the explicit test cases first.
* Whitespace.Miles Sabin2009-07-281-78/+78
|
* Fix for another positions issue; added some pos...Miles Sabin2009-07-271-1/+80
| | | | | | | | Fix for another positions issue; added some positions unit tests; added test.positions target to build.xml which validates positions of all sources in the Scala tree; cleaned up -Yide-debug output for use in the previous item.