| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Print --debug={tree,dtree,includes} even if the build has an error. | Steven Knight | 2004-12-03 | 3 | -19/+49 |
|
|
| * | More command-line customizability: , , , , . | Steven Knight | 2004-12-03 | 4 | -14/+24 |
|
|
| * | Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2004-12-02 | 6 | -9/+15 |
|
|
| * | Fix the internal Conftest._Have() function to not translate non-alphanumeric ... | Steven Knight | 2004-12-02 | 1 | -2/+1 |
|
|
| * | More command-line customizability: and . | Steven Knight | 2004-12-01 | 2 | -2/+5 |
|
|
| * | Add the ability to map keywords to ListOption (like we already do with EnumOp... | Steven Knight | 2004-11-23 | 2 | -8/+14 |
|
|
| * | More command-line output customizability: , , , . | Steven Knight | 2004-11-21 | 4 | -5/+17 |
|
|
| * | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 3 | -41/+118 |
|
|
| * | Fix Value node expansion in command-line strings. (Kevin Quick) | Steven Knight | 2004-11-21 | 2 | -8/+21 |
|
|
| * | Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ... | Steven Knight | 2004-11-21 | 5 | -7/+13 |
|
|
| * | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 6 | -7/+19 |
|
|
| * | Add Fortran COMSTR variables for output customizability. | Steven Knight | 2004-11-20 | 6 | -53/+88 |
|
|
| * | Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe... | Steven Knight | 2004-11-19 | 6 | -106/+569 |
|
|
| * | More display customizability: , . (Also add the missing , for completeness,... | Steven Knight | 2004-11-15 | 2 | -4/+4 |
|
|
| * | Add more command-line customizability: and . | Steven Knight | 2004-11-15 | 1 | -2/+2 |
|
|
| * | More command-line configurability: , . | Steven Knight | 2004-11-15 | 1 | -2/+2 |
|
|
| * | More command-line customization: , . | Steven Knight | 2004-11-15 | 1 | -2/+2 |
|
|
| * | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 3 | -4/+32 |
|
|
| * | Investigate getting rid of LazyCmdGenerator | Steven Knight | 2004-11-15 | 3 | -38/+66 |
|
|
| * | Support override expansions within target and source files names. | Steven Knight | 2004-11-14 | 2 | -5/+9 |
|
|
| * | Allow Alias Nodes to have Actions. | Steven Knight | 2004-11-13 | 6 | -46/+124 |
|
|
| * | On Python 2.x, return lists of Nodes from builders as a NodeList object with ... | Steven Knight | 2004-11-12 | 4 | -7/+90 |
|
|
| * | Better fix for reflective build_dir paths. (Kevin Quick) | Steven Knight | 2004-11-12 | 1 | -10/+6 |
|
|
| * | Faster/leaner tree dumping. (Kevin Quick) | Steven Knight | 2004-11-11 | 3 | -14/+94 |
|
|
| * | Handle moved SCons source tree. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -33/+25 |
|
|
| * | Fix the use of reflective paths underneath build directories, when the path u... | Steven Knight | 2004-11-11 | 2 | -1/+82 |
|
|
| * | Add a genstring() method to the ListAction class. | Steven Knight | 2004-11-10 | 2 | -4/+11 |
|
|
| * | Use a Node's environment in preference to the builder's environment. | Steven Knight | 2004-11-10 | 2 | -1/+42 |
|
|
| * | Add explicit support for Builder wrapper functions (pseudo-Builders) in the B... | Steven Knight | 2004-11-09 | 4 | -69/+70 |
|
|
| * | Improved regular expression for removing pairs from command-line strings. (... | Steven Knight | 2004-10-27 | 1 | -1/+1 |
|
|
| * | Refactor to separate shell processing from command execution. | Steven Knight | 2004-10-24 | 2 | -41/+53 |
|
|
| * | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 7 | -298/+273 |
|
|
| * | Allow substitution of (Levi Stephen) and other construction variables used b... | Steven Knight | 2004-10-23 | 1 | -6/+6 |
|
|
| * | Fix ExecutorTests under Python 2.x, where str() throws a TypeError if the ret... | Steven Knight | 2004-10-23 | 2 | -2/+2 |
|
|
| * | Smarter sync'ing of the .sconsign file when it's written out at the end. (St... | Steven Knight | 2004-10-23 | 2 | -22/+59 |
|
|
| * | Support .lex and .yacc file suffixes. (Matthew Doar) | Steven Knight | 2004-10-22 | 2 | -0/+3 |
|
|
| * | Avoid copying __builtin__ when evaluating variables. (Gary Oberbrunner) | Steven Knight | 2004-10-22 | 1 | -0/+26 |
|
|
| * | Support default Options values of None. (Gary Oberbrunner) | Steven Knight | 2004-10-22 | 2 | -2/+16 |
|
|
| * | Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up... | Steven Knight | 2004-10-22 | 4 | -28/+42 |
|
|
| * | When subst() returns a non-string object, return the object and not a list on... | Steven Knight | 2004-10-21 | 2 | -6/+7 |
|
|
| * | Handle use of Mkdir() when the file exists. | Steven Knight | 2004-10-21 | 2 | -3/+13 |
|
|
| * | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 5 | -2/+27 |
|
|
| * | Fix Java parsing when a string is encountered. (Christian Neeb) | Steven Knight | 2004-10-12 | 2 | -1/+7 |
|
|
| * | Optimization: don't expand variables by using eval unless we have to. (Han-... | Steven Knight | 2004-10-10 | 1 | -27/+62 |
|
|
| * | Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie... | Steven Knight | 2004-10-09 | 2 | -28/+36 |
|
|
| * | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 8 | -132/+67 |
|
|
| * | ParseConfig and -I<space>filename. | Steven Knight | 2004-10-08 | 2 | -6/+15 |
|
|
| * | Add a missing newline to the end of the --debug=explain unknown | Steven Knight | 2004-10-08 | 1 | -1/+1 |
|
|
| * | Have the Qt Builder make uic-built files dependent on the .ui.h file, if it e... | Steven Knight | 2004-10-08 | 1 | -1/+24 |
|
|
| * | Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig... | Steven Knight | 2004-10-07 | 6 | -62/+128 |
|
|