http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Environment.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-02-17 stevenknightGenerate an error message if a BUILDERS entry is set...
2009-07-21 stevenknightFix an import error for a reference in the Configure...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-04-22 GregNoeluse correct base class for filesystem factory functions
2009-04-10 GregNoelClean up Environment code as mentioned in issue 2371
2009-02-19 stevenknightFix case-sensitive handling when a scanner returns...
2009-02-18 stevenknightIssue 1193: Make suffix-matching for scaners
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-02-08 GregNoel2to3 sez, "rewrite map() as loop"
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2009-01-01 stevenknightHave the {Append,Prepend}ENVPath() canonicalization...
2009-01-01 garyoFix bug 2193: scons.tigris.org/issues/show_bug.cgi...
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-12-07 stevenknightMake ${,UN}CHANGED_{SOURCES,TARGETS} into future reserv...
2008-12-05 garyoFix issue #3: make Append/PrependUnique uniquify the...
2008-11-09 stevenknightIssue 2238: Add a __contains__() method to support...
2008-11-09 GregNoelIssue 2228: discard stderr by using os.devnull
2008-10-02 garyoimplement delete_existing for AppendUnique and PrependU...
2008-09-25 GregNoelChange FUTURE markers to TODO(1.5) so we are all using...
2008-09-22 GregNoelmake references to subprocess.Popen synchronous
2008-09-18 garyoFix issue #2091 by adding new delete_existing flags...
2008-09-14 stevenknightIssue 1693: make the subdirectory in which the .sconsi...
2008-09-13 stevenknightRevert the previous change, I overlooked some regressio...
2008-09-13 stevenknightIssue 1693: Make the directory in which the .sconsign...
2008-09-12 GregNoelSigh, I keep doing it, another typo
2008-09-12 GregNoelSigh, I made the last update from the wrong tree, which...
2008-09-12 GregNoelAdd common subproc function and modify routines to...
2008-09-05 pankratIssue 2176: BuilderWrapper __getattr__ should not raise...
2008-08-28 GregNoelIssue 2007: backtick() doesn't use ENV
2008-08-26 stevenknightIssue 2099: have Execute() print an error message...
2008-08-22 mightyllamascall subst on the line passed to Environment.WhereIs
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-07-15 stevenknightMerged revisions 1502-1677,1679-1682,1684-1918,1920...
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2007-01-21 stevenknightMerged revisions 1767-1783 via svnmerge from
2007-01-07 stevenknightMerged revisions 1738-1754,1756 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-11-04 stevenknightMerged revisions 1667-1674 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-02-13 stevenknightAdd a NoClean() function. (Steven Johnson)
2006-02-12 stevenknightRefactor so Command() uses an FS.Entry as its target...
2005-11-06 stevenknightFix AppendUnique and PrependUnique concatenating string...
2005-11-05 stevenknightAdd support for a $INSTALLSTR string. (Christoph Schulz)
2005-10-09 stevenknightGet rid of the last tabs in the source files and have...
2005-10-08 stevenknightWhen deleting a variable from an OverrideEnvironment...
2005-09-19 stevenknightGive the subst logic its own SCons.Subst module. It...
2005-09-18 stevenknightEnvironment infrastructure for special variable handling.
2005-06-01 stevenknightAdd a --debug=nomemoizer option to disable memoization.
2005-05-14 stevenknightMove pre- and post-actions lists from Node to Executor...
2005-05-07 stevenknightMake SConsignFile() behavior the default.
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-03-24 stevenknightAllow toolpath to be stored in the environment and...
2005-03-18 stevenknightFix a regression in handling overridden construction...
2005-03-16 stevenknightActually support a global Entry name (since we already...
2005-03-05 stevenknightFix stack trace when there's no scanner in an Environment.
2005-03-01 stevenknightCheckpoint refactoring of the find_file() interface.
2005-03-01 stevenknightGroup --debug=count output by object modules.
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-01-21 stevenknightChange how Node/__init__.py imports Executor, remove...
2005-01-21 stevenknightRegain lost performance improvements by using paths...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2005-01-08 stevenknightRemove build engine dependencies on SCons.Script. ...
2005-01-05 stevenknightUse AppendUnique() in ParseConfig(). Provide a unique...
2005-01-04 stevenknightHave ParseDepends() env.subst() the specified file...
2005-01-04 stevenknightGet rid of the self-referential permanent __env__ varia...
2004-12-31 stevenknightApply Memoizer to cache more return values from various...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-29 stevenknightEnhance OverrideEnvironment, and rename the base class...
2004-12-21 stevenknightCut down on environment copies by using a proxy Environ...
2004-12-16 stevenknightRestore older recipe for creating env.Command() builder...
2004-12-15 stevenknightRemove Node scanner storage. (Kevin Quick)
2004-12-02 stevenknightScan SCons source code for uncaught KeyboardInterrupts...
2004-11-20 stevenknightAdd Fortran COMSTR variables for output customizability.
2004-11-14 stevenknightSupport override expansions within target and source...
2004-11-13 stevenknightAllow Alias Nodes to have Actions.
2004-11-09 stevenknightAdd explicit support for Builder wrapper functions...
2004-10-08 stevenknightParseConfig and -I<space>filename.
2004-10-07 stevenknightAllow passing a dictionary of keyword arguments to...
2004-09-27 stevenknightFill in missing default Builder names. (Kevin Quick)
2004-09-25 stevenknightAdd a ParseDepends() function to read up mkdep-style...
2004-09-24 stevenknightAdd ParseConfig() support for -mwindows and -mno-cygwin...
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2004-09-01 stevenknightAllow to contain File Nodes. Have ParseConfig add...
2004-08-31 stevenknightAdd a SetDefault() method and a kinder, gentler qt...
2004-08-30 stevenknightAdd an Environment.Dump() method. (Gary Oberbrunner)
2004-08-16 stevenknightHave the default ParseConfig() function add -pthread...
next