Merged revisions 2647-2719 via svnmerge from
[scons.git] / src / engine / SCons / Environment.py
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...
2004-08-12 stevenknightAdd a Flatten() function to help the transition to...
2004-08-06 stevenknightFix fallout from having everything return a list.
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-07-30 stevenknightIgnore null tools. (Gary Oberbrunner)
2004-06-25 stevenknightOfficially support target_factory and source_factory...
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-06 stevenknightRefactor .sconsign management into its own module.
2004-05-03 stevenknightHave ParseConfig() support the -Wl option.
2004-04-25 stevenknightHave SConsignFile() use a dblite.py module by default...
2004-04-14 stevenknightFix custom scanner behavior when setting/copying/replac...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-04-06 stevenknightAdd warnings for easily-confused variable names like...
2004-04-04 stevenknightAdd a reject argument to the env.Whereis() method....
2004-04-02 stevenknightAllow hybrid substitutions in PATH-like variables....
2004-04-02 stevenknightFix Command() when not called through an Environment.
2004-03-31 stevenknightFix the Command() global function when the action is...
2004-03-31 stevenknightAvoid infinite recursion when comparing Environments...
2004-03-30 stevenknightUse python1.5 in default Aegis builds. Fix testing...
2004-03-27 stevenknightKeep *FLAGS variables as CLVar variables after copying...
2004-03-26 stevenknightRefactor env.Append() and env.Prepend().
2004-03-26 stevenknightRework the env.Append() and env.Prepend() tests.
2004-03-16 stevenknightSupport passing arbitrary environment override keywords...
2004-03-12 stevenknightAdd an Execute() method.
2004-03-05 stevenknightFix use of things like ${TARGET.dir} in *PATH expansions.
2004-03-05 stevenknightRefactor path-substitution logic into an Environment...
2004-02-24 stevenknightHandle recursive substitution in overrides.
2004-02-23 stevenknightAdd an internal Environment._update() method that updat...
2004-02-17 stevenknightUpdate the __env__ variable when making a Copy() or...
2004-02-16 stevenknightAdd AppendUnique() and PrependUnique() Environment...
2004-02-07 stevenknightMove the __env__ construction variable into the Environ...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
2004-01-20 stevenknightRefactor variable substitution for more scalable expans...
2004-01-08 stevenknightMake Action() and env.Action() equivalent.
2003-12-18 stevenknightAdd support for a toolpath for Environments.
2003-11-07 stevenknightAdd BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TAR...
2003-10-28 stevenknightFix a regression with env.Append().
2003-10-18 stevenknightAllow SConsignFile() to take a dbm module argument...
next