| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a PathOptions.PathAccept validator. (Kevin Quick) | Steven Knight | 2005-01-03 | 2 | -14/+55 |
|
|
* | Better error message when variable substitution fails. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 2 | -0/+28 |
|
|
* | Intel C compiler improvements. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -11/+46 |
|
|
* | Speed up handling of NodeLists. (Kevin Quick) | Steven Knight | 2004-12-31 | 1 | -111/+102 |
|
|
* | Apply Memoizer to cache more return values from various methods. (Kevin Quick) | Steven Knight | 2004-12-31 | 6 | -105/+159 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 22 | -694/+1206 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 9 | -291/+551 |
|
|
* | Cut down on environment copies by using a proxy Environment class to hold ove... | Steven Knight | 2004-12-21 | 1 | -123/+216 |
|
|
* | Make AlwaysBuild() work with Aliases. | Steven Knight | 2004-12-17 | 2 | -28/+31 |
|
|
* | Speed up Taskmaster by not calling Node methods so frequently. | Steven Knight | 2004-12-16 | 2 | -53/+31 |
|
|
* | Use the builtin md5 hexdigest routine if it's available. (Kevin Quick) | Steven Knight | 2004-12-16 | 1 | -3/+11 |
|
|
* | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 6 | -37/+112 |
|
|
* | Restore older recipe for creating env.Command() builders while a better solut... | Steven Knight | 2004-12-16 | 2 | -13/+2 |
|
|
* | Apply build overrides once up front. (Kevin Quick) | Steven Knight | 2004-12-15 | 3 | -9/+10 |
|
|
* | Use the right scanner if the same source file is used for targets in two diff... | Steven Knight | 2004-12-15 | 2 | -2/+11 |
|
|
* | Remove Node scanner storage. (Kevin Quick) | Steven Knight | 2004-12-15 | 7 | -61/+133 |
|
|
* | Remove unnecessary scan keyword argument from Node.current(). (Kevin Quick) | Steven Knight | 2004-12-14 | 3 | -3/+8 |
|
|
* | ActionFactory action functions should take an env argument, too. | Steven Knight | 2004-12-07 | 2 | -9/+24 |
|
|
* | Fix how scanners sort dependencies so it doesn't matter if the dependency fil... | Steven Knight | 2004-12-04 | 5 | -79/+58 |
|
|
* | Fix Java parsing when creating an array of class instances. | Steven Knight | 2004-12-03 | 2 | -3/+20 |
|
|
* | 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 |
|
|