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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
2
-3/+33
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
2
-2/+10
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
2
-7/+23
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
2
-2/+8
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
4
-8/+60
*
Optimzation in the C Scanner: don't re-sort the list each time.
Steven Knight
2002-06-30
1
-19/+18
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-2/+0
*
Accomodate '-' (and other characters) in #include files in the C Scanner.
Steven Knight
2002-06-14
2
-11/+16
*
Add a native Fortran include scanner.
Steven Knight
2002-06-12
2
-0/+429
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
1
-6/+7
*
Changes from Charles Crain.
Steven Knight
2002-06-05
2
-0/+17
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
2
-7/+17
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
6
-156/+119
*
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
2
-4/+8
*
Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t...
Steven Knight
2002-03-16
2
-35/+69
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
2
-3/+5
*
Implement the -u option (Task 39028). (Steve Leblanc)
Steven Knight
2002-02-21
1
-2/+2
*
Add preliminary support for Unicode strings.
Steven Knight
2002-02-17
1
-3/+18
*
Lookup implicit dependencies relative to the directory of the node in which t...
Steven Knight
2002-02-09
1
-1/+4
*
More performance optimizations (Charles Crain)
Steven Knight
2002-02-05
1
-20/+27
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
2
-12/+25
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
6
-6/+6
*
Handle LIBPATH as a string (Crain).
Steven Knight
2002-01-23
2
-2/+15
*
Make the C Scanner always return the dependencies sorted, so order difference...
Steven Knight
2002-01-23
2
-10/+21
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
2
-12/+13
*
Start getting ready to eat our own dog food: prototype SConscript files.
Steven Knight
2002-01-15
1
-0/+1
*
General performance tweaks
Steven Knight
2001-12-31
4
-50/+57
*
Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
Steven Knight
2001-12-15
2
-3/+9
*
Bug fixes for Scanner handling of subdirectories and Environment copying, cou...
Steven Knight
2001-12-13
2
-4/+26
*
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
4
-10/+40
*
Create a specific CScanner subclass.
Steven Knight
2001-12-11
2
-26/+65
*
Refactor some common testing in the C Scanner tests.
Steven Knight
2001-12-11
1
-10/+9
*
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
2
-5/+13
*
Refactor the Scanner class(es) into a Prototype pattern.
Steven Knight
2001-12-03
4
-30/+51
*
Complete CPPPATH work.
Steven Knight
2001-11-22
5
-15/+64
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
4
-55/+206
*
Implement CPPPATH and scanning during builds.
Steven Knight
2001-11-14
2
-12/+28
*
Updating licensing.
Steven Knight
2001-10-03
4
-0/+92
*
Add automatic substitution on filename lines.
Steven Knight
2001-09-17
4
-4/+4
*
Run setup.py on the unpacked .tar.gz for testing.
Steven Knight
2001-09-17
5
-0/+375
[prev]