| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the use of Configure() contexts in nested subsidiary SConscript files. (... | Steven Knight | 2005-12-28 | 1 | -2/+2 |
|
|
| * | Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely) | Steven Knight | 2005-08-12 | 1 | -11/+23 |
|
|
| * | Eliminate multiple calls to os.stat() to fetch file info. | Steven Knight | 2005-05-13 | 1 | -3/+2 |
|
|
| * | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -4/+4 |
|
|
| * | Restore (some) old SCons.Script.* names, some released SConscript files are u... | Steven Knight | 2005-03-17 | 1 | -0/+10 |
|
|
| * | Fix creating a build_dir from scratch when there's a subsidiary SConscript() ... | Steven Knight | 2005-02-16 | 1 | -1/+3 |
|
|
| * | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -3/+7 |
|
|
| * | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 1 | -209/+63 |
|
|
| * | Remove build engine dependencies on SCons.Script. Fix a misspelled variable ... | Steven Knight | 2005-01-08 | 1 | -1/+13 |
|
|
| * | Handle moved SCons source tree. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -33/+25 |
|
|
| * | Fix use of a list of SConscript files when calling env.SConscript(). | Steven Knight | 2004-09-29 | 1 | -1/+7 |
|
|
| * | Add a ParseDepends() function to read up mkdep-style files. | Steven Knight | 2004-09-25 | 1 | -0/+1 |
|
|
| * | Remove all features deprecated in 0.93 or earlier. | Steven Knight | 2004-09-03 | 1 | -38/+0 |
|
|
| * | Allow Help() to be called multiple times, appending to the text each time. (... | Steven Knight | 2004-08-30 | 1 | -2/+8 |
|
|
| * | Add a Flatten() function to help the transition to Builders returning lists. | Steven Knight | 2004-08-12 | 1 | -0/+1 |
|
|
| * | Make exception handling thread-safe by using sys.exc_info() instead of sys.ex... | Steven Knight | 2004-07-13 | 1 | -3/+4 |
|
|
| * | Make env.SConscript() expand dirs names. | Steven Knight | 2004-05-25 | 1 | -0/+7 |
|
|
| * | Add support for fetching command-line arguments by position number. (Gary Ob... | Steven Knight | 2004-05-23 | 1 | -0/+3 |
|
|
| * | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -0/+8 |
|
|
| * | Fix the Command() global function when the action is a command-line string. | Steven Knight | 2004-03-31 | 1 | -23/+1 |
|
|
| * | Add an Execute() method. | Steven Knight | 2004-03-12 | 1 | -0/+3 |
|
|
| * | Save memory by allowing Nodes to clean up their Executor's build environments... | Steven Knight | 2004-02-09 | 1 | -0/+6 |
|
|
| * | Fix ARGUMENTS specifications on the command line that have multiple = in them... | Steven Knight | 2004-01-25 | 1 | -1/+1 |
|
|
| * | Handle Configure() calls in multiple SConscript files. | Steven Knight | 2004-01-08 | 1 | -13/+13 |
|
|
| * | Fix spelling errors in error messages, man page typos. | Steven Knight | 2003-12-08 | 1 | -3/+3 |
|
|
| * | Make the message about missing SConscript files a warning, not a hard write()... | Steven Knight | 2003-12-01 | 1 | -18/+22 |
|
|
| * | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 1 | -23/+71 |
|
|
| * | Add new Options flavors. (Hartmut Goebel) | Steven Knight | 2003-11-04 | 1 | -1/+6 |
|
|
| * | Fix subclassing of the Environment and Scanner classes. | Steven Knight | 2003-10-30 | 1 | -288/+336 |
|
|
| * | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 1 | -340/+292 |
|
|
| * | Better detection of KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -1/+1 |
|
|
| * | Fix various SConf bugs. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -0/+6 |
|
|
| * | More Environment method conversions: | Steven Knight | 2003-10-13 | 1 | -31/+22 |
|
|
| * | Add more environment methods for global functions: Action(), Builder(), Envi... | Steven Knight | 2003-09-25 | 1 | -19/+32 |
|
|
| * | Refactor the GetSConscriptFilenames() function into an SConsEnvironment method. | Steven Knight | 2003-09-25 | 1 | -76/+77 |
|
|
| * | Add global functions for all of the default Builders attached to the default ... | Steven Knight | 2003-09-23 | 1 | -59/+91 |
|
|
| * | Expand construction variables on the values of SConscript() keyword arguments. | Steven Knight | 2003-09-18 | 1 | -1/+6 |
|
|
| * | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 1 | -85/+117 |
|
|
| * | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 1 | -30/+49 |
|
|
| * | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -24/+4 |
|
|
| * | Make a Clean() environment method. Add global functions for AlwaysBuild(), C... | Steven Knight | 2003-09-10 | 1 | -21/+10 |
|
|
| * | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 1 | -41/+21 |
|
|
| * | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 1 | -1/+8 |
|
|
| * | Fix EnsurePythonVersion's handling of alphanumeric version strings. | Steven Knight | 2003-08-29 | 1 | -3/+9 |
|
|
| * | Don't Split() SConscript file name strings on white space. | Steven Knight | 2003-07-31 | 1 | -15/+18 |
|
|
| * | Allow Builders to take a dictionary that maps source file suffixes to emitter... | Steven Knight | 2003-07-29 | 1 | -7/+0 |
|
|
| * | Record and print an internal stack trace when Taskmaster detects errors for e... | Steven Knight | 2003-07-27 | 1 | -1/+25 |
|
|
| * | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -1/+1 |
|
|
| * | Fix Import('*') | Steven Knight | 2003-06-13 | 1 | -2/+2 |
|
|
| * | Fix Options.Update(). | Steven Knight | 2003-06-09 | 1 | -2/+2 |
|
|