summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/ProgTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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