summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-0/+4
* Fetch implicit dependencies from SCCS/RCS.Steven Knight2004-01-291-0/+3
* Provide a better error message when a construction variable expansion is a Py...Steven Knight2004-01-291-0/+3
* Accomodate white space in path names when running tests.Steven Knight2004-01-271-0/+3
* Fix ARGUMENTS specifications on the command line that have multiple = in them...Steven Knight2004-01-251-0/+4
* Have the Qt Builder(s) use flags from the environment used to specify the tar...Steven Knight2004-01-251-0/+6
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-0/+6
* Update for MSVS 2003 (7.1). (Greg Spencer)Steven Knight2004-01-161-0/+7
* Fix an incorrect registry lookup in msvc.py.Steven Knight2004-01-161-0/+5
* Make the midl builder put the targets in the target directory, rather than th...Steven Knight2004-01-161-0/+3
* Fix MSVS Project file invocation when running scons.bat.Steven Knight2004-01-151-0/+4
* Better error handling if someone tries to add a non-Node as a source, depende...Steven Knight2004-01-111-0/+3
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-0/+4
* Fix .class suffix handling in JavaH.Steven Knight2004-01-081-0/+3
* Make Action() and env.Action() equivalent.Steven Knight2004-01-081-0/+3
* Handle Configure() calls in multiple SConscript files.Steven Knight2004-01-081-0/+2
* Refactor construction variable expansion to handle recursive substitution of ...Steven Knight2004-01-051-0/+4
* Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)Steven Knight2003-12-191-0/+3
* Add support for a toolpath for Environments.Steven Knight2003-12-181-0/+3
* Have the Zip() Builder create compressed .zip files by default.Steven Knight2003-12-161-0/+5
* Fix stripping the library prefix.Steven Knight2003-12-121-0/+3
* Fix spelling errors in error messages, man page typos.Steven Knight2003-12-081-0/+5
* Relax the duplicate-environment restriction for targets so that it's okay if ...Steven Knight2003-12-081-0/+6
* Fix saving/restoring PackageOptions to a file. (Chris Burghart)Steven Knight2003-12-061-0/+4
* Preserve the ability to call BuildDir() multiple times with the same source a...Steven Knight2003-12-061-0/+3
* Prepare side-effect nodes before building, too. (Charles Crain)Steven Knight2003-12-061-0/+3
* MSVC fix for pre-2.3 Python versions. (Charles Crain)Steven Knight2003-12-021-0/+2
* Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad...Steven Knight2003-12-021-0/+3
* Make the Fortran scanner case-insensitive. (David M. Cooke)Steven Knight2003-12-011-0/+4
* Make the message about missing SConscript files a warning, not a hard write()...Steven Knight2003-12-011-0/+3
* Restore the ability for _stripixes() to call a custom _concat() function in t...Steven Knight2003-11-251-0/+5
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-0/+4
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-0/+16
* Added better -H documentation for --debug and remove -e from man page. (Anth...Steven Knight2003-11-181-0/+4
* Make duplicate build dir specifications be an error. (Anthony Roach)Steven Knight2003-11-121-1/+6
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-0/+10
* Allow LIBS to be a single element, not a list, and allow it to contain File n...Steven Knight2003-11-091-0/+5
* Fix specifying a root directory with just the drive string (e.g. C:).Steven Knight2003-11-091-0/+2
* Fix a man page bug.Steven Knight2003-11-091-0/+2
* Don't swallow the AttributeError for an expansion like .bak.Steven Knight2003-11-091-0/+12
* Initialize the 0.94 branch for release.Steven Knight2003-11-071-1/+1
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-0/+2
* Add new Options flavors. (Hartmut Goebel)Steven Knight2003-11-041-0/+6
* Fixes for the AIX C and C++ Tool specifications. (Vincent Risi)Steven Knight2003-11-031-0/+4
* Restore the default '-LANG:std' C++ flag on SGI IRIX systems before we actual...Steven Knight2003-11-031-2/+1
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-301-0/+5
* Fix subclassing of the Environment and Scanner classes.Steven Knight2003-10-301-0/+2
* Fix a regression with env.Append().Steven Knight2003-10-281-0/+3
* Fix man page formatting when using Safari. (Gary Oberbrunner)Steven Knight2003-10-281-0/+4
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-0/+8