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
/
src
/
engine
/
SCons
/
Scanner
/
CTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor path-substitution logic into an Environment method.
Steven Knight
2004-03-05
1
-0/+5
*
Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende...
Steven Knight
2003-10-04
1
-4/+17
*
Support #include with no spaces before the opening quote or angle bracket.
Steven Knight
2003-08-29
1
-0/+18
*
Support the #import C preprocessor directive. (Greg Spencer)
Steven Knight
2003-04-17
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
-0/+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
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-2/+2
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-26/+38
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
1
-0/+15
*
Fix scans for derived include files in Repositories. (Charles Crain)
Steven Knight
2002-11-12
1
-2/+8
*
Fix a scanner bug for repository files included by relative path. (Charles Cr...
Steven Knight
2002-11-05
1
-1/+46
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
1
-4/+12
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
1
-4/+31
*
Accomodate '-' (and other characters) in #include files in the C Scanner.
Steven Knight
2002-06-14
1
-10/+15
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-0/+13
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-27/+27
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Make the C Scanner always return the dependencies sorted, so order difference...
Steven Knight
2002-01-23
1
-9/+7
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
1
-9/+9
*
General performance tweaks
Steven Knight
2001-12-31
1
-13/+16
*
Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
Steven Knight
2001-12-15
1
-0/+6
*
Bug fixes for Scanner handling of subdirectories and Environment copying, cou...
Steven Knight
2001-12-13
1
-1/+24
*
Add another C Scanner unit test.
Steven Knight
2001-12-11
1
-12/+44
*
Add a __hash_() method to the Scanners.
Steven Knight
2001-12-11
1
-5/+16
*
Create a specific CScanner subclass.
Steven Knight
2001-12-11
1
-5/+26
*
Refactor some common testing in the C Scanner tests.
Steven Knight
2001-12-11
1
-10/+9
*
Complete CPPPATH work.
Steven Knight
2001-11-22
1
-5/+16
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-18/+29
*
Updating licensing.
Steven Knight
2001-10-03
1
-0/+23
*
Add automatic substitution on filename lines.
Steven Knight
2001-09-17
1
-1/+1
*
Run setup.py on the unpacked .tar.gz for testing.
Steven Knight
2001-09-17
1
-0/+131