Incorporate changes from pre-release reviews.
[scons.git] / src / CHANGES.txt
2004-08-17 stevenknightIncorporate changes from pre-release reviews.
2004-08-16 stevenknightHave the default ParseConfig() function add -pthread...
2004-08-16 stevenknightBranch for documentation changes.
2004-08-15 stevenknightOptimizations in Node.FS._doLookup().
2004-08-12 stevenknightAdd a Flatten() function to help the transition to...
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-08-02 stevenknightAdd support on IRIX. (Chad Austin)
2004-07-30 stevenknightDon't blow up if the external PATH variable is not...
2004-07-30 stevenknightFix null entries in CPPPATH. (Gary Oberbrunner)
2004-07-30 stevenknightTreat file extensions with all digits as part of the...
2004-07-30 stevenknightMove LIB{PREFIX,SUFFIX} definitions from the Platform...
2004-07-29 stevenknightAdd support for newer ifort versions of the Intel Fortr...
2004-07-29 stevenknightAdd Fortran 90/95 support. (Chris Murray)
2004-07-21 stevenknightAdd a .win32 attribute for FS entries; preserve Literal...
2004-07-13 stevenknightFix tests on systems where 'ar' prints warnings about...
2004-07-13 stevenknightFix test/chained-build.py for systems that can finish...
2004-07-12 stevenknightQT fixes and enhancements: Moc() and Uic() builders...
2004-07-08 stevenknightFix errors when there are dangling symlinks. (Gary...
2004-06-25 stevenknightOfficially support target_factory and source_factory...
2004-06-15 stevenknightAdd an option to not save the --debug=explain information.
2004-06-14 stevenknightChange PDB file generation from compile time to link...
2004-05-30 stevenknightEliminate the refactored-out-of-existence Sig.Calculato...
2004-05-23 stevenknightBetter handling of syntax errors during variable expans...
2004-05-23 stevenknightAdd support for fetching command-line arguments by...
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-08 stevenknightBetter midl (Visual Studio MIDL compiler) Tool detectio...
2004-05-03 stevenknightHave ParseConfig() support the -Wl option.
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-25 stevenknightHave SConsignFile() use a dblite.py module by default...
2004-04-19 stevenknightAnt-like tasks: Chmod(), Copy(), Delete(), Mkdir(...
2004-04-14 stevenknightMore efficient check for environment equivalence when...
2004-04-14 stevenknightFilter null values from the _concat() list. (Chad...
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-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 stevenknightAdd RPATH support. (Chad Austin)
2004-04-03 stevenknightAdd a variable to control whether to compile moc-gener...
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-27 stevenknightKeep *FLAGS variables as CLVar variables after copying...
2004-03-26 stevenknightRefactor env.Append() and env.Prepend().
2004-03-24 stevenknightAdd --debug=presub to the help text.
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 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 stevenknightFix use of things like ${TARGET.dir} in *PATH expansions.
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-17 stevenknightAdd a common tasks appendix to the user's guide. ...
2004-02-17 stevenknightUse "env -" instead of "env -i". (Chad Austin)
2004-02-16 stevenknightAdd AppendUnique() and PrependUnique() Environment...
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 stevenknightMore robust reading of VCComponents.dat. (Chad Austin)
2004-02-08 stevenknightDeprecate the overrides Builder() keyword argument...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
2004-01-29 stevenknightFetch implicit dependencies from SCCS/RCS.
2004-01-29 stevenknightProvide a better error message when a construction...
2004-01-27 stevenknightAccomodate white space in path names when running tests.
2004-01-25 stevenknightFix ARGUMENTS specifications on the command line that...
2004-01-25 stevenknightHave the Qt Builder(s) use flags from the environment...
2004-01-17 stevenknightFix retrieving multiple target files from cache. ...
2004-01-16 stevenknightUpdate for MSVS 2003 (7.1). (Greg Spencer)
2004-01-16 stevenknightFix an incorrect registry lookup in msvc.py.
2004-01-16 stevenknightMake the midl builder put the targets in the target...
2004-01-15 stevenknightFix MSVS Project file invocation when running scons...
2004-01-11 stevenknightBetter error handling if someone tries to add a non...
2004-01-10 stevenknightMake the static/shared object check work even if the...
2004-01-08 stevenknightFix .class suffix handling in JavaH.
2004-01-08 stevenknightMake Action() and env.Action() equivalent.
2004-01-08 stevenknightHandle Configure() calls in multiple SConscript files.
2004-01-05 stevenknightRefactor construction variable expansion to handle...
2003-12-19 stevenknightWork around Cygwin Python's broken idea that it's case...
2003-12-18 stevenknightAdd support for a toolpath for Environments.
2003-12-16 stevenknightHave the Zip() Builder create compressed .zip files...
2003-12-12 stevenknightFix stripping the library prefix.
2003-12-08 stevenknightFix spelling errors in error messages, man page typos.
2003-12-08 stevenknightRelax the duplicate-environment restriction for targets...
2003-12-06 stevenknightFix saving/restoring PackageOptions to a file. (Chris...
next