summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it impos...William Deegan2013-04-091-2/+2
* Add documentation and update CHANGES.txt. Remove the Environment methods Vers...Robert Managan2012-11-091-71/+0
* add support for darwinRobert Managan2012-10-171-1/+0
* Add library version support to Shared Lib builderRobert Managan2012-10-161-2/+1
* Add the versioned sh lib and install methods to EnvironmentRobert Managan2012-10-051-0/+74
* Merged in ptomulik/scons, pull request #25: gettext toolsetGary Oberbrunner2012-08-011-8/+5
|\
| * Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-071-1/+14
|/
* better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ...edA-qa mort-ora-y2012-05-061-8/+11
* Applied patch from #2732: support -std=c++0x in ParseFlagsGary Oberbrunner2011-03-031-1/+6
* Applied patch from #2433: support -dylib_file in ParseFlagsGary Oberbrunner2011-03-031-0/+3
* Added -fopenmp and -openmp to ParseFlags (add to LINKFLAGS and CCFLAGS)Gary Oberbrunner2011-01-121-4/+4
* Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-B...Gary Oberbrunner2010-08-151-12/+95
* Fix substitution in command-line actions created by the global Alias() function.Steven Knight2010-07-051-0/+8
* 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