summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/ScannerTests.py
Commit message (Expand)AuthorAgeFilesLines
* PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files whic...William Deegan2017-05-261-1/+31
* Merged with [default]Stefan Zimmermann2014-03-311-4/+3
|\
| * Switch unit tests to configurable runneranatoly techtonik2014-03-211-4/+3
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-1/+1
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-1/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-6/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-10/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-111-0/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+5
* Issue 2360: fix a TypeError from attempts to intern() unicode objectsSteven Knight2009-03-021-0/+11
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-0/+2
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-0/+3
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-11/+8
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-2/+4
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-8/+56
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-15/+14
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-131-2/+2
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-8/+17
* Checkpoint refactoring of the find_file() interface.Steven Knight2005-03-011-2/+2
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-6/+20
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-1/+20
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+1
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-3/+5
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-161-6/+21
* Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() ...Steven Knight2004-10-071-3/+3
* More robust Scanner comparisons. (Kevin Quick)Steven Knight2004-09-261-0/+5
* Apply Scanner.Scanner args to the Base class initialization correctly. (Kevi...Steven Knight2004-09-261-0/+13
* Update Scanner pydoc, enhance tests. (Kevin Quick)Steven Knight2004-09-251-18/+40
* Performance optimization when caching include files for a search path. (Eric...Steven Knight2004-09-211-1/+1
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-0/+73
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-011-3/+6
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-0/+24
* Forward the Scanner.Classic name to the underlying base class.Steven Knight2004-03-161-0/+5
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-051-0/+4
* Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'Steven Knight2004-03-031-3/+24
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-42/+136
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-1/+64
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-7/+6
* Provide a Scanner hook to allow file scans to be avoided when it isn't necess...Steven Knight2002-09-151-0/+16
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-18/+19
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-031-2/+5
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add a __hash_() method to the Scanners.Steven Knight2001-12-111-0/+10