Add SourceSignatures() and TargetSignatures() environment methods.
[scons.git] / src / engine / SCons / Script / SConscript.py
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-02 stevenknightSupport using a single .sconsign file. (Stephen Kennedy)
2003-08-29 stevenknightFix EnsurePythonVersion's handling of alphanumeric...
2003-07-31 stevenknightDon't Split() SConscript file name strings on white...
2003-07-29 stevenknightAllow Builders to take a dictionary that maps source...
2003-07-27 stevenknightRecord and print an internal stack trace when Taskmaste...
2003-07-22 stevenknightOnly create a default Environment when asked to. ...
2003-06-13 stevenknightFix Import('*')
2003-06-09 stevenknightFix Options.Update().
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-05-01 stevenknightAdd Python Value Nodes. (Chad Austin)
2003-04-30 stevenknightProvide uniform access to (some) command-line options...
2003-04-23 stevenknightAdd SConf infrastructure (Autoconf functionality)....
2003-04-20 stevenknightMake Export() work for local variables. (Anthony Roach)
2003-04-18 stevenknightAdd Alias() global function. (Anthony Roach)
2003-04-14 stevenknightChange the names of the Set{Build,Content}SignatureType...
2003-03-30 stevenknightFix a bug when BuildDir(duplicate=0) is used with multi...
2003-03-27 stevenknightFix a side effect of chdir to SConscript directory.
2003-03-22 stevenknightMake RCS/SCCS/BitKeeper support more transparent.
2003-03-15 stevenknightChange the default SConscriptChdir() behavior to NOT...
2003-03-14 stevenknightDocument the -f option correctly, support building...
2003-03-03 stevenknightAdd an Exit() function for explicit termination of...
2003-02-26 stevenknightFix str(Node.FS) in an SConscript file, and add a separ...
2003-02-21 stevenknightSupport fetching SConscript files from source code...
2003-02-11 stevenknightDisable annotation of nodes with the calling stack...
2003-02-10 stevenknightSupport more intuitive build directory specifications...
2003-02-09 stevenknightAnnotate objects with their creation SConscript and...
2003-02-05 stevenknightChange the default behavior when no arguments are speci...
2003-02-03 stevenknightAdd CacheDir support.
2003-01-20 stevenknightAdd AddPreAction() and AddPostAction() methods. (Charl...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-16 stevenknightFix bug in Clean() functionality. (Steve Leblanc)
2002-12-27 stevenknightImplement the Clean() function.
2002-12-10 stevenknightAdd functions for getting and setting the number of...
2002-11-13 stevenknightDocument Repository and other methods, plus some added...
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-11-12 stevenknightAdd the ParseConfig() method. (Steve Leblanc)
2002-11-04 stevenknightAdd a function to choose content signature type. (Antho...
2002-10-10 stevenknightAdd Python and SCons version checking functions. (Antho...
2002-09-30 stevenknightAdd output to tell people when we're reading SConscript...
2002-09-26 stevenknightAdd customizable variable helper. (Anthony Roach)
2002-08-06 stevenknightAdd Local() functionality to Repository support.
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-07-17 stevenknightRepository support (first cut).
2002-07-12 stevenknightAdded --implicit-deps-unchanged option. Added GetLaunch...
2002-07-10 stevenknightAllow build directories outside the SConstruct tree...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-05-09 stevenknightAdd a Platform() method.
2002-05-02 stevenknightFix a bug that caused BuildDir(duplicate=1) along with...
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-04-29 stevenknightAdd 'dirs' and 'names' keyword arguments to SConscript...
2002-04-16 stevenknightFix importing of modules from the SConscript directory...
2002-04-11 stevenknightChange to SConscript directory when reading it. (Steve...
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-24 stevenknightMove SCons.Util.scons_str2nodes() to SCons.Node/__init_...
2002-03-08 stevenknightChanges to the CommandGenerator functionality. (Charle...
2002-02-10 stevenknightAllow the exported variables in an SConscript() call...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-18 stevenknightTask 45350 - Add passing of custom command-line arguments.
2002-01-15 stevenknightAdd Action() and Scanner() the list of global variables.
2002-01-12 stevenknightMake the Default() method accomodate targets with white...
2002-01-11 stevenknightFix using a directory as Default().
2002-01-11 stevenknightAdd command-line redirection (Charles Crain).
2001-12-29 stevenknightAdd duplicate (defaults to true) option to BuildDir()
2001-12-22 stevenknightMake Default work with subdirectories.
2001-12-21 stevenknightCreate the Script directory