summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 build...Steven Knight2002-11-274-7/+78
* 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
* 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
* Fix dependency scanning when overriding LIBS (Anthony Roach)Steven Knight2002-10-091-0/+25
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-073-30/+61
* win32 test portability fixes (Anthony Roach)Steven Knight2002-10-049-18/+15
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-033-5/+228
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-3030-121/+176
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-272-1/+78
* Add customizable variable helper. (Anthony Roach)Steven Knight2002-09-261-0/+123
* Windows portabilitySteven Knight2002-09-253-7/+8
* Provide a Scanner hook to allow file scans to be avoided when it isn't necess...Steven Knight2002-09-151-0/+94
* Warn when -c can't remove a file.Steven Knight2002-09-091-1/+10
* Eliminate an exception when using -U.Steven Knight2002-09-081-0/+10
* Fix test/ASFLAGS.py.Steven Knight2002-09-081-3/+7
* Win32 portability: Fix error status passing back when calling sys.exit().Steven Knight2002-09-072-4/+14
* Fix -j with multiple targets. (Anthony Roach)Steven Knight2002-09-071-0/+18
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-0518-19/+33
* Provide a message if there are no command-line targets specified and no Defau...Steven Knight2002-08-3137-92/+165