summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-81/+82
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-0/+3
* Fix an import error for a reference in the Configure() method.Steven Knight2009-07-211-0/+1
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-1/+13
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-6/+6
* use correct base class for filesystem factory functionsGreg Noel2009-04-221-1/+1
* Clean up Environment code as mentioned in issue 2371Greg Noel2009-04-101-6/+0
* Fix case-sensitive handling when a scanner returns None as a suffix.Steven Knight2009-02-191-2/+2
* Issue 1193: Make suffix-matching for scanersSteven Knight2009-02-181-0/+4
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-081-11/+7
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-7/+10
* Have the {Append,Prepend}ENVPath() canonicalization make sure there's theSteven Knight2009-01-011-1/+1
* Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193Gary Oberbrunner2009-01-011-2/+13
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-1/+1
* Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved constructionSteven Knight2008-12-071-9/+27
* Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ...Gary Oberbrunner2008-12-051-0/+22
* Issue 2238: Add a __contains__() method to support the "val in env"Steven Knight2008-11-091-0/+7
* Issue 2228: discard stderr by using os.devnullGreg Noel2008-11-091-1/+2
* implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.Gary Oberbrunner2008-10-021-8/+30
* Change FUTURE markers to TODO(1.5) so we are all using the same style.Greg Noel2008-09-251-1/+1
* make references to subprocess.Popen synchronousGreg Noel2008-09-221-7/+2
* Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...Gary Oberbrunner2008-09-181-8/+39
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-141-0/+5
* Revert the previous change, I overlooked some regression test failures.Steven Knight2008-09-131-4/+0
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-131-0/+4
* Sigh, I keep doing it, another typoGreg Noel2008-09-121-2/+2
* Sigh, I made the last update from the wrong tree, which had a typoGreg Noel2008-09-121-2/+2
* Add common subproc function and modify routines to use itGreg Noel2008-09-121-6/+2
* Issue 2176: BuilderWrapper __getattr__ should not raise KeyErrorLudwig Hähne2008-09-051-1/+1
* Issue 2007: backtick() doesn't use ENVGreg Noel2008-08-281-11/+15
* Issue 2099: have Execute() print an error message if an actionSteven Knight2008-08-261-0/+5
* call subst on the line passed to Environment.WhereIsJim Randall2008-08-221-0/+1
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-6/+11
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-29/+120
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-9/+15
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-4/+46
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-75/+229
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-28/+36
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-72/+51
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-1/+1
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-4/+16
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-19/+47
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-20/+17
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-3/+12
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-52/+62
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-3/+6
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-40/+88
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-72/+235
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-131-0/+9