| Commit message (Expand) | Author | Age | Files | Lines |
* | Display the help message when -u -h is supplied. (Elliot Murphy) | Steven Knight | 2005-02-11 | 3 | -3/+18 |
|
|
* | Don't memoize the get_build_scanner_path() methods. | Steven Knight | 2005-02-10 | 2 | -4/+3 |
|
|
* | Don't create a Node for every file we try to find during scan. | Steven Knight | 2005-02-10 | 7 | -99/+318 |
|
|
* | Refactor internals in preparation for eliminating creating unnecessary Node.F... | Steven Knight | 2005-02-01 | 2 | -45/+63 |
|
|
* | Reduce the number of actions created by caching generated LazyActions. | Steven Knight | 2005-02-01 | 3 | -9/+30 |
|
|
* | Only call filter() to remove ignored dependencies if something has been Ignor... | Steven Knight | 2005-01-23 | 1 | -7/+10 |
|
|
* | Use WeakValueDicts in the Memoizer to cut down on memory use. | Steven Knight | 2005-01-23 | 5 | -51/+130 |
|
|
* | Reduce the number of scanner calls in large cross-products of targets and sou... | Steven Knight | 2005-01-22 | 5 | -18/+63 |
|
|
* | Change how Node/__init__.py imports Executor, remove unnecessary has_builder(... | Steven Knight | 2005-01-21 | 5 | -38/+58 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 17 | -89/+220 |
|
|
* | Fix --debug=memoizer so it actually prints some stats on Python 2.x. | Steven Knight | 2005-01-13 | 4 | -37/+95 |
|
|
* | Improve --debug=count to get an idea of when different objects are created. | Steven Knight | 2005-01-12 | 8 | -53/+247 |
|
|
* | More performance improvements? | Steven Knight | 2005-01-12 | 5 | -47/+248 |
|
|
* | Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann) | Steven Knight | 2005-01-10 | 3 | -3/+58 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 23 | -93/+125 |
|
|
* | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 11 | -1317/+1514 |
|
|
* | Remove build engine dependencies on SCons.Script. Fix a misspelled variable ... | Steven Knight | 2005-01-08 | 8 | -23/+23 |
|
|
* | Add LoadableModule support. (Michael McCracken) | Steven Knight | 2005-01-07 | 10 | -12/+321 |
|
|
* | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 22 | -119/+593 |
|
|
* | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 29 | -22/+984 |
|
|
* | Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ... | Steven Knight | 2005-01-05 | 6 | -34/+91 |
|
|
* | Import string fix in intelc.py. (Gary Oberbrunner) | Steven Knight | 2005-01-05 | 1 | -1/+1 |
|
|
* | Have ParseDepends() env.subst() the specified file name. Add an only_one key... | Steven Knight | 2005-01-04 | 3 | -12/+79 |
|
|
* | Get rid of the self-referential permanent __env__ variable in favor of adding... | Steven Knight | 2005-01-04 | 2 | -28/+8 |
|
|
* | Win32 portability fixes. | Steven Knight | 2005-01-03 | 8 | -16/+38 |
|
|
* | Add a PathOptions.PathAccept validator. (Kevin Quick) | Steven Knight | 2005-01-03 | 7 | -14/+314 |
|
|
* | Better error message when variable substitution fails. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 3 | -0/+31 |
|
|
* | Intel C compiler improvements. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 3 | -15/+58 |
|
|
* | 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 | 7 | -107/+161 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 26 | -700/+1223 |
|
|
* | 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 | 4 | -28/+49 |
|
|
* | Speed up Taskmaster by not calling Node methods so frequently. | Steven Knight | 2004-12-16 | 3 | -57/+39 |
|
|
* | Use the builtin md5 hexdigest routine if it's available. (Kevin Quick) | Steven Knight | 2004-12-16 | 2 | -4/+14 |
|
|
* | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 7 | -41/+116 |
|
|
* | Restore older recipe for creating env.Command() builders while a better solut... | Steven Knight | 2004-12-16 | 3 | -19/+10 |
|
|
* | Apply build overrides once up front. (Kevin Quick) | Steven Knight | 2004-12-15 | 5 | -21/+64 |
|
|
* | Use the right scanner if the same source file is used for targets in two diff... | Steven Knight | 2004-12-15 | 4 | -2/+95 |
|
|
* | Remove Node scanner storage. (Kevin Quick) | Steven Knight | 2004-12-15 | 8 | -67/+139 |
|
|
* | 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 | 8 | -79/+311 |
|
|
* | Fix Java parsing when creating an array of class instances. | Steven Knight | 2004-12-03 | 3 | -3/+25 |
|
|
* | Print --debug={tree,dtree,includes} even if the build has an error. | Steven Knight | 2004-12-03 | 5 | -23/+93 |
|
|
* | Add a test to make sure we can Add{Pre,Post}Action() on Dir Nodes. | Steven Knight | 2004-12-03 | 1 | -1/+24 |
|
|
* | More command-line customizability: , , , , . | Steven Knight | 2004-12-03 | 22 | -20/+629 |
|
|
* | Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2004-12-02 | 9 | -11/+145 |
|
|
* | Fix the internal Conftest._Have() function to not translate non-alphanumeric ... | Steven Knight | 2004-12-02 | 2 | -2/+4 |
|
|