summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Prep for release 0.08.Steven Knight2002-07-151-1/+1
* Add --implicit-deps-changed. (Anthony Roach)Steven Knight2002-07-141-1/+1
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...Steven Knight2002-07-121-0/+6
* Use the correct prefix for pdb.py. (Terrel Shumway)Steven Knight2002-07-121-0/+2
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-121-1/+2
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-101-0/+7
* Add a prototype os2 Platform() module.Steven Knight2002-07-081-0/+2
* Add a TAR Builder.Steven Knight2002-07-081-0/+2
* Performance enhancements: use a more efficient splitext() method; cache sour...Steven Knight2002-07-061-0/+5
* Fix SConstruct to use for build commands. (Terrel Shumway)Steven Knight2002-07-031-0/+5
* Deduce the target if it's not supplied.Steven Knight2002-07-031-0/+4
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-271-0/+8
* Fix handling file names with multiple dots. (Charles Crain)Steven Knight2002-06-211-0/+2
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+6
* Supply more specific version info, including build date.Steven Knight2002-06-181-0/+2
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-0/+12
* Accomodate '-' (and other characters) in #include files in the C Scanner.Steven Knight2002-06-141-0/+3
* Add a native Fortran include scanner.Steven Knight2002-06-121-0/+3
* Remove white-space split of file name lists.Steven Knight2002-06-111-0/+3
* Differentiate help text for -D, -u and -U.Steven Knight2002-06-081-0/+3
* Changes from Charles Crain.Steven Knight2002-06-051-0/+11
* 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