http://scons.tigris.org/issues/show_bug.cgi?id=2329
[scons.git] / src / engine / SCons / Scanner / CTests.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-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 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-02-14 stevenknightMove the canned Scanner objects out of Defaults.py...
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-04 stevenknightFix how scanners sort dependencies so it doesn't matter...
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-03-05 stevenknightRefactor path-substitution logic into an Environment...
2003-10-04 stevenknightAdd .S, .spp and .SPP to the list of files scanned...
2003-08-29 stevenknightSupport #include with no spaces before the opening...
2003-04-17 stevenknightSupport the #import C preprocessor directive. (Greg...
2003-02-26 stevenknightFix str(Node.FS) in an SConscript file, and add a separ...
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-12-03 stevenknightSupport variable substitution on scanner directories...
2002-11-12 stevenknightFix scans for derived include files in Repositories...
2002-11-05 stevenknightFix a scanner bug for repository files included by...
2002-08-13 stevenknightAdd BuildDir() support to the Repository functionality.
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-06-14 stevenknightAccomodate '-' (and other characters) in #include files...
2002-06-05 stevenknightChanges from Charles Crain.
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-23 stevenknightMake the C Scanner always return the dependencies sorte...
2002-01-15 stevenknightSignificant performance optimizations (Charles Crain).
2001-12-31 stevenknightGeneral performance tweaks
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-12-13 stevenknightBug fixes for Scanner handling of subdirectories and...
2001-12-11 stevenknightAdd another C Scanner unit test.
2001-12-11 stevenknightAdd a __hash_() method to the Scanners.
2001-12-11 stevenknightCreate a specific CScanner subclass.
2001-12-11 stevenknightRefactor some common testing in the C Scanner tests.
2001-11-22 stevenknightComplete CPPPATH work.
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
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.