scons.git
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)
2004-09-27 stevenknightAdd support for changing directory when executing Actio...
2004-09-26 stevenknightMore robust Scanner comparisons. (Kevin Quick)
2004-09-26 stevenknightApply Scanner.Scanner args to the Base class initializa...
2004-09-25 stevenknightUpdate Scanner pydoc, enhance tests. (Kevin Quick)
2004-09-25 stevenknightAdd a --debug=findlibs option. (Gary Oberbrunner)
2004-09-25 stevenknightAdd a ParseDepends() function to read up mkdep-style...
2004-09-24 stevenknightAdd ParseConfig() support for -mwindows and -mno-cygwin...
2004-09-24 stevenknightGet the source_scanner from the target node, not the...
2004-09-24 stevenknightAdd validator functions for PathOption. (Steve Christe...
2004-09-24 stevenknightFix --no-exec handling of cache. (Kevin Quick)
2004-09-24 stevenknightBetter failure detection in test/BuildDir.py. (Kevin...
2004-09-22 stevenknightMake the linkloc tool use the value of to pick the...
2004-09-22 stevenknightFix inconsistency in Builder handling of src_suffix...
2004-09-21 stevenknightBetter test infrastructure for cleaning (-c) messages...
2004-09-21 stevenknightBetter error messages for bad builder creation. (Kevin...
2004-09-21 stevenknightPerformance optimization when caching include files...
2004-09-21 stevenknightFix a cut-and-paste typo in the memoized attributed...
2004-09-20 stevenknightFix handling when BuildDir exists but is unwriteable...
2004-09-20 stevenknightAllow ListOption to take a Python list of values asa...
2004-09-20 stevenknightUse callable class strfunction. (Kevin Quick)
2004-09-19 stevenknightWin32 portability fixes for tests.
2004-09-18 stevenknightFix --debug=explain when the action is a Python function.
2004-09-18 stevenknightBuild targets in an associated BuildDir even if there...
2004-09-18 stevenknightAllow LIBS to contain lists of lists.
2004-09-18 stevenknightDon't put LIBS Nodes in the scanned results list multip...
2004-09-18 stevenknightPrint tracebacks for errors other than UserError and...
2004-09-17 stevenknightFix inconsistency in conf.CheckFunc().
2004-09-17 stevenknightFix problems with Parallel Tasks and Exception handling...
2004-09-17 stevenknightFix -k sometimes trying to link executables even when...
2004-09-16 stevenknightGuarantee ListOption persistence. (Elliot Murphy)
2004-09-16 stevenknightFix SCons on SuSE/AMD-64 Linux by having the wrapper...
2004-09-15 stevenknightBetter -n test: make sure the directory is clean first...
2004-09-15 stevenknightReturn real builder names from the default, environment...
2004-09-15 stevenknightFix SourceCode test ordering. (Kevin Quick)
2004-09-15 stevenknightFix suffix selection when there's no source file. ...
2004-09-15 stevenknightAvoid corrupting the .sconsign.dblite file by writing...
2004-09-15 stevenknightFix is_pseudo_derived_builder(). (Kevin Quick)
2004-09-15 stevenknightFix Delete action for non-existent files and must_exist...
2004-09-15 stevenknightHandle exceptions in FunctionActions. (Steve Christensen)
2004-09-14 stevenknightAdd highlights.
2004-09-14 stevenknightCheckin of initial description paragraph
2004-09-14 stevenknightKeep the .cvsignore files out of the src package.
2004-09-13 stevenknightFix Action comparison when a Builder has a suffix key...
2004-09-13 stevenknightBetter error message when a target is built multiple...
2004-09-13 stevenknightUpdate the man page to reflect that prefixes and suffix...
2004-09-13 stevenknightCreate .cvsignore files to ignore the generated *.pyc...
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2004-09-05 stevenknightWin32 portability for tests.
2004-09-05 stevenknightAdd a configurable function for command-line printing...
2004-09-04 stevenknightRefactor spawning command-line actions to clean up...
2004-09-04 stevenknightAdd an rpcgen tool. (Kevin Quick)
2004-09-03 stevenknightRemove all features deprecated in 0.93 or earlier.
2004-09-01 stevenknightDon't add the ATL and MFC directories to %INCLUDE%...
2004-09-01 stevenknightAllow to contain File Nodes. Have ParseConfig add...
2004-08-31 stevenknightAdd a SetDefault() method and a kinder, gentler qt...
2004-08-31 stevenknightFix comparisons between Action and subclass instances...
2004-08-31 stevenknightFix how get_name() returns Builder names from subclass...
2004-08-30 stevenknightAllow Help() to be called multiple times, appending...
2004-08-30 stevenknightAdd an Environment.Dump() method. (Gary Oberbrunner)
2004-08-30 stevenknightTest fixes: Win32 portability in Delete.py; fix a...
2004-08-21 stevenknightFix env.Copy() stack trace.
2004-08-20 stevenknightUpdate the packaging SConscript files to be platform...
next