summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Subst.py
Commit message (Expand)AuthorAgeFilesLines
* Convert old-style classes in Subst.py to new-style classes.Steven Knight2010-05-151-5/+5
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-7/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-10/+9
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-3/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-29/+29
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-24/+39
* Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with nullSteven Knight2008-12-301-4/+10
* Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.Gary Oberbrunner2008-10-011-2/+11
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-1/+1
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-21/+45
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+7
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-12/+12
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-20/+34
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-1/+1
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-7/+7
* Fix a bug in command-line escaping. (Jan Nieuwenhuizen)Steven Knight2005-11-051-3/+13
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-0/+824