summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* More Environment method conversions:Steven Knight2003-10-131-8/+60
* Add more environment methods for global functions: Action(), Builder(), Envi...Steven Knight2003-09-251-17/+77
* Add global functions for all of the default Builders attached to the default ...Steven Knight2003-09-231-398/+489
* New tex.py.Steven Knight2003-09-211-1/+39
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-0/+19
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-0/+22
* Make more Environment methods from global functions.Steven Knight2003-09-141-3/+17
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-1/+24
* Make a Clean() environment method. Add global functions for AlwaysBuild(), C...Steven Knight2003-09-101-937/+969
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-50/+154
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-022-10/+101
* Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...Steven Knight2003-08-301-7/+55
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-3/+26
* Portability fixes for tests.Steven Knight2003-08-191-1/+1
* Update the branch for next release.Steven Knight2003-08-167-13/+112
* Branch for User's Guide changes.Steven Knight2003-08-1631-21/+8528
* Add SWIG support.Steven Knight2003-08-131-0/+52
* Allow prefixes and suffixes to be selected from dictionaries keyd by source f...Steven Knight2003-08-101-4/+4
* Man page fixes. (Gary Oberbrunner, SK)Steven Knight2003-08-091-2/+40
* When using a long link line in a temporary file, print the command line first...Steven Knight2003-08-041-0/+6
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-0/+33
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-1/+87
* Don't Split() SConscript file name strings on white space.Steven Knight2003-07-311-9/+46
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-9/+34
* Correct the spelling of validator.Steven Knight2003-07-271-2/+2
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-1/+102
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-0/+7
* Give Value Nodes timestamps. (Chad Austin)Steven Knight2003-07-211-1/+2
* Support specifying a list of tools when calling env.Copy(). (Chad Austin)Steven Knight2003-07-211-0/+9
* New sconsign script fixes: print timestamp values correctly (Chad Austin); a...Steven Knight2003-07-201-1/+7
* Add a script to print .sconsign file contents.Steven Knight2003-07-182-16/+155
* Make builder prefixes work correctly when deducing a target name from a sourc...Steven Knight2003-07-021-1/+6
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-281-1/+3
* Branch for User's Guide changes.Steven Knight2003-06-2510-134/+734
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-2/+4
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-117/+291
* Documentation fixes: mention that user-defined *FLAGS options don't include ...Steven Knight2003-06-111-5/+60
* Fix _concat() documentation, add a test. (Chad Austin)Steven Knight2003-06-111-7/+14
* SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek)Steven Knight2003-06-111-0/+19
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-091-0/+23
* Fix Options.Update().Steven Knight2003-06-091-4/+20
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-1/+67
* Fix reported man page bugs.Steven Knight2003-05-291-13/+10
* Suppress illegal construction variables.Steven Knight2003-05-231-7/+13
* Branch for User's Guide updates.Steven Knight2003-05-2127-482/+2232
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-5/+15
* Have the Tool() method add the tool name to the construction variable. (Dav...Steven Knight2003-05-161-0/+19
* Add Java RMIC support.Steven Knight2003-05-101-2/+50
* Add support for JavaH.Steven Knight2003-05-081-0/+59
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-4/+8