summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-202-0/+167
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-20188-190/+190
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-183-9/+13
* Update Copyright years.Steven Knight2003-01-16188-190/+190
* Win32 portability.Steven Knight2003-01-161-4/+3
* Fix bug in Clean() functionality. (Steve Leblanc)Steven Knight2003-01-161-0/+12
* Fix scanning Aliases of nodes which have scanners. (Bug reported by Jeff Pet...Steven Knight2003-01-151-0/+60
* Necessary changes towards supporting Jython.Steven Knight2003-01-1573-76/+75
* Add .def file support to the mingw tool. (Anthony Roach)Steven Knight2003-01-151-1/+13
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-0/+13
* Fix bug removing symbolic links. (Steve Leblanc)Steven Knight2003-01-141-2/+19
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-6/+8
* Win32 portability.Steven Knight2003-01-092-4/+6
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-092-2/+192
* Fix files with the same name as subdirs.Steven Knight2003-01-072-3/+80
* Fix specifying only the source argument to a MultiStepBuilder (such as Program).Steven Knight2003-01-071-1/+101
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-37/+413
* Fix problems returning the appropriate exit status on build errors.Steven Knight2003-01-051-2/+2
* Don't duplicate source files in a BuildDir when the -n option is used.Steven Knight2003-01-011-6/+4
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-288-48/+77
* Implement the Clean() function.Steven Knight2002-12-271-3/+37
* Fix typo in test/README. (Derrick 'dman' Hudson)Steven Knight2002-12-221-1/+1
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-173-10/+11
* Make the 'Do not know how to build' error message catch more cases. (Anthony...Steven Knight2002-12-163-5/+35
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-147-18/+18
* Use pickle for .sconsign. (Anthony Roach)Steven Knight2002-12-111-7/+5
* Add functions for getting and setting the number of jobs. (Anthony Roach)Steven Knight2002-12-101-6/+69
* Change the name of 'lib.py' to 'mslib.py'.Steven Knight2002-12-051-2/+3
* Prevent -n from unlinking files.Steven Knight2002-12-052-0/+151