summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix the Java parser's handling of backslashes. (Leanid Nazdrynau)Steven Knight2005-05-301-0/+4
* Add a brief description of env.subst() to the man page. (Karol Pietrzak)Steven Knight2005-05-301-0/+2
* Fix lookups of same-named files.Steven Knight2005-05-291-0/+5
* Get rid of the requirement that a source directory must be under the SConstru...Steven Knight2005-05-151-0/+3
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-141-0/+3
* Fix a man page keyword argument for Command(). (Bjorn Eriksson)Steven Knight2005-05-091-0/+4
* Avoid rebuilds when otherwise unmodified Python function Actions move within ...Steven Knight2005-05-081-0/+4
* Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)Steven Knight2005-05-081-1/+1
* Add --include-dir and the source directory when calling the MinGW resource co...Steven Knight2005-05-071-0/+5
* Fix a User's Guide example. (Sanjoy Mahajan)Steven Knight2005-05-071-1/+2
* Add RPATH (-R) support to the sun linker. (Karol Pietrzak)Steven Knight2005-05-071-0/+4
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-0/+5
* Allow configurability of yacc-generated header files suffixes.Steven Knight2005-04-101-0/+4
* Fix a bad example in the man page. (Sanjoy Mahajan)Steven Knight2005-04-051-0/+4
* Fix misplaced line in the man page. (Greg Ward)Steven Knight2005-04-051-0/+4
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-011-0/+6
* Normalize directory paths in SConsignFile() database files. (Chad Austin)Steven Knight2005-04-011-0/+4
* Make sure scans are added to all targets in a builder call, to prevent out-o...Steven Knight2005-03-301-0/+4
* Fix linkloc.py to work with newer env.subst() conventions. (Charles Crain)Steven Knight2005-03-241-0/+5
* Allow toolpath to be stored in the environment and re-used for Copy() and Too...Steven Knight2005-03-241-0/+3
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-0/+3
* Fix Builders with empty source lists. (Stanislav Baranov)Steven Knight2005-03-191-0/+2
* Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta...Steven Knight2005-03-181-0/+4
* 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