Don't read up entire directories to decide if an Alias is up-to-date.
[scons.git] / src / engine / SCons / Environment.py
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...
2003-10-13 stevenknightMore Environment method conversions:
2003-10-07 stevenknightAllow Dirs to be sources of Depends, Ignores, Precious...
2003-09-25 stevenknightAdd more environment methods for global functions:...
2003-09-15 stevenknightTurn more global functions into Environment methods...
2003-09-14 stevenknightMake more Environment methods from global functions.
2003-09-12 stevenknightAdd SourceSignatures() and TargetSignatures() environme...
2003-09-10 stevenknightMake a Clean() environment method. Add global function...
2003-09-08 stevenknightGive the global functions corresponding Environment...
2003-09-07 stevenknightRearrange the Environment methods and tests.
2003-09-05 stevenknightSupport construction variable expansion anywhere in...
2003-08-16 stevenknightBranch for User's Guide changes.
2003-07-26 stevenknightAllow Command() to take directories as sources.
2003-07-21 stevenknightSupport specifying a list of tools when calling env...
2003-07-03 stevenknightBetter error messages. (Gary Oberbrunner)
2003-06-28 stevenknightSupport targets that always rebuild. (Stephen Ng)
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-05-23 stevenknightSuppress illegal construction variables.
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-10 stevenknightImplement Tool refactoring. (Chad Austin + Steve Leblanc)
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-03-12 stevenknightFix the new signature dictionary so it handles slices...
2003-03-02 stevenknightFix using more than two targets or sources in a list.
2003-02-22 stevenknightWarn when the user tries to set TARGET[S] or SOURCE...
2003-02-20 stevenknightReally remove the deprecated name attribute from Builders.
2003-02-18 stevenknightAdd support for fetching files from rcs.
2003-02-12 stevenknightRemove deprecated features.
2003-02-12 stevenknightMake the Install() method copy files (by default).
2003-02-02 stevenknightAdd a strfunction() to Command actions, and add an...
2003-01-25 stevenknightFix how BUILDERS are updated.
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-09 stevenknightAdd MinGW support. (Anthony Roach)
next