scons.git
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...
2004-10-21 stevenknightHandle use of Mkdir() when the file exists.
2004-10-20 stevenknightAllow explicit target_factory=Dir with Builders that...
2004-10-13 stevenknightMake SCons/__init__.py, not SCons/Script/__init__.py...
2004-10-13 stevenknightUpdate the version numbers that --version prints every...
2004-10-12 stevenknightFix Java parsing when a string is encountered. (Christ...
2004-10-10 stevenknightOptimization: don't expand variables by using eval...
2004-10-09 stevenknightPerformance optimization: use re.sub() for variable...
2004-10-09 stevenknightWin32 portability fixes for tests.
2004-10-08 stevenknightParseConfig and -I<space>filename.
2004-10-08 stevenknightAdd a missing newline to the end of the --debug=explain...
2004-10-08 stevenknightHave the Qt Builder make uic-built files dependent...
2004-10-07 stevenknightRemove scan=0 calls to Node.current() for implicit...
2004-10-07 stevenknightUse fake Nodes, not strings, for scanner tests. Have...
2004-10-07 stevenknightBetter Command() test coverage. (Kevin Quick)
2004-10-07 stevenknightAllow importing local files from Tools found on a toolp...
2004-10-07 stevenknightAllow passing a dictionary of keyword arguments to...
2004-10-07 stevenknightClear out dependent-child caches when a node is rebuilt...
2004-10-06 stevenknightBetter --debug=explain info when build actions change...
2004-10-06 stevenknightAdd a deprecated warning for the scanner keyword argume...
2004-10-06 stevenknightTest improvement. (Kevin Quick)
2004-10-06 stevenknightAdd a name to the default ObjSourceScanner. (Kevin...
2004-09-29 stevenknightFix use of a list of SConscript files when calling...
2004-09-29 stevenknightOn Win32, install scons.bat from setup.py.
2004-09-27 stevenknightFix env.subst() stack trace on var containing ListAction.
2004-09-27 stevenknightFill in missing default Builder names. (Kevin Quick)
next