Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely)
[scons.git] / src / engine / SCons / Script / SConscript.py
2005-08-12 stevenknightEnhance EnsureSConsVersion() to take revision numbers...
2005-05-13 stevenknightEliminate multiple calls to os.stat() to fetch file...
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-03-17 stevenknightRestore (some) old SCons.Script.* names, some released...
2005-02-16 stevenknightFix creating a build_dir from scratch when there's...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2005-01-08 stevenknightSupport 'from SConsScript import *' to allow Python...
2005-01-08 stevenknightRemove build engine dependencies on SCons.Script. ...
2004-11-11 stevenknightHandle moved SCons source tree. (Kevin Quick)
2004-09-29 stevenknightFix use of a list of SConscript files when calling...
2004-09-25 stevenknightAdd a ParseDepends() function to read up mkdep-style...
2004-09-03 stevenknightRemove all features deprecated in 0.93 or earlier.
2004-08-30 stevenknightAllow Help() to be called multiple times, appending...
2004-08-12 stevenknightAdd a Flatten() function to help the transition to...
2004-07-13 stevenknightMake exception handling thread-safe by using sys.exc_in...
2004-05-25 stevenknightMake env.SConscript() expand dirs names.
2004-05-23 stevenknightAdd support for fetching command-line arguments by...
2004-04-19 stevenknightAnt-like tasks: Chmod(), Copy(), Delete(), Mkdir(...
2004-03-31 stevenknightFix the Command() global function when the action is...
2004-03-12 stevenknightAdd an Execute() method.
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2004-01-25 stevenknightFix ARGUMENTS specifications on the command line that...
2004-01-08 stevenknightHandle Configure() calls in multiple SConscript files.
2003-12-08 stevenknightFix spelling errors in error messages, man page typos.
2003-12-01 stevenknightMake the message about missing SConscript files a warni...
2003-11-07 stevenknightAdd BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TAR...
2003-11-04 stevenknightAdd new Options flavors. (Hartmut Goebel)
2003-10-30 stevenknightFix subclassing of the Environment and Scanner classes.
2003-10-26 stevenknightFix a regression with CPPDEFINES when using the g+...
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-10-21 stevenknightFix various SConf bugs. (Christoph Wiedemann)
2003-10-13 stevenknightMore Environment method conversions:
2003-09-25 stevenknightAdd more environment methods for global functions:...
2003-09-25 stevenknightRefactor the GetSConscriptFilenames() function into...
2003-09-23 stevenknightAdd global functions for all of the default Builders...
2003-09-18 stevenknightExpand construction variables on the values of SConscri...
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-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...
next