summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Subst.py
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Document ListSubber.expanded and usageMathew Robinson2020-01-061-0/+10
* Handle UserString in ListSubber.expandedMathew Robinson2020-01-061-1/+5
* Prevent unnecessary recursion when value is already expandedMathew Robinson2020-01-061-0/+7
* Merge pull request #3517 from chasinglogic/subst-less-evalWilliam Deegan2020-01-061-32/+44
|\
| * Store unexpanded string for reporting in error messagesMathew Robinson2020-01-061-4/+10
| * Prevent unnecessary eval calls in SubstMathew Robinson2019-12-231-32/+38
* | syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
|/
* Improve performance of Subst by preventing unnecessary frame allocationsMathew Robinson2019-12-181-358/+361
* [PR #3434] apply subst fix from #3428Mats Wichmann2019-09-081-1/+1
* Some more lint-derived cleanupsMats Wichmann2019-04-271-3/+3
* Make class SCons.Subst.Literal hashablemaiphi2018-05-201-0/+3
* add fix for mistaking $$( for $( and breaking subst. Reported by Noah Hoffman...William Deegan2017-10-011-2/+15
* Merged in thosrtanner/trt-scons-sig-suppress (pull request #390)William Deegan2017-08-071-8/+21
|\
| * Allow nested $( $) sectionsThomas Tanner2017-02-111-8/+21
* | Micro optimization "." in string is approx 10x faster than string.find('.') >...William Deegan2017-06-301-1/+1
|/
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-9/+0
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-9/+0
* | Merged with [default]Stefan Zimmermann2014-03-311-3/+11
|\ \ | |/
| * Allow Literal objects to be compared among each others.Manuel Francisco Naranjo2013-06-031-3/+11
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-2/+2
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-4/+4
|/
* 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