| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup. | Steven Knight | 2004-05-14 | 1 | -47/+3 |
|
|
| * | Cleaner Task interface when using the -c option. | Steven Knight | 2004-05-08 | 1 | -12/+6 |
|
|
| * | Refactor .sconsign management into its own module. | Steven Knight | 2004-05-06 | 1 | -1/+1 |
|
|
| * | Performance improvement: memo-ize Node.FS string values when appropriate. | Steven Knight | 2004-05-01 | 1 | -0/+6 |
|
|
| * | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -0/+8 |
|
|
| * | Add the highly anticipated --debug=explain option to provide build reasoning. | Steven Knight | 2004-04-17 | 1 | -2/+71 |
|
|
| * | Add warnings for easily-confused variable names like 'targets' and 'sources.' | Steven Knight | 2004-04-06 | 1 | -0/+2 |
|
|
| * | Put the --duplicate option in alphabetical order in the help output. | Steven Knight | 2004-04-03 | 1 | -11/+12 |
|
|
| * | Fix the Command() global function when the action is a command-line string. | Steven Knight | 2004-03-31 | 1 | -23/+1 |
|
|
| * | Add --debug=presub to the help text. | Steven Knight | 2004-03-24 | 1 | -4/+6 |
|
|
| * | Add a --debug= option to print commands before substitution. (Gary Oberbrunner) | Steven Knight | 2004-03-23 | 1 | -1/+4 |
|
|
| * | Add an Execute() method. | Steven Knight | 2004-03-12 | 1 | -0/+3 |
|
|
| * | scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann) | Steven Knight | 2004-03-06 | 1 | -2/+25 |
|
|
| * | Save memory by allowing Nodes to clean up their Executor's build environments... | Steven Knight | 2004-02-09 | 1 | -0/+6 |
|
|
| * | Add options to investigate object creation and memory consumption. | Steven Knight | 2004-02-07 | 1 | -11/+47 |
|
|
| * | 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 |
|
|
| * | Relax the duplicate-environment restriction for targets so that it's okay if ... | Steven Knight | 2003-12-08 | 1 | -0/+1 |
|
|
| * | Make the message about missing SConscript files a warning, not a hard write()... | Steven Knight | 2003-12-01 | 2 | -21/+30 |
|
|
| * | Added better -H documentation for --debug and remove -e from man page. (Anth... | Steven Knight | 2003-11-18 | 1 | -1/+3 |
|
|
| * | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 2 | -32/+82 |
|
|
| * | 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 |
|
|
| * | Really handle lack of the threading.py module when run by non-threaded Pythons. | Steven Knight | 2003-10-22 | 1 | -1/+7 |
|
|
| * | Better detection of KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 2 | -2/+4 |
|
|
| * | 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 |
|
|
| * | Have the closing message say ...terminated | Steven Knight | 2003-09-18 | 1 | -1/+6 |
|
|
| * | Python 1.5.2 portability. | Steven Knight | 2003-09-18 | 1 | -1/+1 |
|
|
| * | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 2 | -102/+133 |
|
|
| * | 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 | 2 | -29/+5 |
|
|
| * | Make a Clean() environment method. Add global functions for AlwaysBuild(), C... | Steven Knight | 2003-09-10 | 2 | -25/+14 |
|
|
| * | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 2 | -44/+24 |
|
|
| * | 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 |
|
|
| * | -Q options suppresses too much. | Steven Knight | 2003-08-22 | 1 | -6/+12 |
|
|
| * | 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 | 2 | -18/+61 |
|
|
| * | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 2 | -5/+1 |
|
|
| * | Fix the -h option | Steven Knight | 2003-07-21 | 1 | -3/+3 |
|
|
| * | Call the debugger directly, don't re-execute Python to run it. (Laurent Pelecq) | Steven Knight | 2003-07-21 | 1 | -28/+20 |
|
|
| * | Tighten up the help text. | Steven Knight | 2003-07-02 | 1 | -13/+14 |
|
|