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
/
C.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-2/+0
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-5/+6
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-64/+58
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
1
-1/+1
*
Fix scans for derived include files in Repositories. (Charles Crain)
Steven Knight
2002-11-12
1
-1/+1
*
Fix a scanner bug for repository files included by relative path. (Charles Cr...
Steven Knight
2002-11-05
1
-1/+2
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
1
-5/+1
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
1
-1/+5
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
1
-1/+4
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
1
-2/+2
*
Optimzation in the C Scanner: don't re-sort the list each time.
Steven Knight
2002-06-30
1
-19/+18
*
Accomodate '-' (and other characters) in #include files in the C Scanner.
Steven Knight
2002-06-14
1
-1/+1
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-0/+4
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-36/+21
*
Add Fortran support.
Steven Knight
2002-03-28
1
-2/+4
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
1
-2/+5
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
1
-2/+4
*
Implement the -u option (Task 39028). (Steve Leblanc)
Steven Knight
2002-02-21
1
-2/+2
*
More performance optimizations (Charles Crain)
Steven Knight
2002-02-05
1
-20/+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
-1/+14
*
General performance tweaks
Steven Knight
2001-12-31
1
-20/+25
*
Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
Steven Knight
2001-12-15
1
-3/+3
*
Bug fixes for Scanner handling of subdirectories and Environment copying, cou...
Steven Knight
2001-12-13
1
-3/+2
*
Add a __hash_() method to the Scanners.
Steven Knight
2001-12-11
1
-1/+6
*
Create a specific CScanner subclass.
Steven Knight
2001-12-11
1
-21/+39
*
Have the C Scanner handle IOError when a file doesn't exist.
Steven Knight
2001-12-11
1
-1/+1
*
Speed up and generalize SCons.Util.find_files().
Steven Knight
2001-12-04
1
-4/+10
*
Refactor the Scanner class(es) into a Prototype pattern.
Steven Knight
2001-12-03
1
-6/+5
*
Complete CPPPATH work.
Steven Knight
2001-11-22
1
-2/+3
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-37/+18
*
Implement CPPPATH and scanning during builds.
Steven Knight
2001-11-14
1
-8/+6
*
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/+87