index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Arrange for local copies of files in build/ so the Aegis build will continue ...
Steven Knight
2002-11-12
1
-4/+34
*
Refactor command-line parsing. (Steve Leblanc)
Steven Knight
2002-11-06
3
-17/+16
*
Add a function to choose content signature type. (Anthony Roach)
Steven Knight
2002-11-04
1
-0/+131
*
Add more Repository tests (variants and command-line targets).
Steven Knight
2002-11-01
2
-61/+388
*
Add MSVC .res builder. (Anthony Roach)
Steven Knight
2002-10-21
1
-2/+44
*
Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).
Steven Knight
2002-10-19
5
-34/+59
*
Win32 test portability.
Steven Knight
2002-10-18
1
-1/+2
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
7
-54/+391
*
Allow new Reading
Steven Knight
2002-10-14
2
-3/+63
*
Make undeclared options be ignored. (Anthony Roach)
Steven Knight
2002-10-13
1
-0/+26
*
Fix verbose BuildError bug. (Anthony Roach)
Steven Knight
2002-10-10
1
-0/+15
*
Add Python and SCons version checking functions. (Anthony Roach)
Steven Knight
2002-10-10
1
-0/+79
*
Fix dependency scanning when overriding LIBS (Anthony Roach)
Steven Knight
2002-10-09
1
-0/+25
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
3
-30/+61
*
win32 test portability fixes (Anthony Roach)
Steven Knight
2002-10-04
9
-18/+15
*
Add MSVC PCH and PDB support. (Anthony Roach)
Steven Knight
2002-10-03
3
-5/+228
*
Add output to tell people when we're reading SConscript files versus when we'...
Steven Knight
2002-09-30
30
-121/+176
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
2
-1/+78
*
Add customizable variable helper. (Anthony Roach)
Steven Knight
2002-09-26
1
-0/+123
*
Windows portability
Steven Knight
2002-09-25
3
-7/+8
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
1
-0/+94
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
1
-1/+10
*
Eliminate an exception when using -U.
Steven Knight
2002-09-08
1
-0/+10
*
Fix test/ASFLAGS.py.
Steven Knight
2002-09-08
1
-3/+7
*
Win32 portability: Fix error status passing back when calling sys.exit().
Steven Knight
2002-09-07
2
-4/+14
*
Fix -j with multiple targets. (Anthony Roach)
Steven Knight
2002-09-07
1
-0/+18
*
Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...
Steven Knight
2002-09-05
18
-19/+33
*
Provide a message if there are no command-line targets specified and no Defau...
Steven Knight
2002-08-31
37
-92/+165
*
Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...
Steven Knight
2002-08-30
1
-2/+12
*
On Win32 systems, supply a default if PATHEXT isn't in the environment; it do...
Steven Knight
2002-08-28
2
-3/+3
*
Make sure auto-deducing target names works when a Node is passed in as a sour...
Steven Knight
2002-08-28
1
-0/+4
*
Don't remove source files specified on the command line!
Steven Knight
2002-08-28
1
-0/+61
*
Put auto-deduced target names in the same directory as the source file.
Steven Knight
2002-08-26
1
-0/+64
*
Implement spawn() using os.system() on Posix OSes. (Anthony Roach)
Steven Knight
2002-08-23
3
-6/+6
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
1
-0/+32
*
Remove debug prints left in test/BuildDir.py.
Steven Knight
2002-08-18
1
-2/+0
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
1
-0/+199
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
1
-0/+11
*
Fix aliases as dependencies. (Anthony Roach)
Steven Knight
2002-08-09
1
-1/+42
*
Add a test for Repository and the -c option.
Steven Knight
2002-08-06
1
-0/+182
*
Add Install() + Local() functionality.
Steven Knight
2002-08-06
1
-0/+82
*
Add Local() functionality to Repository support.
Steven Knight
2002-08-06
1
-0/+84
*
Support Repository and Default().
Steven Knight
2002-08-06
1
-0/+100
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
2
-0/+125
*
Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...
Steven Knight
2002-08-05
1
-1/+31
*
Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)
Steven Knight
2002-08-05
1
-4/+10
*
Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)
Steven Knight
2002-08-05
1
-0/+16
*
Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)
Steven Knight
2002-08-04
1
-0/+63
*
Still more Repository tests: CPPPATH, StaticLibrary, linking objects, and co...
Steven Knight
2002-07-30
5
-14/+606
*
Add more Repository tests (and clean up multi-dir.py).
Steven Knight
2002-07-30
5
-35/+515
[next]