summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Print an error message if a file can't be unlinked before being built, rather...Steven Knight2002-06-051-3/+6
* Fix --implicit-cache if the scanner returns an empty list. (Jeff Petkau)Steven Knight2002-06-051-0/+4
* Add --debug=time option. (Anthony Roach)Steven Knight2002-05-231-0/+2
* Fix .sconsign signature storing so that the output files of one scons build c...Steven Knight2002-05-231-0/+3
* Ctrl-C Improvements (Anthony Roach)Steven Knight2002-05-181-0/+3
* Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)Steven Knight2002-05-171-0/+3
* Make the drive letters on Windows always be the same case, so that changes in...Steven Knight2002-05-161-0/+3
* Fix a --implicit-cache when a file has no implicit deps and its source is gen...Steven Knight2002-05-151-0/+3
* Fix a couple obscure bugs. (Anthony Roach)Steven Knight2002-05-151-0/+6
* Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)Steven Knight2002-05-141-0/+5
* Add some help to setup.py if distutils isn't installed on the local system.Steven Knight2002-05-091-0/+3
* Add a Platform() method.Steven Knight2002-05-091-0/+6
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-0/+7
* Add Append() and Replace() functions. (Zed Shaw)Steven Knight2002-05-061-0/+8
* Initialize the new branch.Steven Knight2002-05-041-0/+4
* Really prepare for the 0.07 release.Steven Knight2002-05-021-1/+1
* Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon...Steven Knight2002-05-021-0/+2
* Add a Split() function (like argmunge()) in anticipation of removing the auto...Steven Knight2002-05-021-0/+4
* Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...Steven Knight2002-05-021-0/+4
* Improve the scons.bat script. (Alex Jacques)Steven Knight2002-04-301-0/+9
* Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati...Steven Knight2002-04-291-0/+3
* Doc and README/RELEASE updates in preparation for eventual 0.07 release. (La...Steven Knight2002-04-291-1/+1
* Don't create a directory Node when a file already exists there, and vice vers...Steven Knight2002-04-251-0/+3
* Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle...Steven Knight2002-04-241-0/+3
* Make Alias work with -U, -u, and -D (Anthony Roach)Steven Knight2002-04-241-0/+2
* Rework Debian packaging ito incorporate changes from Moshe Zadka, official De...Steven Knight2002-04-241-0/+4
* Support building a PDF file directly from a TeX or LaTeX file using pdftex or...Steven Knight2002-04-231-0/+3
* Build patches for IRIX. (Chad Austin)Steven Knight2002-04-231-0/+4
* Treat .c (lower case) and .C (upper case) files the same on case-insensitive ...Steven Knight2002-04-221-0/+3
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-0/+7
* Fix Fortran arguments on Win32.Steven Knight2002-04-221-0/+2
* Fix importing of modules from the SConscript directory (Anthony Roach)Steven Knight2002-04-161-0/+3
* Handle long command lines for the MSVC linker.Steven Knight2002-04-161-0/+4
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-0/+44
* Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)Steven Knight2002-04-111-0/+3
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-0/+3
* Change to SConscript directory when reading it. (Steve Leblanc)Steven Knight2002-04-111-0/+4
* Add abspath construction variable modifier and variable (Anthony Roach)Steven Knight2002-04-111-0/+7
* Add a better hierarchical build example from the scons-users mailing list.Steven Knight2002-04-091-0/+5
* Clean up how the Environment dictionary is passed to function Actions. (Charl...Steven Knight2002-04-051-0/+4
* Various performance enhancements. (Anthony Roach)Steven Knight2002-04-051-0/+6
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-0/+6
* Make -c work with -n: don't remove the files!Steven Knight2002-03-311-0/+8
* Prepare for 0.06 release.Steven Knight2002-03-281-10/+10
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-0/+3
* Add Fortran support.Steven Knight2002-03-281-0/+3
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-271-1/+3
* Add WhereIs() functionality.Steven Knight2002-03-271-0/+2
* Add support for target Aliases.Steven Knight2002-03-251-0/+2
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-231-0/+9