summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-3/+3
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-261-0/+5
* Convert SubstitutionEnvironment from an old-style class to a new-style class.Steven Knight2010-05-191-1/+1
* Convert Environment.MethodWrapper from an old-style class to a new-style class.Steven Knight2010-05-181-1/+1
* Convert Environment._Null from an old-style class to a new-style class.Steven Knight2010-05-171-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-36/+16
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-5/+5
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-201-1/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-10/+10
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-1/+1
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-1/+1
* 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