summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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 ↵Steven Knight2002-09-3030-121/+176
| | | | we're building targets.
* 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 ↵Steven Knight2002-09-151-0/+94
| | | | necessary.
* 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 ↵Steven Knight2002-09-0518-19/+33
| | | | and SK)
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-3137-92/+165
| | | | Default() targets.
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft ↵Steven Knight2002-08-301-2/+12
| | | | tools be prefered on win32, and get rid of some cruft in the Platform files. (Anthony Roach)
* On Win32 systems, supply a default if PATHEXT isn't in the environment; it ↵Steven Knight2002-08-282-3/+3
| | | | doesn't exist on Win95/Win98.
* Make sure auto-deducing target names works when a Node is passed in as a ↵Steven Knight2002-08-281-0/+4
| | | | source file.
* Don't remove source files specified on the command line!Steven Knight2002-08-281-0/+61
|
* Put auto-deduced target names in the same directory as the source file.Steven Knight2002-08-261-0/+64
|