scons.git
2004-05-25 stevenknightAdd unit tests for the last two changes.
2004-05-24 stevenknightFix use of --debug=explain with SConsignFile(). (Chad...
2004-05-24 stevenknightAccomodate conversion from old .sconsign formats.
2004-05-23 stevenknightBetter handling of syntax errors during variable expans...
2004-05-23 stevenknightAdd support for fetching command-line arguments by...
2004-05-22 stevenknightRemove the shared library prefix/suffix from {PREFIXES...
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-17 stevenknightWhen a Node has been built, don't walk the whole tree...
2004-05-16 stevenknightMove Action initializations for common default COM...
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-09 stevenknightFix EnsureSConsVersion() so it examines the SCons versi...
2004-05-09 stevenknightMake CacheDir() if it doesn't exist. (Chad Austin)
2004-05-09 stevenknightTest portability to Win32.
2004-05-08 stevenknightBetter midl (Visual Studio MIDL compiler) Tool detectio...
2004-05-08 stevenknightCleaner Task interface when using the -c option.
2004-05-06 stevenknightRefactor .sconsign management into its own module.
2004-05-04 stevenknightRefactor Builders to remove the node_factory keyword...
2004-05-04 stevenknightPortability fixes for Win32.
2004-05-04 stevenknightMake CommandGenerationAction able to handle subsidiary...
2004-05-03 stevenknightHave ParseConfig() support the -Wl option.
2004-05-03 stevenknightReally support strfunction for all Action subclasses...
2004-05-01 stevenknightFix use of timestamps with --implicit-cache. (Anthony...
2004-05-01 stevenknightPerformance improvement: memo-ize Node.FS string value...
2004-04-28 stevenknightSupport use of strfunction() with all kinds of Action...
2004-04-28 stevenknightTest fixes for Python 2.3.3 on Win32. (Anthony Roach)
2004-04-25 stevenknightMake the inability to test timestamp fallback a pass...
2004-04-25 stevenknightAdd a -f option to the runtest.py script.
2004-04-25 stevenknightHave SConsignFile() use a dblite.py module by default...
2004-04-19 stevenknightAnt-like tasks: Chmod(), Copy(), Delete(), Mkdir(...
2004-04-17 stevenknightAdd the highly anticipated --debug=explain option to...
2004-04-14 stevenknightMore efficient check for environment equivalence when...
2004-04-14 stevenknightFilter null values from the _concat() list. (Chad...
2004-04-14 stevenknightFix custom scanner behavior when setting/copying/replac...
2004-04-13 stevenknightMore robust searching for the ICL license file. (Gary...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-04-07 stevenknightHave Task.make_ready() create a list of the out-of...
2004-04-07 stevenknightMake the targets/sources warnings test pass regardless...
2004-04-06 stevenknightAdd warnings for easily-confused variable names like...
2004-04-04 stevenknightAdd a reject argument to the env.Whereis() method....
2004-04-04 stevenknightAllow CheckLib to search a list of libraries. (sam th)
2004-04-04 stevenknightAllow a list of emitters to be called in sequence....
2004-04-03 stevenknightPut the --duplicate option in alphabetical order in...
2004-04-03 stevenknightAdd RPATH support. (Chad Austin)
2004-04-03 stevenknightAdd a variable to control whether to compile moc-gener...
2004-04-03 stevenknightMake the new --debug=presub option work for LazyCommand...
2004-04-02 stevenknightFix a bug with creation of shared libraries under MinGW...
2004-04-02 stevenknightAllow hybrid substitutions in PATH-like variables....
2004-04-02 stevenknightAllow environment substitutions when referencing librar...
2004-04-02 stevenknightSupport multiple source paths in Java. (Tom Epperly)
2004-04-02 stevenknightFix Command() when not called through an Environment.
2004-04-01 stevenknightFix a bug in CVS checkouts when env.SourceCode() is...
2004-03-31 stevenknightFix the Command() global function when the action is...
2004-03-31 stevenknightAvoid infinite recursion when comparing Environments...
2004-03-30 stevenknightUse python1.5 in default Aegis builds. Fix testing...
2004-03-27 stevenknightKeep *FLAGS variables as CLVar variables after copying...
2004-03-26 stevenknightRefactor env.Append() and env.Prepend().
2004-03-26 stevenknightRework the env.Append() and env.Prepend() tests.
2004-03-24 stevenknightAdd --debug=presub to the help text.
2004-03-23 stevenknightAdd a --debug= option to print commands before substitu...
2004-03-21 stevenknightCygwin portability fixes. (Chad Austin) Improved...
2004-03-16 stevenknightFix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for...
2004-03-16 stevenknightForward the Scanner.Classic name to the underlying...
2004-03-16 stevenknightSupport passing arbitrary environment override keywords...
2004-03-12 stevenknightAdd an Execute() method.
2004-03-12 stevenknightPrepare the 0.95 branch for development.
2004-03-12 stevenknightInitialize the new branch for release.
2004-03-08 stevenknightSpeed up SCons packaging builds by eliminating lots...
2004-03-08 stevenknightAdd a D language Tool. (Andy Friesen)
2004-03-06 stevenknightscons.0.92 - Implement a --duplicate= option. (Christo...
2004-03-06 stevenknightUpdate various default paths in MSVS .Net and MSVC...
2004-03-05 stevenknightOverlooked adding subst_path() to IDLTests.py.
2004-03-05 stevenknightFix use of things like ${TARGET.dir} in *PATH expansions.
2004-03-05 stevenknightRefactor path-substitution logic into an Environment...
2004-03-03 stevenknightRefactor Scanner internals as a prelude to fixing use...
2004-03-03 stevenknightWin32 portability.
2004-02-28 stevenknight1.5.2 portability.
2004-02-28 stevenknightBranch for User's Guide work.
2004-02-28 stevenknightDocument the dbm_module argument to SConsignFile().
2004-02-26 stevenknightInitialize *FLAGS variables with objects that can add...
2004-02-24 stevenknightBetter error message when a source file is missing.
2004-02-24 stevenknightHandle recursive substitution in overrides.
2004-02-23 stevenknightAdd an internal Environment._update() method that updat...
2004-02-17 stevenknightAdd a common tasks appendix to the user's guide. ...
2004-02-17 stevenknightMake the Library test work even with linkers that don...
2004-02-17 stevenknightUse "env -" instead of "env -i". (Chad Austin)
2004-02-17 stevenknightUpdate the __env__ variable when making a Copy() or...
2004-02-17 stevenknightEnhanced test to catch potential problems with absolute...
2004-02-16 stevenknightAdd AppendUnique() and PrependUnique() Environment...
2004-02-15 stevenknightLay some groundwork for URL Nodes by abstracting local...
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2004-02-09 stevenknightMake the M4 Builder work with repositories by adding...
2004-02-08 stevenknightWin32 portability.
2004-02-08 stevenknightUpdated test for C++ files in libraries. (Chad Austin)
2004-02-08 stevenknightMore robust reading of VCComponents.dat. (Chad Austin)
2004-02-08 stevenknightDeprecate the overrides Builder() keyword argument...
2004-02-07 stevenknightMove the __env__ construction variable into the Environ...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
2004-02-04 stevenknightFix a new variable expansion bug.
2004-01-29 stevenknightFetch implicit dependencies from SCCS/RCS.
2004-01-29 stevenknightProvide a better error message when a construction...
next