| Commit message (Expand) | Author | Age | Files | Lines |
* | More command-line customizability: and . | Steven Knight | 2004-12-01 | 7 | -0/+270 |
|
|
* | Add the ability to map keywords to ListOption (like we already do with EnumOp... | Steven Knight | 2004-11-23 | 1 | -6/+11 |
|
|
* | More command-line output customizability: , , , . | Steven Knight | 2004-11-21 | 14 | -0/+592 |
|
|
* | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -0/+41 |
|
|
* | Fix Value node expansion in command-line strings. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -2/+15 |
|
|
* | Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ... | Steven Knight | 2004-11-21 | 10 | -84/+127 |
|
|
* | Add more customizability: $BITKEEPERCOMSTR, $CVSCOMSTR, $RCS_COCOMSTR, $SCCS... | Steven Knight | 2004-11-20 | 16 | -0/+2367 |
|
|
* | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 4 | -1246/+0 |
|
|
* | Add Fortran COMSTR variables for output customizability. | Steven Knight | 2004-11-20 | 8 | -0/+760 |
|
|
* | Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe... | Steven Knight | 2004-11-19 | 1 | -0/+3 |
|
|
* | More display customizability: , . (Also add the missing , for completeness,... | Steven Knight | 2004-11-15 | 8 | -0/+568 |
|
|
* | Add more command-line customizability: and . | Steven Knight | 2004-11-15 | 8 | -0/+274 |
|
|
* | More command-line configurability: , . | Steven Knight | 2004-11-15 | 8 | -0/+346 |
|
|
* | More command-line customization: , . | Steven Knight | 2004-11-15 | 8 | -0/+333 |
|
|
* | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 12 | -0/+503 |
|
|
* | Support override expansions within target and source files names. | Steven Knight | 2004-11-14 | 1 | -0/+5 |
|
|
* | Allow Alias Nodes to have Actions. | Steven Knight | 2004-11-13 | 4 | -12/+184 |
|
|
* | Handle moved SCons source tree. (Kevin Quick) | Steven Knight | 2004-11-11 | 3 | -31/+35 |
|
|
* | Fix hard-coding of Java paths in tests. (Kevin Quick) | Steven Knight | 2004-11-11 | 5 | -58/+138 |
|
|
* | Fix the use of reflective paths underneath build directories, when the path u... | Steven Knight | 2004-11-11 | 1 | -0/+122 |
|
|
* | Use a Node's environment in preference to the builder's environment. | Steven Knight | 2004-11-10 | 1 | -20/+65 |
|
|
* | Add explicit support for Builder wrapper functions (pseudo-Builders) in the B... | Steven Knight | 2004-11-09 | 1 | -0/+68 |
|
|
* | Restore tests to current status after "updating" to old change. | Steven Knight | 2004-10-27 | 3 | -29/+61 |
|
|
* | Better test handling of File lines in stack traces. (Chad Austin) | Steven Knight | 2004-10-27 | 8 | -70/+39 |
|
|
* | Add tests for SHELL, SPAWN and ESCAPE. | Steven Knight | 2004-10-24 | 3 | -0/+208 |
|
|
* | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 7 | -90/+132 |
|
|
* | Allow substitution of (Levi Stephen) and other construction variables used b... | Steven Knight | 2004-10-23 | 1 | -1/+2 |
|
|
* | Support .lex and .yacc file suffixes. (Matthew Doar) | Steven Knight | 2004-10-22 | 2 | -2/+28 |
|
|
* | Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up... | Steven Knight | 2004-10-22 | 1 | -33/+67 |
|
|
* | Win32 portability fixes for tests. | Steven Knight | 2004-10-21 | 3 | -90/+121 |
|
|
* | Handle use of Mkdir() when the file exists. | Steven Knight | 2004-10-21 | 1 | -1/+11 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 1 | -0/+16 |
|
|
* | Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie... | Steven Knight | 2004-10-09 | 1 | -2/+2 |
|
|
* | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 5 | -29/+25 |
|
|
* | Have the Qt Builder make uic-built files dependent on the .ui.h file, if it e... | Steven Knight | 2004-10-08 | 1 | -35/+63 |
|
|
* | Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig... | Steven Knight | 2004-10-07 | 1 | -6/+6 |
|
|
* | Better Command() test coverage. (Kevin Quick) | Steven Knight | 2004-10-07 | 1 | -8/+13 |
|
|
* | Allow importing local files from Tools found on a toolpath. (Chad Austin) | Steven Knight | 2004-10-07 | 1 | -2/+7 |
|
|
* | Allow passing a dictionary of keyword arguments to Tool specifications. (Gar... | Steven Knight | 2004-10-07 | 1 | -0/+73 |
|
|
* | Clear out dependent-child caches when a node is rebuilt. (Kevin Quick) | Steven Knight | 2004-10-07 | 1 | -0/+110 |
|
|
* | Better --debug=explain info when build actions change. (Kevin Quick) | Steven Knight | 2004-10-06 | 1 | -1/+6 |
|
|
* | Test improvement. (Kevin Quick) | Steven Knight | 2004-10-06 | 1 | -52/+52 |
|
|
* | Fix use of a list of SConscript files when calling env.SConscript(). | Steven Knight | 2004-09-29 | 1 | -0/+7 |
|
|
* | Fix env.subst() stack trace on var containing ListAction. | Steven Knight | 2004-09-27 | 1 | -0/+20 |
|
|
* | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 3 | -3/+361 |
|
|
* | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 1 | -0/+205 |
|
|
* | Add a ParseDepends() function to read up mkdep-style files. | Steven Knight | 2004-09-25 | 1 | -0/+157 |
|
|
* | Get the source_scanner from the target node, not the source node. (Kevin Quick) | Steven Knight | 2004-09-24 | 1 | -9/+87 |
|
|
* | Add validator functions for PathOption. (Steve Christensen) | Steven Knight | 2004-09-24 | 7 | -420/+774 |
|
|
* | Fix --no-exec handling of cache. (Kevin Quick) | Steven Knight | 2004-09-24 | 1 | -0/+17 |
|
|