summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/Prog.py
Commit message (Expand)AuthorAgeFilesLines
* Fix stripping the library prefix.Steven Knight2003-12-121-6/+8
* Allow LIBS to be a single element, not a list, and allow it to contain File n...Steven Knight2003-11-091-2/+11
* 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
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-1/+0
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-13/+11
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-2/+1
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-6/+13
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-56/+31
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-241-2/+3
* Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t...Steven Knight2002-03-161-31/+65
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-121-1/+1
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Handle LIBPATH as a string (Crain).Steven Knight2002-01-231-2/+5
* General performance tweaksSteven Knight2001-12-311-1/+1
* Speed up and generalize SCons.Util.find_files().Steven Knight2001-12-041-1/+3
* Refactor the Scanner class(es) into a Prototype pattern.Steven Knight2001-12-031-5/+3
* Complete CPPPATH work.Steven Knight2001-11-221-1/+1
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-0/+66