scons.git
2005-03-10 stevenknightSupport Intel C compiler 9.0. (Gary Oberbrunner)
2005-03-08 stevenknightSpeed up string expansion. Cache find_file() results...
2005-03-06 stevenknightCheckpoint refactorings to remove CommandGenerator...
2005-03-06 stevenknightMake the GenerateHelpText format easily configurable.
2005-03-05 stevenknightEnhance setup.py to install troff man pages on UNIX...
2005-03-05 stevenknightReduce gen_binfo() time for very long source lists.
2005-03-05 stevenknightFix a regression in handling CPPPATH='.' when using...
2005-03-05 stevenknightFix stack trace when there's no scanner in an Environment.
2005-03-05 stevenknightEliminate find_file() inefficiency.
2005-03-04 stevenknightOptimize out N*M suffix matching in Builder.py.
2005-03-04 stevenknightFix Fedora Core 3 test portability.
2005-03-01 stevenknightCheckpoint refactoring of the find_file() interface.
2005-03-01 stevenknightGroup --debug=count output by object modules.
2005-03-01 stevenknightDon't throw a 'Tried to lookup a File as a Dir' excepti...
2005-02-28 stevenknightAdd support for Objective C/C++ .m and .mm file extensi...
2005-02-27 stevenknightRemove the space after the -o option when invoking...
2005-02-16 stevenknightFix Intel compiler detection when there's no MSVC compi...
2005-02-16 stevenknightFix creating a build_dir from scratch when there's...
2005-02-15 stevenknightAccumulated documentation changes.
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...
next