Fix use of timestamps with --implicit-cache. (Anthony Roach)
[scons.git] / src / engine / SCons / Scanner / __init__.py
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-10-21 stevenknightAdd MSVC .res builder. (Anthony Roach)
2002-09-15 stevenknightProvide a Scanner hook to allow file scans to be avoide...
2002-06-18 stevenknightSupply more specific version info, including build...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-02-09 stevenknightLookup implicit dependencies relative to the directory...
2002-02-03 stevenknightSupport Scanner functions returning strings, not just...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-15 stevenknightSignificant performance optimizations (Charles Crain).
2001-12-31 stevenknightGeneral performance tweaks
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-11-14 stevenknightImplement CPPPATH and scanning during builds.
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.