summaryrefslogtreecommitdiffstats
path: root/doc/man
Commit message (Collapse)AuthorAgeFilesLines
...
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-7/+14
|
* Initialize the new branch.Steven Knight2003-01-171-0/+34
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-0/+10
|
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-0/+11
|
* Better initial explanation of SConscript files; fix a misformatted table in ↵Steven Knight2003-01-091-3/+19
| | | | the StaticObject explanation.
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-091-13/+31
|
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ↵Steven Knight2003-01-061-25/+60
| | | | easier to write efficient scanners.
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-6/+22
|
* Implement the Clean() function.Steven Knight2002-12-271-0/+30
|
* Add functions for getting and setting the number of jobs. (Anthony Roach)Steven Knight2002-12-101-0/+16
|
* Prepare the 0.09 release.Steven Knight2002-12-051-2/+11
|
* Change the name of 'lib.py' to 'mslib.py'.Steven Knight2002-12-051-0/+1
|
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-251-25/+34
|
* Patch up some documentation holes. (Anthony Roach)Steven Knight2002-11-221-17/+20
|
* Document the fact that Builder calls return Node objects.Steven Knight2002-11-221-0/+22
|
* Document Repository and other methods, plus some added documentation to ↵Steven Knight2002-11-131-19/+95
| | | | SCons.Node and SCons.Node.FS.
* Add the ParseConfig() method. (Steve Leblanc)Steven Knight2002-11-121-0/+28
|
* Add a function to choose content signature type. (Anthony Roach)Steven Knight2002-11-041-0/+21
|
* Add MSVC .res builder. (Anthony Roach)Steven Knight2002-10-211-2/+20
|
* Allow new ReadingSteven Knight2002-10-141-25/+66
|
* Add Python and SCons version checking functions. (Anthony Roach)Steven Knight2002-10-101-1/+37
|
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-11/+32
|
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-0/+120
|
* Add SHOBJPREFIX AND SHOBJSUFFIX.Steven Knight2002-10-011-6/+13
|
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-1/+36
|
* Add customizable variable helper. (Anthony Roach)Steven Knight2002-09-261-0/+112
|
* Provide a Scanner hook to allow file scans to be avoided when it isn't ↵Steven Knight2002-09-151-0/+10
| | | | necessary.
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach ↵Steven Knight2002-09-051-49/+15
| | | | and SK)
* Support the Intel Fortran Compiler.Steven Knight2002-08-291-0/+4
|
* Add a Prepend() method to Environments. (Chad Austin)Steven Knight2002-08-261-1/+22
|
* Man page updates: Mention invoking sconsSteven Knight2002-08-081-9/+32
|
* Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)Steven Knight2002-08-041-0/+21
|
* Repository support (first cut).Steven Knight2002-07-171-8/+8
|
* Add --implicit-deps-changed. (Anthony Roach)Steven Knight2002-07-141-0/+6
|
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ↵Steven Knight2002-07-121-0/+7
| | | | SetBuildSignatureType() function. (Anthony Roach)
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-121-0/+2
|
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-101-6/+25
| | | | function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain)
* Add a prototype os2 Platform() module.Steven Knight2002-07-081-1/+22
|
* Add a TAR Builder.Steven Knight2002-07-081-0/+11
|
* Deduce the target if it's not supplied.Steven Knight2002-07-031-66/+232
|
* Add support for assembly language (.s and .S) Tools. Still needs support ↵Steven Knight2002-06-271-7/+68
| | | | for building shared objects.
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-1/+75
|
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-52/+64
|
* Add a native Fortran include scanner.Steven Knight2002-06-121-0/+25
|
* Changes from Charles Crain.Steven Knight2002-06-051-9/+32
|
* Add --debug=time option. (Anthony Roach)Steven Knight2002-05-231-0/+7
|
* Add a Platform() method.Steven Knight2002-05-091-39/+85
|
* Raise an error if a builder is called multiple times for a given target, ↵Steven Knight2002-05-061-1/+12
| | | | unless the builder is marked as multicall safe. (Anthony Roach)
* Add Append() and Replace() functions. (Zed Shaw)Steven Knight2002-05-061-3/+23
|