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
/
sconsign.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make SConsignFile() behavior the default.
Steven Knight
2005-05-07
1
-99/+0
|
*
Return lists of Nodes from all builders, not single Nodes when there's only one.
Steven Knight
2004-08-05
1
-1/+1
|
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
|
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
|
*
Win32 portability.
Steven Knight
2003-01-09
1
-2/+2
|
*
Fix problems returning the appropriate exit status on build errors.
Steven Knight
2003-01-05
1
-2/+2
|
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
1
-2/+1
|
*
Make error and warning message consistent. (Anthony Roach)
Steven Knight
2002-12-14
1
-1/+1
|
*
Use pickle for .sconsign. (Anthony Roach)
Steven Knight
2002-12-11
1
-7/+5
|
*
Add output to tell people when we're reading SConscript files versus when ↵
Steven Knight
2002-09-30
1
-2/+1
|
|
|
|
we're building targets.
*
Add a decent error message for corrupted .sconsign files (Bug 579666). ↵
Steven Knight
2002-08-05
1
-1/+31
|
|
|
|
(Anthony Roach)
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-3/+3
|
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
1
-1/+3
|
*
Fix problems with two tests (one portability, one syntax).
Steven Knight
2002-03-27
1
-1/+1
|
*
Make FunctionAction arguments be Nodes, not strings. (Charles Crain)
Steven Knight
2002-03-16
1
-2/+2
|
*
Fix new .sconsign file write-logic portability to Windows NT.
Steven Knight
2002-02-14
1
-4/+0
|
*
Make writing a .sconsign more robust by writing to a temporary file first ↵
Steven Knight
2002-02-09
1
-0/+75
and renaming it.