Fill in missing default Builder names. (Kevin Quick)
[scons.git] / src / engine / SCons / Environment.py
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)
2003-01-06 stevenknightPerformance improvement: cut down on Proxy.__getattr__...
2002-12-28 stevenknightHave the Environment.get() method return None as the...
2002-12-28 stevenknightRefactor FunctionAction objects to support -n and -s.
2002-11-25 stevenknightMake env.SideEffect work for Dir nodes. (Anthony Roach)
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-10-03 stevenknightAdd MSVC PCH and PDB support. (Anthony Roach)
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-09-26 stevenknightAdd customizable variable helper. (Anthony Roach)
2002-09-17 stevenknightMake sure we can find tools using the PATH specified...
2002-09-05 stevenknightRefactor SCons.Util.Detect() into an Environment method.
2002-09-05 stevenknightFix the tests that broke from the tool auto-detect...
2002-08-30 stevenknightMake SCons/Tool/ifl.py get included in the win32 packag...
2002-08-26 stevenknightAdd a Prepend() method to Environments. (Chad Austin)
2002-08-08 stevenknightRefactor the interface between Rsearch() and Rsearchall...
2002-08-06 stevenknightSupport Repository and Default().
2002-08-05 stevenknightAdd Repository Install() and InstallAs() functionality.
2002-07-20 stevenknightAdd an Rsearchall() method, and refactor the repository...
2002-07-17 stevenknightRepository support (first cut).
2002-07-03 stevenknightDeduce the target if it's not supplied.
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-06-12 stevenknightAdd a native Fortran include scanner.
next