summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* removed dtd2scalaburaq2005-04-121-28/+28
|
* removed servlet engine from repositoryburaq2005-02-111-22/+0
|
* - Commented out the automatic build of nscpaltherr2005-02-091-1/+1
|
* - Added nsc targetpaltherr2005-02-091-0/+32
|
* - Added show-missing-examples and show-missingpaltherr2005-01-271-0/+22
|
* - Replaced Function*.java by Function*.scalapaltherr2004-11-181-3/+3
|
* - added an -enableassertions for all toolspaltherr2004-11-171-1/+1
|
* [MSIL] Fixed the testing procedure for the MSIL...mihaylov2004-10-061-1/+1
| | | | | [MSIL] Fixed the testing procedure for the MSIL backend.
* - changed the definition of "ROOT" to make it w...schinz2004-10-041-1/+1
| | | | | - changed the definition of "ROOT" to make it work on OS/X
* - Added rule show-missing-librarypaltherr2004-09-291-1/+12
|
* - Cleaned code of scalatestpaltherr2004-09-231-0/+2
| | | | | - Added some support to test .NET backend
* - Removed no longer used variablespaltherr2004-09-211-5/+0
|
* - Moved scala scripts from ./bin to ./object/ma...paltherr2004-09-211-18/+13
| | | | | - Moved scala scripts from ./bin to ./object/main/bin
* - Renamed library class outputdir from "library...paltherr2004-09-211-1/+1
| | | | | | - Renamed library class outputdir from "library" to "scala" Moved - library and tools class outputdir into a lib subdirectory
* - Renamed library class outputdir from "library...paltherr2004-09-211-5/+6
| | | | | | - Renamed library class outputdir from "library" to "scala" Moved - library and tools class outputdir into a lib subdirectory
* - Removed PROJECT_APIDOCDIR (api doc is now gen...paltherr2004-09-211-2/+1
| | | | | | - Removed PROJECT_APIDOCDIR (api doc is now generated under PROJECT_OBJECTDIR)
* - Relocated jar files under PROJECT_OBJECTDIRpaltherr2004-09-211-5/+1
|
* - Relocated jar files under PROJECT_OBJECTDIRpaltherr2004-09-211-6/+10
|
* - Simplified the file lists for the jar filespaltherr2004-09-211-11/+2
|
* - Added MACRO_TEST_SRCDIR and MACRO_TEST_OBJDIRpaltherr2004-09-211-0/+4
|
* - Changed boot process: removed library compila...paltherr2004-09-161-4/+10
| | | | | - Changed boot process: removed library compilation from boot
* - Fixed typo in LIBRARY_SC_CLASSPATHpaltherr2004-09-161-1/+1
|
* - Made context variables context indenpendentpaltherr2004-09-151-9/+15
|
* - Changed scala_wrapper so that tools are run a...paltherr2004-09-151-4/+10
| | | | | | | | | - Changed scala_wrapper so that tools are run as normal scala programs - Added support for SCALA_SOURCEPATH & SCALA_EXTDIRS Added properties - "scala.library.source.path" & "scala.library.class.path" Improved - computation of default bootclasspath Changed scalap to used ClassPath - from scala.tools.util
* - Created separate outputdirs for library and t...paltherr2004-09-151-11/+23
| | | | | - Created separate outputdirs for library and tools classes
* - Added cygwin support in target generatepaltherr2004-09-031-2/+3
|
* - Redesigned the root Makefile, introduced buil...paltherr2004-08-101-183/+300
| | | | | - Redesigned the root Makefile, introduced build contexts
* - Fixed typo (: -> \)paltherr2004-07-271-1/+1
|
* servletEngine -> servletburaq2004-07-261-2/+2
|
* - Fixed boottest targetspaltherr2004-07-211-2/+2
|
* - Reorganized the whole Makefilepaltherr2004-07-201-355/+407
|
* - changed prefix "interpreter" to "scalai"paltherr2004-07-201-11/+11
|
* - merged compiler.lst into scalac.lstpaltherr2004-07-201-8/+2
|
* - Replaced interpreter.lst by scalai.lstpaltherr2004-07-201-1/+1
|
* - Declared fastclean in default.mkpaltherr2004-07-201-4/+3
| | | | | - Moved removal from ~ and core files to default.distclean
* added servlet engine, mod' xpath exprburaq2004-07-131-0/+16
|
* - now uses external file 'config/list/scala4ant...michelou2004-07-091-3/+2
| | | | | - now uses external file 'config/list/scala4ant.lst'.
* - Changed show-missing to detect missing test f...paltherr2004-06-091-2/+2
| | | | | - Changed show-missing to detect missing test files
* - maintain a separate list of files for the lib...mihaylov2004-06-041-5/+8
| | | | | - maintain a separate list of files for the library-msil target
* - Added util targetpaltherr2004-03-211-0/+25
|
* - Changed the library-msil target to use the cu...mihaylov2004-03-171-1/+3
| | | | | | - Changed the library-msil target to use the current compiler rather than the bootstrap one.
* - Removed scalacbootpaltherr2004-02-271-2/+0
|
* - Added external bootstrap scalacpaltherr2004-02-181-6/+2
|
* - Added target boottestpaltherr2004-02-011-0/+15
|
* - Added read-only flag to generate .scala_wrapperpaltherr2004-01-211-1/+1
|
* ant task in scalaburaq2004-01-211-8/+8
|
* - Fixed formatingpaltherr2004-01-201-3/+6
|
* - Fixed bugs in Scaladoc.cremet2004-01-191-1/+3
| | | | | - Added XHTML validation of documentation comments.
* - Removed library-doc from target allpaltherr2004-01-191-1/+0
|
* - Renamed scalac4ant into scala4antpaltherr2004-01-191-15/+14
| | | | | | - Moved scala4ant sources into sources/scala/tools/scala4ant Removed - examples from support/ant