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