scons.git
2005-02-15 stevenknightWhen searching for files, don't pick same-named directo...
2005-02-14 stevenknightWin32 portability.
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-02-14 stevenknightMove the canned Scanner objects out of Defaults.py...
2005-02-13 stevenknightRefactor Environment/Executor/Node scanner interaction...
2005-02-11 stevenknightDisplay the help message when -u -h is supplied. ...
2005-02-10 stevenknightDon't memoize the get_build_scanner_path() methods.
2005-02-10 stevenknightDon't create a Node for every file we try to find durin...
2005-02-01 stevenknightRefactor internals in preparation for eliminating creat...
2005-02-01 stevenknightReduce the number of actions created by caching generat...
2005-01-23 stevenknightOnly call filter() to remove ignored dependencies if...
2005-01-23 stevenknightUse WeakValueDicts in the Memoizer to cut down on memor...
2005-01-22 stevenknightReduce the number of scanner calls in large cross-produ...
2005-01-21 stevenknightChange how Node/__init__.py imports Executor, remove...
2005-01-21 stevenknightRegain lost performance improvements by using paths...
2005-01-13 stevenknightFix --debug=memoizer so it actually prints some stats...
2005-01-12 stevenknightImprove --debug=count to get an idea of when different...
2005-01-12 stevenknightMore performance improvements?
2005-01-10 stevenknightFix use of TargetSignatures('content') with SConf....
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2005-01-08 stevenknightSupport 'from SConsScript import *' to allow Python...
2005-01-08 stevenknightRemove build engine dependencies on SCons.Script. ...
2005-01-07 stevenknightAdd LoadableModule support. (Michael McCracken)
2005-01-07 stevenknightFinish the display-customization variables: , , ,...
2005-01-06 stevenknightMore command-line customizability: , , , , , , .
2005-01-05 stevenknightUse AppendUnique() in ParseConfig(). Provide a unique...
2005-01-05 stevenknightImport string fix in intelc.py. (Gary Oberbrunner)
2005-01-04 stevenknightHave ParseDepends() env.subst() the specified file...
2005-01-04 stevenknightGet rid of the self-referential permanent __env__ varia...
2005-01-03 stevenknightWin32 portability fixes.
2005-01-03 stevenknightAdd a PathOptions.PathAccept validator. (Kevin Quick)
2004-12-31 stevenknightBetter error message when variable substitution fails...
2004-12-31 stevenknightIntel C compiler improvements. (Gary Oberbrunner)
2004-12-31 stevenknightSpeed up handling of NodeLists. (Kevin Quick)
2004-12-31 stevenknightApply Memoizer to cache more return values from various...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-29 stevenknightEnhance OverrideEnvironment, and rename the base class...
2004-12-21 stevenknightCut down on environment copies by using a proxy Environ...
2004-12-17 stevenknightMake AlwaysBuild() work with Aliases.
2004-12-16 stevenknightSpeed up Taskmaster by not calling Node methods so...
2004-12-16 stevenknightUse the builtin md5 hexdigest routine if it's available...
2004-12-16 stevenknightCache get_suffix() and get_build_env(). (Kevin Quick)
2004-12-16 stevenknightRestore older recipe for creating env.Command() builder...
2004-12-15 stevenknightApply build overrides once up front. (Kevin Quick)
2004-12-15 stevenknightUse the right scanner if the same source file is used...
2004-12-15 stevenknightRemove Node scanner storage. (Kevin Quick)
2004-12-14 stevenknightRemove unnecessary scan keyword argument from Node...
2004-12-07 stevenknightActionFactory action functions should take an env argum...
2004-12-04 stevenknightFix how scanners sort dependencies so it doesn't matter...
2004-12-03 stevenknightFix Java parsing when creating an array of class instances.
2004-12-03 stevenknightPrint --debug={tree,dtree,includes} even if the build...
2004-12-03 stevenknightAdd a test to make sure we can Add{Pre,Post}Action...
2004-12-03 stevenknightMore command-line customizability: , , , , .
2004-12-02 stevenknightScan SCons source code for uncaught KeyboardInterrupts...
2004-12-02 stevenknightFix the internal Conftest._Have() function to not trans...
2004-12-01 stevenknightMore command-line customizability: and .
2004-11-23 stevenknightAdd the ability to map keywords to ListOption (like...
2004-11-21 stevenknightMore command-line output customizability: , , , .
2004-11-21 stevenknightAdd a --debug=stree option to show Node status. (Kevin...
2004-11-21 stevenknightFix Value node expansion in command-line strings. ...
2004-11-21 stevenknightMiscellaneous fixes: portability and version fixes...
2004-11-20 stevenknightAdd more customizability: $BITKEEPERCOMSTR, $CVSCOMSTR...
2004-11-20 stevenknightAdd more customizability: , , , .
2004-11-20 stevenknightAdd Fortran COMSTR variables for output customizability.
2004-11-19 stevenknightAdd support for new tools: Metroworks CodeWarrior...
2004-11-15 stevenknightMore display customizability: , . (Also add the missi...
2004-11-15 stevenknightAdd more command-line customizability: and .
2004-11-15 stevenknightMore command-line configurability: , .
2004-11-15 stevenknightMore command-line customization: , .
2004-11-15 stevenknightEasier customization of printable strings for , and .
2004-11-15 stevenknightInvestigate getting rid of LazyCmdGenerator
2004-11-14 stevenknightSupport override expansions within target and source...
2004-11-13 stevenknightAllow Alias Nodes to have Actions.
2004-11-12 stevenknightOn Python 2.x, return lists of Nodes from builders...
2004-11-12 stevenknightBetter fix for reflective build_dir paths. (Kevin...
2004-11-11 stevenknightFaster/leaner tree dumping. (Kevin Quick)
2004-11-11 stevenknightHandle moved SCons source tree. (Kevin Quick)
2004-11-11 stevenknightFix hard-coding of Java paths in tests. (Kevin Quick)
2004-11-11 stevenknightFix the use of reflective paths underneath build direct...
2004-11-10 stevenknightAdd a genstring() method to the ListAction class.
2004-11-10 stevenknightUse a Node's environment in preference to the builder...
2004-11-09 stevenknightAdd explicit support for Builder wrapper functions...
2004-10-27 stevenknightAdd overlooked .aeignore file.
2004-10-27 stevenknightAdd HOWTO steps for generating a subrelease (e.g. 0...
2004-10-27 stevenknightAdd scripts for working with the User's Guide homebrew...
2004-10-27 stevenknightRestore tests to current status after "updating" to...
2004-10-27 stevenknightBetter test handling of File lines in stack traces...
2004-10-27 stevenknightImproved regular expression for removing pairs from...
2004-10-24 stevenknightAdd tests for SHELL, SPAWN and ESCAPE.
2004-10-24 stevenknightRefactor to separate shell processing from command...
2004-10-24 stevenknightRefactor Action/Executor interaction. (Kevin Quick)
2004-10-23 stevenknightAllow substitution of (Levi Stephen) and other constru...
2004-10-23 stevenknightFix ExecutorTests under Python 2.x, where str() throws...
2004-10-23 stevenknightSmarter sync'ing of the .sconsign file when it's writte...
2004-10-22 stevenknightSupport .lex and .yacc file suffixes. (Matthew Doar)
2004-10-22 stevenknightAvoid copying __builtin__ when evaluating variables...
2004-10-22 stevenknightSupport default Options values of None. (Gary Oberbrunner)
2004-10-22 stevenknightFix the execute-Mkdir-once patch so that it doesn't...
2004-10-21 stevenknightWin32 portability fixes for tests.
2004-10-21 stevenknightWhen subst() returns a non-string object, return the...
next