Make Action() and env.Action() equivalent.
[scons.git] / src / engine / SCons / EnvironmentTests.py
2004-01-08 stevenknightMake Action() and env.Action() equivalent.
2004-01-04 stevenknightMiscellaneous changes: update a call to env.subst...
2003-12-23 stevenknightMinor test enhancements.
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-21 stevenknightFix various SConf bugs. (Christoph Wiedemann)
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-10-07 stevenknightDon't remove temporary files on win32 with rm when...
2003-09-25 stevenknightAdd more environment methods for global functions:...
2003-09-22 stevenknightPre-Python 2 portability fix in new tex.py tool. Porta...
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-11 stevenknightFix _concat() documentation, add a test. (Chad Austin)
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-05-23 stevenknightSuppress illegal construction variables.
2003-05-07 stevenknightImprove new post-PathList refactoring performance....
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-30 stevenknightTest portability fixes for Cygwin. (Chad Austin)
2003-04-10 stevenknightImplement Tool refactoring. (Chad Austin + Steve Leblanc)
2003-03-13 stevenknightSupport using construction variables as re-usable,...
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-18 stevenknightAdd support for fetching files from rcs.
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-13 stevenknightTest improvements suggested by Charles Crain.
2003-01-09 stevenknightAdd MinGW support. (Anthony Roach)
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2002-12-28 stevenknightHave the Environment.get() method return None as the...
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-10-16 stevenknightRefactor Repository and BuildDir. (Charles Crain)
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-25 stevenknightWindows portability
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-08-26 stevenknightAdd a Prepend() method to Environments. (Chad Austin)
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.
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-06-05 stevenknightChanges from Charles Crain.
2002-05-09 stevenknightAdd a Platform() method.
2002-05-06 stevenknightFollow-on to Append() functionality: generalize the...
2002-05-06 stevenknightAdd Append() and Replace() functions. (Zed Shaw)
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-03-22 stevenknightMake env['FOO'] by shorthand for env.Dictionary()[...
2002-03-22 stevenknightMove autogenerate() from SCons.Util.py to SCons.Environ...
2002-03-16 stevenknightMake FunctionAction arguments be Nodes, not strings...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-24 stevenknightAdd the Precious() method.
2002-01-24 stevenknightAdd the Ignore() method.
2002-01-11 stevenknightAdd the InstallAs() method (Charles Crain).
2001-12-21 stevenknightWindows NT portability fixes for tests.
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-12-14 stevenknightFix for copying BuilderWrapper objects within Environme...
2001-12-13 stevenknightBug fixes for Scanner handling of subdirectories and...
2001-12-11 stevenknightMove autogeneration of PATH-based variables from Enviro...
2001-12-07 stevenknightFix problems with Python callable objects as Builder...
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-15 stevenknightLIBS and LIBPATH work, variable substitution changes.
2001-11-14 stevenknightImplement CPPPATH and scanning during builds.
2001-10-15 stevenknightRemove the Node.derived attribute.
2001-10-12 stevenknightAdd tests and support for and .
2001-10-12 stevenknightRefactor construction variable expansion.
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightAdd the Command() method.
2001-09-28 stevenknightAdd support for the ENV construction variable.
2001-09-26 stevenknightChange the env.Dictionary to an access method for an...
2001-09-24 stevenknightImplement the Depends() method.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.