summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/ProgTests.py
Commit message (Expand)AuthorAgeFilesLines
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-28/+28
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-1/+1
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+1
* Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() ...Steven Knight2004-10-071-17/+22
* Allow LIBS to contain lists of lists.Steven Knight2004-09-181-3/+14
* Don't put LIBS Nodes in the scanned results list multiple times.Steven Knight2004-09-181-0/+16
* Allow environment substitutions when referencing libraries. (Chad Austin)Steven Knight2004-04-021-0/+19
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-051-0/+5
* Fix stripping the library prefix.Steven Knight2003-12-121-6/+19
* Allow LIBS to be a single element, not a list, and allow it to contain File n...Steven Knight2003-11-091-0/+25
* 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
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-9/+14
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-0/+15
* Remove white-space split of file name lists.Steven Knight2002-06-111-6/+7
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-1/+4
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-4/+16
* Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t...Steven Knight2002-03-161-4/+4
* Add preliminary support for Unicode strings.Steven Knight2002-02-171-3/+18
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Handle LIBPATH as a string (Crain).Steven Knight2002-01-231-0/+10
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-0/+93