summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Build: don't use an intermediate scons-doc.tar file.Steven Knight2002-05-021-8/+5
|
* Add a Split() function (like argmunge()) in anticipation of removing the ↵Steven Knight2002-05-021-17/+77
| | | | automatic white-space splitting from Builders in 0.08.
* Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument ↵Steven Knight2002-05-021-3/+9
| | | | to command generators. (Charles Crain)
* Doc and README/RELEASE updates in preparation for eventual 0.07 release. ↵Steven Knight2002-04-292-274/+230
| | | | (Later this week?)
* Build patches for IRIX. (Chad Austin)Steven Knight2002-04-231-5/+8
|
* Shared library test fixes. (Charles Crain)Steven Knight2002-04-161-0/+1
|
* Big change for shared libraries and a bunch of other flexibility. (Charles ↵Steven Knight2002-04-151-45/+259
| | | | Crain)
* Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)Steven Knight2002-04-111-2/+22
|
* Change to SConscript directory when reading it. (Steve Leblanc)Steven Knight2002-04-111-0/+22
|
* Add abspath construction variable modifier and variable (Anthony Roach)Steven Knight2002-04-111-0/+9
|
* Implement implicit dependency caching.Steven Knight2002-04-111-0/+8
|
* Add a better hierarchical build example from the scons-users mailing list.Steven Knight2002-04-091-0/+37
|
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-0/+11
|
* Add --debug=dtree option (Anthony Roach)Steven Knight2002-04-051-1/+8
|
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-042-28/+27
|
* Don't try to build the extremely incomplete User Guide.Steven Knight2002-03-281-3/+3
|
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-1/+3
|
* Add Fortran support.Steven Knight2002-03-281-9/+36
|
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-271-6/+80
|
* Document the ARGUMENTS dictionary for command-line args.Steven Knight2002-03-271-2/+11
|
* Eliminate build/packaging dependency on jade, jadetex and pdfjadetex.Steven Knight2002-03-271-4/+7
|
* Add WhereIs() functionality.Steven Knight2002-03-271-0/+21
|
* Add support for target Aliases.Steven Knight2002-03-251-1/+15
|
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-231-0/+23
|
* Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)Steven Knight2002-03-221-0/+6
|
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-3/+10
|
* Add a --profile=file option.Steven Knight2002-03-121-0/+7
|
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-121-2/+11
|
* Add a CXXFile builder to turn .ll and .yy files into .cc.Steven Knight2002-03-071-5/+24
|
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-071-0/+8
|
* Add RANLIB, and check for the existence of 'ranlib' before adding it to the ↵Steven Knight2002-03-021-2/+8
| | | | default ARCOM.
* Document LIBS, fix a typo.Steven Knight2002-02-271-1/+7
|
* Extend SConstruct et al. to build .zip files, and to build the scons-src ↵Steven Knight2002-02-261-2/+3
| | | | package on Win32 platforms.
* Add the -q option.Steven Knight2002-02-211-7/+7
|
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-211-21/+22
|
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-201-0/+25
|
* Run HTML files through tidy (if it's available) to clean them up.Steven Knight2002-02-151-5/+15
|
* Document the minimum Python version required.Steven Knight2002-02-141-0/+19
|
* Ignore the version.sgml file when deciding whether to rebuild documentation.Steven Knight2002-02-121-2/+18
|
* Document the LIBPATH construction variable.Steven Knight2002-02-101-0/+25
|
* Lookup implicit dependencies relative to the directory of the node in which ↵Steven Knight2002-02-097-17/+80
| | | | the dependency was found.