summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Scanner/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many epydoc warningsWilliam Deegan2017-08-311-2/+4
* PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files whic...William Deegan2017-05-251-11/+16
* Fixes for str/bytes in Scanners: resolves ~150 tests.William Blevins2016-10-021-2/+2
* More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-3/+3
* Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-3/+2
* fix for cpp scanner (maybe)ndbecker22013-09-091-1/+2
* Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-1/+1
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-2/+3
* Convert old-style classes in Scanner/*.py modules to new-style classes.Steven Knight2010-05-161-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-5/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-10/+9
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-051-1/+3
* Issue 2415: Tolerate unicode strings when using intern()Ludwig H?hne2009-05-171-10/+2
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Issue 2360: fix a TypeError from attempts to intern() unicode objectsSteven Knight2009-03-021-1/+7
* Issue 2181: intern file-names to save memoryLudwig H?hne2009-02-091-2/+7
* 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-1/+1
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-2/+5
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-3/+1
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-5/+43
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-44/+10
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-6/+8
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-2/+3
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-131-4/+1
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-21/+18
* Checkpoint refactoring of the find_file() interface.Steven Knight2005-03-011-6/+2
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-3/+20
* Don't create a Node for every file we try to find during scan.Steven Knight2005-02-101-1/+1
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-26/+20
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-5/+6
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-47/+57
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-161-6/+18
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-041-30/+24
* More robust Scanner comparisons. (Kevin Quick)Steven Knight2004-09-261-1/+5
* Apply Scanner.Scanner args to the Base class initialization correctly. (Kevi...Steven Knight2004-09-261-1/+1
* Update Scanner pydoc, enhance tests. (Kevin Quick)Steven Knight2004-09-251-5/+10
* Performance optimization when caching include files for a search path. (Eric...Steven Knight2004-09-211-8/+40
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-1/+0
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-0/+35
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-011-3/+3
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-0/+6
* Forward the Scanner.Classic name to the underlying base class.Steven Knight2004-03-161-0/+1
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-051-9/+1
* Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'Steven Knight2004-03-031-10/+26
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-0/+108
* 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-37/+17