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
/
ScannerTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-4/+3
|
\
|
*
Switch unit tests to configurable runner
anatoly techtonik
2014-03-21
1
-4/+3
*
|
More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...
Stefan Zimmermann
2014-03-31
1
-1/+1
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-1/+1
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-1/+1
|
/
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
1
-6/+6
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-10/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
1
-1/+1
*
Add compat "collections" module for pre-2.4 Python verseions. For now.
Steven Knight
2010-04-11
1
-0/+2
*
Issue 2334: Use compatibility versions of collections.User{Dict,List,String}
Steven Knight
2010-04-07
1
-3/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-2/+2
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-4/+5
*
Issue 2360: fix a TypeError from attempts to intern() unicode objects
Steven Knight
2009-03-02
1
-0/+11
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)
Steven Knight
2008-12-12
1
-0/+2
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-0/+3
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-11/+8
*
Merged revisions 1968-2115 via svnmerge from
Steven Knight
2007-07-11
1
-2/+4
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-8/+56
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-15/+14
*
Refactor the Rsearch*() methods out of existence in favor of simpler utility ...
Steven Knight
2005-04-13
1
-2/+2
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-8/+17
*
Checkpoint refactoring of the find_file() interface.
Steven Knight
2005-03-01
1
-2/+2
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
1
-6/+20
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-1/+20
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
1
-1/+1
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-3/+5
*
Cache get_suffix() and get_build_env(). (Kevin Quick)
Steven Knight
2004-12-16
1
-6/+21
*
Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() ...
Steven Knight
2004-10-07
1
-3/+3
*
More robust Scanner comparisons. (Kevin Quick)
Steven Knight
2004-09-26
1
-0/+5
*
Apply Scanner.Scanner args to the Base class initialization correctly. (Kevi...
Steven Knight
2004-09-26
1
-0/+13
*
Update Scanner pydoc, enhance tests. (Kevin Quick)
Steven Knight
2004-09-25
1
-18/+40
*
Performance optimization when caching include files for a search path. (Eric...
Steven Knight
2004-09-21
1
-1/+1
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-0/+73
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
1
-3/+6
*
Add support for extending the suffixes a scanner knows about.
Steven Knight
2004-04-10
1
-0/+24
*
Forward the Scanner.Classic name to the underlying base class.
Steven Knight
2004-03-16
1
-0/+5
*
Refactor path-substitution logic into an Environment method.
Steven Knight
2004-03-05
1
-0/+4
*
Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'
Steven Knight
2004-03-03
1
-3/+24
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
1
-42/+136
*
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
-1/+64
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-7/+6
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
1
-0/+16
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-18/+19
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
1
-2/+5
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Add a __hash_() method to the Scanners.
Steven Knight
2001-12-11
1
-0/+10
*
Refactor the Scanner class(es) into a Prototype pattern.
Steven Knight
2001-12-03
1
-8/+29
[next]