Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() methods...
[scons.git] / src / engine / SCons / Scanner / ProgTests.py
2004-10-07 stevenknightUse fake Nodes, not strings, for scanner tests. Have...
2004-09-18 stevenknightAllow LIBS to contain lists of lists.
2004-09-18 stevenknightDon't put LIBS Nodes in the scanned results list multip...
2004-04-02 stevenknightAllow environment substitutions when referencing librar...
2004-03-05 stevenknightRefactor path-substitution logic into an Environment...
2003-12-12 stevenknightFix stripping the library prefix.
2003-11-09 stevenknightAllow LIBS to be a single element, not a list, and...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2002-12-03 stevenknightSupport variable substitution on scanner directories...
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-16 stevenknightTurn the Prog Scanner into a prototype pattern that...
2002-02-17 stevenknightAdd preliminary support for Unicode strings.
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-23 stevenknightHandle LIBPATH as a string (Crain).
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH