summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Actually support a global Entry name (since we already documented it).Steven Knight2005-03-161-0/+3
* Support Intel C compiler 9.0. (Gary Oberbrunner)Steven Knight2005-03-101-0/+2
* Make the GenerateHelpText format easily configurable.Steven Knight2005-03-061-0/+3
* Enhance setup.py to install troff man pages on UNIX/Linux.Steven Knight2005-03-051-0/+3
* Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset)Steven Knight2005-02-281-0/+5
* Remove the space after the -o option when invoking the Borland BCC compiler. ...Steven Knight2005-02-271-0/+6
* Accumulated documentation changes.Steven Knight2005-02-151-0/+18
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-0/+9
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-0/+5
* Display the help message when -u -h is supplied. (Elliot Murphy)Steven Knight2005-02-111-0/+2
* Don't create a Node for every file we try to find during scan.Steven Knight2005-02-101-0/+3
* Reduce the number of actions created by caching generated LazyActions.Steven Knight2005-02-011-0/+3
* Use WeakValueDicts in the Memoizer to cut down on memory use.Steven Knight2005-01-231-0/+3
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-121-0/+6
* More performance improvements?Steven Knight2005-01-121-0/+4
* Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann)Steven Knight2005-01-101-0/+2
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-0/+4
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+13
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-5/+6
* More command-line customizability: , , , , , , .Steven Knight2005-01-061-9/+11
* Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ...Steven Knight2005-01-051-0/+4
* Add a PathOptions.PathAccept validator. (Kevin Quick)Steven Knight2005-01-031-0/+3
* Better error message when variable substitution fails. (Gary Oberbrunner)Steven Knight2004-12-311-0/+3
* Intel C compiler improvements. (Gary Oberbrunner)Steven Knight2004-12-311-4/+7
* Apply Memoizer to cache more return values from various methods. (Kevin Quick)Steven Knight2004-12-311-2/+2
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-0/+4
* Make AlwaysBuild() work with Aliases.Steven Knight2004-12-171-0/+4
* Speed up Taskmaster by not calling Node methods so frequently.Steven Knight2004-12-161-4/+8
* Use the builtin md5 hexdigest routine if it's available. (Kevin Quick)Steven Knight2004-12-161-1/+3
* Apply build overrides once up front. (Kevin Quick)Steven Knight2004-12-151-1/+2
* Use the right scanner if the same source file is used for targets in two diff...Steven Knight2004-12-151-0/+6
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-041-0/+4
* Fix Java parsing when creating an array of class instances.Steven Knight2004-12-031-0/+5
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-031-0/+3
* More command-line customizability: , , , , .Steven Knight2004-12-031-6/+7
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-0/+7
* Fix the internal Conftest._Have() function to not translate non-alphanumeric ...Steven Knight2004-12-021-0/+3
* More command-line customizability: and .Steven Knight2004-12-011-2/+2
* Add the ability to map keywords to ListOption (like we already do with EnumOp...Steven Knight2004-11-231-0/+3
* More command-line output customizability: , , , .Steven Knight2004-11-211-4/+6
* Fix Value node expansion in command-line strings. (Kevin Quick)Steven Knight2004-11-211-0/+2
* Add more customizability: , , , .Steven Knight2004-11-201-6/+7
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-201-4/+9
* Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe...Steven Knight2004-11-191-0/+10
* More display customizability: , . (Also add the missing , for completeness,...Steven Knight2004-11-151-3/+3
* Add more command-line customizability: and .Steven Knight2004-11-151-2/+3
* More command-line configurability: , .Steven Knight2004-11-151-1/+1
* More command-line customization: , .Steven Knight2004-11-151-1/+1
* Easier customization of printable strings for , and .Steven Knight2004-11-151-0/+4
* Support override expansions within target and source files names.Steven Knight2004-11-141-0/+3