summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Scanner/Prog.py
Commit message (Expand)AuthorAgeFilesLines
* Add comment for a case where LIBS (or part of it) is an objectAlexey Klimkin2015-01-261-0/+1
* Improve readability of LIB substitution codeAlexey Klimkin2015-01-201-9/+13
* Fix incomplete LIBS flattening and substitution in Program scannerAlexey Klimkin2015-01-131-2/+12
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-3/+1
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-2/+3
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-3/+3
* Checkpoint refactoring of the find_file() interface.Steven Knight2005-03-011-1/+1
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-2/+2
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-0/+2
* Enhance OverrideEnvironment, and rename the base class to an enhanced and may...Steven Knight2004-12-291-4/+3
* Add a --debug=findlibs option. (Gary Oberbrunner)Steven Knight2004-09-251-1/+4
* Allow LIBS to contain lists of lists.Steven Knight2004-09-181-1/+3
* Don't put LIBS Nodes in the scanned results list multiple times.Steven Knight2004-09-181-15/+21
* Allow environment substitutions when referencing libraries. (Chad Austin)Steven Knight2004-04-021-0/+1
* Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'Steven Knight2004-03-031-10/+2
* 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