summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-0/+410
* Fix the EnteringSteven Knight2003-04-231-1/+1
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+228
* Fixes for Java tests. (Charles Crain)Steven Knight2003-04-202-5/+4
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-201-0/+130
* Fixes for __COPYRIGHT__ in tests; eliminate unnecessary output.Steven Knight2003-04-193-5/+6
* Add Alias() global function. (Anthony Roach)Steven Knight2003-04-181-2/+9
* Really parse .java files for inner class names. (Charles Crain)Steven Knight2003-04-161-2/+75
* Change the names of the Set{Build,Content}SignatureType() functions.Steven Knight2003-04-145-14/+325
* Add an argument for sorting Options help text.Steven Knight2003-04-131-0/+50
* Support converting PostScript to PDF files using ghostview. (Stefan Reichor)Steven Knight2003-04-132-0/+229
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-1/+1
* Options save. (Allen Bierbaum)Steven Knight2003-04-101-11/+121
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-1014-19/+66
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-091-26/+84
* Enhance Java support for package names that don't match the source directory ...Steven Knight2003-04-081-4/+4
* Java!Steven Knight2003-04-064-0/+556
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-282-2/+13
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-271-44/+66
* Clean-ups in preparation for release: doc and comment changes, comment out S...Steven Knight2003-03-261-0/+3
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-31/+91
* Fix -U when no Default() targets are specified.Steven Knight2003-03-231-2/+15
* Check out files from various source code systems properly.Steven Knight2003-03-224-117/+322
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-222-37/+115
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-141-0/+99
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-1/+1
* Win32 portability.Steven Knight2003-03-091-3/+10
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+139
* Push files to the CacheDir() before calling the superclass built() method, wh...Steven Knight2003-03-031-4/+147
* Don't eat scanner exceptions.Steven Knight2003-03-031-0/+112
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-262-1/+13
* Finish Tar builder support, add Zip builder support.Steven Knight2003-02-262-6/+187
* Add support for Perforce. (Charles Crain)Steven Knight2003-02-251-0/+190
* Fix Install test portability by converting an OSError when we prepare a targe...Steven Knight2003-02-221-1/+1
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-215-35/+280
* Add support for fetching files from rcs.Steven Knight2003-02-185-0/+634
* Remove deprecated features.Steven Knight2003-02-121-17/+19
* Make the Install() method copy files (by default).Steven Knight2003-02-121-62/+56
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-102-0/+2
* Support more intuitive build directory specifications as arguments to SConscr...Steven Knight2003-02-101-0/+188
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-0/+88
* Add the --random option.Steven Knight2003-02-061-6/+42
* Change the default behavior when no arguments are specified to building every...Steven Knight2003-02-053-15/+58
* Add CacheDir support.Steven Knight2003-02-034-22/+429
* Win32 portability.Steven Knight2003-01-302-12/+21
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-0/+142
* Fix a bug when -c is used with -n. (Steve Leblanc)Steven Knight2003-01-251-0/+10
* Fix how BUILDERS are updated.Steven Knight2003-01-251-1/+2
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-221-0/+309
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-2/+2