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
/
scan-once.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate unnecessary WIN32/Win32/win32 references in tests, too.
Steven Knight
2006-01-21
1
-1/+1
*
Get rid of indentation tabs in the test scripts and have runtest.py invoke th...
Steven Knight
2005-10-14
1
-3/+3
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-8/+2
*
Win32 portability fixes.
Steven Knight
2005-01-03
1
-2/+2
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-3/+10
*
Cache get_suffix() and get_build_env(). (Kevin Quick)
Steven Knight
2004-12-16
1
-4/+4
*
Win32 portability: add an explicit match argument to TestCommon.py, use it t...
Steven Knight
2004-07-15
1
-2/+4
*
Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...
Steven Knight
2004-07-13
1
-2/+2
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-34/+31
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
1
-1/+1
*
Accomodate white space in path names when running tests.
Steven Knight
2004-01-27
1
-2/+10
*
Turn more global functions into Environment methods. (clone of 0.92.C121)
Steven Knight
2003-09-15
1
-2/+1
*
More portability fixes.
Steven Knight
2003-08-14
1
-4/+8
*
Use -lfrtbegin when linking fortran in gcc3; Cygwin fixes. (Chad Austin)
Steven Knight
2003-05-27
1
-0/+3
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-1/+1
*
Fix test/scan-once.py for the recent Export change.
Steven Knight
2003-04-25
1
-5/+5
*
Support using construction variables as re-usable, callable command generator...
Steven Knight
2003-03-13
1
-1/+1
*
Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...
Steven Knight
2003-02-26
1
-1/+1
*
Win32 portability.
Steven Knight
2003-01-30
1
-3/+9
*
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
*
Necessary changes towards supporting Jython.
Steven Knight
2003-01-15
1
-1/+0
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-6/+8
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-37/+413
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
1
-0/+6
*
Provide graceful failures when a source file doesn't exist and can't be build...
Steven Knight
2002-11-27
1
-6/+0
*
Add output to tell people when we're reading SConscript files versus when we'...
Steven Knight
2002-09-30
1
-8/+12
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
1
-0/+94