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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-2/+5
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-3/+1
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-5/+43
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-44/+10
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-6/+8
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
1
-2/+3
*
Refactor the Rsearch*() methods out of existence in favor of simpler utility ...
Steven Knight
2005-04-13
1
-4/+1
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-21/+18
*
Checkpoint refactoring of the find_file() interface.
Steven Knight
2005-03-01
1
-6/+2
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
1
-3/+20
*
Don't create a Node for every file we try to find during scan.
Steven Knight
2005-02-10
1
-1/+1
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-26/+20
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
1
-5/+6
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-47/+57
*
Cache get_suffix() and get_build_env(). (Kevin Quick)
Steven Knight
2004-12-16
1
-6/+18
*
Fix how scanners sort dependencies so it doesn't matter if the dependency fil...
Steven Knight
2004-12-04
1
-30/+24
*
More robust Scanner comparisons. (Kevin Quick)
Steven Knight
2004-09-26
1
-1/+5
*
Apply Scanner.Scanner args to the Base class initialization correctly. (Kevi...
Steven Knight
2004-09-26
1
-1/+1
*
Update Scanner pydoc, enhance tests. (Kevin Quick)
Steven Knight
2004-09-25
1
-5/+10
*
Performance optimization when caching include files for a search path. (Eric...
Steven Knight
2004-09-21
1
-8/+40
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-1/+0
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-0/+35
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
1
-3/+3
*
Add support for extending the suffixes a scanner knows about.
Steven Knight
2004-04-10
1
-0/+6
*
Forward the Scanner.Classic name to the underlying base class.
Steven Knight
2004-03-16
1
-0/+1
*
Refactor path-substitution logic into an Environment method.
Steven Knight
2004-03-05
1
-9/+1
*
Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'
Steven Knight
2004-03-03
1
-10/+26
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
1
-0/+108
*
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
-37/+17
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-12/+41
*
Add MSVC .res builder. (Anthony Roach)
Steven Knight
2002-10-21
1
-0/+4
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
1
-3/+17
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-2/+0
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-15/+5
*
Lookup implicit dependencies relative to the directory of the node in which t...
Steven Knight
2002-02-09
1
-1/+4
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
1
-10/+20
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
1
-3/+4
*
General performance tweaks
Steven Knight
2001-12-31
1
-16/+15
*
Add a __hash_() method to the Scanners.
Steven Knight
2001-12-11
1
-4/+8
*
Refactor the Scanner class(es) into a Prototype pattern.
Steven Knight
2001-12-03
1
-11/+14
*
Complete CPPPATH work.
Steven Knight
2001-11-22
1
-3/+40
*
Implement CPPPATH and scanning during builds.
Steven Knight
2001-11-14
1
-4/+22
*
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/+69