Fix bugs in regression tests
[scons.git] / test /
2005-08-06 stevenknightParameterize the '@' prefix when calling TempFileMunge...
2005-07-04 stevenknightMove max_drift from Sig/MD5.py to Node/FS.py.
2005-06-25 stevenknightAdd a --raw option to the sconsign script.
2005-06-10 stevenknightAdd a --diskcheck option to control looking on-disk...
2005-06-10 stevenknightFix DirScanner's handling of file names beginning with...
2005-06-10 stevenknightFix test/SCCS/* portability issues.
2005-06-07 stevenknightSplit Node-specific stuff from BuildInfo into a separat...
2005-06-02 stevenknightDon't print duplicate stats when --profile is used.
2005-06-02 stevenknightPrint statistics even when we terminate early (e.g...
2005-06-01 stevenknightAdd a --debug=nomemoizer option to disable memoization.
2005-05-30 stevenknightHandle Repositories without an SConsignFile() in them.
2005-05-15 stevenknightGet rid of the requirement that a source directory...
2005-05-14 stevenknightMove pre- and post-actions lists from Node to Executor...
2005-05-08 stevenknightAdd support for 64-bit Intel 9.0 beta compiler on Linux...
2005-05-07 stevenknightMake SConsignFile() behavior the default.
2005-04-26 stevenknightMore flexible (and Make-like) ignoring command exit...
2005-04-14 stevenknightSplit up test/QT/QT.py into separate tests.
2005-04-10 stevenknightAllow configurability of yacc-generated header files...
2005-04-01 stevenknightStore source file and dependency paths relative to...
2005-03-25 stevenknightMinor clean up of value interpolation.
2005-03-24 stevenknightAllow toolpath to be stored in the environment and...
2005-03-21 stevenknightFix test/emitter.py for new entry matching.
2005-03-20 stevenknightFix re-scanning of built files for implicit dependencie...
2005-03-17 stevenknightRestore (some) old SCons.Script.* names, some released...
2005-03-17 stevenknightWindows portability in tests. Replace overlooked import
2005-03-16 stevenknightActually support a global Entry name (since we already...
2005-03-05 stevenknightFix a regression in handling CPPPATH='.' when using...
2005-03-04 stevenknightFix Fedora Core 3 test portability.
2005-03-01 stevenknightGroup --debug=count output by object modules.
2005-02-16 stevenknightFix creating a build_dir from scratch when there's...
2005-02-14 stevenknightWin32 portability.
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
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 create a Node for every file we try to find durin...
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-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-03 stevenknightWin32 portability fixes.
2005-01-03 stevenknightAdd a PathOptions.PathAccept validator. (Kevin Quick)
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-17 stevenknightMake AlwaysBuild() work with Aliases.
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-04 stevenknightFix how scanners sort dependencies so it doesn't matter...
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-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-14 stevenknightSupport override expansions within target and source...
2004-11-13 stevenknightAllow Alias Nodes to have Actions.
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 stevenknightUse a Node's environment in preference to the builder...
2004-11-09 stevenknightAdd explicit support for Builder wrapper functions...
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-24 stevenknightAdd tests for SHELL, SPAWN and ESCAPE.
2004-10-24 stevenknightRefactor Action/Executor interaction. (Kevin Quick)
2004-10-23 stevenknightAllow substitution of (Levi Stephen) and other constru...
2004-10-22 stevenknightSupport .lex and .yacc file suffixes. (Matthew Doar)
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 stevenknightHandle use of Mkdir() when the file exists.
2004-10-20 stevenknightAllow explicit target_factory=Dir with Builders that...
2004-10-09 stevenknightPerformance optimization: use re.sub() for variable...
2004-10-09 stevenknightWin32 portability fixes for tests.
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 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...
next