http://scons.tigris.org/issues/show_bug.cgi?id=2329
[scons.git] / src / engine / SCons / Scanner / ScannerTests.py
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-03-02 stevenknightIssue 2360: fix a TypeError from attempts to intern...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2005-04-13 stevenknightRefactor the Rsearch*() methods out of existence in...
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-03-01 stevenknightCheckpoint refactoring of the find_file() interface.
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-01-21 stevenknightRegain lost performance improvements by using paths...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-16 stevenknightCache get_suffix() and get_build_env(). (Kevin Quick)
2004-10-07 stevenknightUse fake Nodes, not strings, for scanner tests. Have...
2004-09-26 stevenknightMore robust Scanner comparisons. (Kevin Quick)
2004-09-26 stevenknightApply Scanner.Scanner args to the Base class initializa...
2004-09-25 stevenknightUpdate Scanner pydoc, enhance tests. (Kevin Quick)
2004-09-21 stevenknightPerformance optimization when caching include files...
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-01 stevenknightFix use of timestamps with --implicit-cache. (Anthony...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-03-16 stevenknightForward the Scanner.Classic name to the underlying...
2004-03-05 stevenknightRefactor path-substitution logic into an Environment...
2004-03-03 stevenknightRefactor Scanner internals as a prelude to fixing use...
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-12 stevenknightEliminate unnecessary scanning before a Node is rebuilt.
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2002-09-15 stevenknightProvide a Scanner hook to allow file scans to be avoide...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-02-03 stevenknightSupport Scanner functions returning strings, not just...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2001-12-11 stevenknightAdd a __hash_() method to the Scanners.
2001-12-03 stevenknightRefactor the Scanner class(es) into a Prototype pattern.
2001-11-22 stevenknightComplete CPPPATH work.
2001-10-03 stevenknightUpdating licensing.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.