summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-2/+12
* On Win32 systems, supply a default if PATHEXT isn't in the environment; it do...Steven Knight2002-08-282-3/+3
* Make sure auto-deducing target names works when a Node is passed in as a sour...Steven Knight2002-08-281-0/+4
* 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
* Implement spawn() using os.system() on Posix OSes. (Anthony Roach)Steven Knight2002-08-233-6/+6
* Make case differences not effect #include order. (Anthony Roach)Steven Knight2002-08-231-0/+32
* Remove debug prints left in test/BuildDir.py.Steven Knight2002-08-181-2/+0
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-0/+199
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-131-0/+11
* Fix aliases as dependencies. (Anthony Roach)Steven Knight2002-08-091-1/+42
* Add a test for Repository and the -c option.Steven Knight2002-08-061-0/+182
* Add Install() + Local() functionality.Steven Knight2002-08-061-0/+82
* Add Local() functionality to Repository support.Steven Knight2002-08-061-0/+84
* Support Repository and Default().Steven Knight2002-08-061-0/+100
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-052-0/+125
* Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...Steven Knight2002-08-051-1/+31
* Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)Steven Knight2002-08-051-4/+10
* Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)Steven Knight2002-08-051-0/+16
* Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)Steven Knight2002-08-041-0/+63
* Still more Repository tests: CPPPATH, StaticLibrary, linking objects, and co...Steven Knight2002-07-305-14/+606
* Add more Repository tests (and clean up multi-dir.py).Steven Knight2002-07-305-35/+515