http://scons.tigris.org/issues/show_bug.cgi?id=2329
[scons.git] / src / engine / SCons / Script / SConscript.py
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-05-17 gregnoelIssue 2229, fix, tests, doc
2009-02-25 stevenknightIssue 1059: Fix the -n option when VariantDir(duplicat...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2008-10-15 stevenknightFix use of VariantDir when the -n option is used and...
2008-09-10 pankratIssue 2149: Avoid reference cycles caused by frame...
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-07-11 stevenknightMerged revisions 2117-2120 via svnmerge from
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2005-12-28 stevenknightFix the use of Configure() contexts in nested subsidiar...
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.
next