summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-0/+10
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-161-0/+5
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-2/+9
* Make more Environment methods from global functions.Steven Knight2003-09-141-3/+4
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-2/+2
* Make a Clean() environment method. Add global functions for AlwaysBuild(), C...Steven Knight2003-09-101-2/+10
* Don't try to call anydbm.sync() if the underlying db implementation doesn't h...Steven Knight2003-09-091-0/+4
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-0/+3
* Support construction variable expansion anywhere in a file or path name.Steven Knight2003-09-051-0/+3
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-0/+6
* Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...Steven Knight2003-08-301-0/+5
* Fix EnsurePythonVersion's handling of alphanumeric version strings.Steven Knight2003-08-291-0/+2
* Support #include with no spaces before the opening quote or angle bracket.Steven Knight2003-08-291-0/+3
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-271-0/+10
* -Q options suppresses too much.Steven Knight2003-08-271-10/+0
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-0/+10
* -Q options suppresses too much.Steven Knight2003-08-221-0/+3
* Prep the branch for the work towards the next release.Steven Knight2003-08-211-0/+6
* Build a Debian package, too.Steven Knight2003-08-201-1/+4
* Initialize the new branch.Steven Knight2003-08-201-1/+1
* Portability fixes for tests.Steven Knight2003-08-191-0/+3
* Refactor DictCmdGenerator to be a subclass of Selector.Steven Knight2003-08-181-0/+4
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-161-1/+3
* Fix a yacc regression.Steven Knight2003-08-161-0/+5
* Update the branch for next release.Steven Knight2003-08-161-0/+6
* Initialize the new branch.Steven Knight2003-08-161-1/+5
* Add SWIG support.Steven Knight2003-08-131-0/+2
* Allow prefixes and suffixes to be selected from dictionaries keyd by source f...Steven Knight2003-08-101-1/+2
* Man page fixes. (Gary Oberbrunner, SK)Steven Knight2003-08-091-1/+4
* Multi-level build dir with Object() and duplicate=0.Steven Knight2003-08-091-0/+4
* Make how we build our .rpm packages not depend on the default installation lo...Steven Knight2003-08-051-0/+3
* Initialize a LIB environment variable for the Intel compiler. (Gary Oberbrun...Steven Knight2003-08-041-0/+3
* When using a long link line in a temporary file, print the command line first...Steven Knight2003-08-041-0/+7
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-0/+3
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-0/+4
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-0/+3
* Don't Split() SConscript file name strings on white space.Steven Knight2003-07-311-0/+6
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-0/+7
* Correct the spelling of validator.Steven Knight2003-07-271-0/+3
* When installing from setup.py to a non-standard prefix, suppress the warning ...Steven Knight2003-07-271-0/+4
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-0/+4
* Allow Command() to take directories as sources.Steven Knight2003-07-261-0/+2
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-1/+3
* Fix a problem when using --cache-show.Steven Knight2003-07-231-0/+4
* Avoid hangs on POSIX systems when reading a lot of output from a piped commnd...Steven Knight2003-07-221-0/+2
* M4 test portability. (Chad Austin)Steven Knight2003-07-221-0/+2
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-0/+3
* Give Value Nodes timestamps. (Chad Austin)Steven Knight2003-07-211-0/+3
* Support specifying a list of tools when calling env.Copy(). (Chad Austin)Steven Knight2003-07-211-0/+4
* Call the debugger directly, don't re-execute Python to run it. (Laurent Pelecq)Steven Knight2003-07-211-0/+5