summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Steven Knight2003-01-151-0/+60
| | | | Petkau.)
* 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
| | | | easier to write efficient scanners.
* 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 ↵Steven Knight2002-12-173-10/+11
| | | | Taskmaster.Task class, not Node.build().
* Make the 'Do not know how to build' error message catch more cases. ↵Steven Knight2002-12-163-5/+35
| | | | (Anthony Roach)
* 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
|
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-033-3/+5
|
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-301-13/+39
|
* Really take care of non-existent drive letters on Win32.Steven Knight2002-11-302-55/+105
|
* Provide graceful failures when a source file doesn't exist and can't be ↵Steven Knight2002-11-274-7/+78
| | | | build, and when a nonexistent drive letter is used on Win32.
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-251-2/+3
|
* Make env.SideEffect work for Dir nodes. (Anthony Roach)Steven Knight2002-11-251-0/+34
|
* Fix the Win32 checks for an explicit import library and .def file.Steven Knight2002-11-251-2/+60
|
* Make building source files fail like Make.Steven Knight2002-11-232-1/+3
|
* Make Default(source) and -U fail gracefully. (Anthony Roach)Steven Knight2002-11-221-0/+6
|
* Win32 portability.Steven Knight2002-11-132-5/+5
|
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-0/+78
|
* Add the ParseConfig() method. (Steve Leblanc)Steven Knight2002-11-121-0/+73
|
* Arrange for local copies of files in build/ so the Aegis build will continue ↵Steven Knight2002-11-121-4/+34
| | | | to work.
* Refactor command-line parsing. (Steve Leblanc)Steven Knight2002-11-063-17/+16
|
* Add a function to choose content signature type. (Anthony Roach)Steven Knight2002-11-041-0/+131
|
* Add more Repository tests (variants and command-line targets).Steven Knight2002-11-012-61/+388
|
* Add MSVC .res builder. (Anthony Roach)Steven Knight2002-10-211-2/+44
|
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-195-34/+59
|
* Win32 test portability.Steven Knight2002-10-181-1/+2
|
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-167-54/+391
|
* Allow new ReadingSteven Knight2002-10-142-3/+63
|
* Make undeclared options be ignored. (Anthony Roach)Steven Knight2002-10-131-0/+26
|
* Fix verbose BuildError bug. (Anthony Roach)Steven Knight2002-10-101-0/+15
|
* Add Python and SCons version checking functions. (Anthony Roach)Steven Knight2002-10-101-0/+79
|