summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Display the help message when -u -h is supplied. (Elliot Murphy)Steven Knight2005-02-113-3/+18
* Don't memoize the get_build_scanner_path() methods.Steven Knight2005-02-102-4/+3
* Don't create a Node for every file we try to find during scan.Steven Knight2005-02-107-99/+318
* Refactor internals in preparation for eliminating creating unnecessary Node.F...Steven Knight2005-02-012-45/+63
* Reduce the number of actions created by caching generated LazyActions.Steven Knight2005-02-013-9/+30
* Only call filter() to remove ignored dependencies if something has been Ignor...Steven Knight2005-01-231-7/+10
* Use WeakValueDicts in the Memoizer to cut down on memory use.Steven Knight2005-01-235-51/+130
* Reduce the number of scanner calls in large cross-products of targets and sou...Steven Knight2005-01-225-18/+63
* Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...Steven Knight2005-01-215-38/+58
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-2117-89/+220
* Fix --debug=memoizer so it actually prints some stats on Python 2.x.Steven Knight2005-01-134-37/+95
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-128-53/+247
* More performance improvements?Steven Knight2005-01-125-47/+248
* Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann)Steven Knight2005-01-103-3/+58
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-1023-93/+125
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-0811-1317/+1514
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-088-23/+23
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-0710-12/+321
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-0722-119/+593
* More command-line customizability: , , , , , , .Steven Knight2005-01-0629-22/+984
* Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ...Steven Knight2005-01-056-34/+91
* Import string fix in intelc.py. (Gary Oberbrunner)Steven Knight2005-01-051-1/+1
* Have ParseDepends() env.subst() the specified file name. Add an only_one key...Steven Knight2005-01-043-12/+79
* Get rid of the self-referential permanent __env__ variable in favor of adding...Steven Knight2005-01-042-28/+8
* Win32 portability fixes.Steven Knight2005-01-038-16/+38
* Add a PathOptions.PathAccept validator. (Kevin Quick)Steven Knight2005-01-037-14/+314
* Better error message when variable substitution fails. (Gary Oberbrunner)Steven Knight2004-12-313-0/+31
* Intel C compiler improvements. (Gary Oberbrunner)Steven Knight2004-12-313-15/+58
* Speed up handling of NodeLists. (Kevin Quick)Steven Knight2004-12-311-111/+102
* Apply Memoizer to cache more return values from various methods. (Kevin Quick)Steven Knight2004-12-317-107/+161
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-2926-700/+1223
* Enhance OverrideEnvironment, and rename the base class to an enhanced and may...Steven Knight2004-12-299-291/+551
* Cut down on environment copies by using a proxy Environment class to hold ove...Steven Knight2004-12-211-123/+216
* Make AlwaysBuild() work with Aliases.Steven Knight2004-12-174-28/+49
* Speed up Taskmaster by not calling Node methods so frequently.Steven Knight2004-12-163-57/+39
* Use the builtin md5 hexdigest routine if it's available. (Kevin Quick)Steven Knight2004-12-162-4/+14
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-167-41/+116
* Restore older recipe for creating env.Command() builders while a better solut...Steven Knight2004-12-163-19/+10
* Apply build overrides once up front. (Kevin Quick)Steven Knight2004-12-155-21/+64
* Use the right scanner if the same source file is used for targets in two diff...Steven Knight2004-12-154-2/+95
* Remove Node scanner storage. (Kevin Quick)Steven Knight2004-12-158-67/+139
* Remove unnecessary scan keyword argument from Node.current(). (Kevin Quick)Steven Knight2004-12-143-3/+8
* ActionFactory action functions should take an env argument, too.Steven Knight2004-12-072-9/+24
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-048-79/+311
* Fix Java parsing when creating an array of class instances.Steven Knight2004-12-033-3/+25
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-035-23/+93
* Add a test to make sure we can Add{Pre,Post}Action() on Dir Nodes.Steven Knight2004-12-031-1/+24
* More command-line customizability: , , , , .Steven Knight2004-12-0322-20/+629
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-029-11/+145
* Fix the internal Conftest._Have() function to not translate non-alphanumeric ...Steven Knight2004-12-022-2/+4