summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-039-6/+197
|
* Push files to the CacheDir() before calling the superclass built() method, ↵Steven Knight2003-03-034-7/+176
| | | | which may clear the build signature.
* Don't eat scanner exceptions.Steven Knight2003-03-035-19/+182
|
* Set STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME for masm.Steven Knight2003-03-021-0/+1
|
* Fix using more than two targets or sources in a list.Steven Knight2003-03-026-6/+220
|
* Better documentation of exporting variables to SConscript files.Steven Knight2003-02-282-8/+43
|
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-2610-29/+115
| | | | to SConscript(). (Charles Crain)
* Add SharedObject() support to masm. (Lachlan O'Dea)Steven Knight2003-02-262-0/+6
|
* Finish Tar builder support, add Zip builder support.Steven Knight2003-02-268-11/+344
|
* Add support for Perforce. (Charles Crain)Steven Knight2003-02-256-1/+325
|
* Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment.Steven Knight2003-02-226-7/+72
|
* Fix Install test portability by converting an OSError when we prepare a ↵Steven Knight2003-02-223-2/+9
| | | | target file by unlinking it into a BuildError.
* Make SCons.Util.to_String() more efficient.Steven Knight2003-02-222-9/+14
|
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-2113-41/+333
|
* Really remove the deprecated name attribute from Builders.Steven Knight2003-02-203-73/+47
|
* Add support for fetching files from rcs.Steven Knight2003-02-1821-11/+1363
|
* Remove deprecated features.Steven Knight2003-02-126-48/+25
|
* Make the Install() method copy files (by default).Steven Knight2003-02-125-64/+106
|
* Initialize the 0.12 branchSteven Knight2003-02-119-110/+78
|
* Prepare for release.Steven Knight2003-02-117-34/+51
|
* Fix some performance problems with the --implicit-cache option. (Anthony Roach)Steven Knight2003-02-114-34/+60
|
* Disable annotation of nodes with the calling stack frame.Steven Knight2003-02-111-2/+5
|
* Fix the scons.bat file for the new library packaging.Steven Knight2003-02-101-2/+2
|
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-108-3/+66
|
* Fix the Win32 installer package.Steven Knight2003-02-101-4/+6
|
* Support more intuitive build directory specifications as arguments to ↵Steven Knight2003-02-104-21/+322
| | | | SConscript().
* Annotate objects with their creation SConscript and line.Steven Knight2003-02-094-2/+58
|
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-085-3/+98
|
* Fix the last DESCRIPTION paragraph about default Tool selection.Steven Knight2003-02-082-10/+35
|
* More User's Guide edits.Steven Knight2003-02-088-87/+426
|
* Add a patch to help many systems terminate on interrupt. (Michael Cook)Steven Knight2003-02-073-3/+19
|
* Fix case-sensitive packaging problem on Win32.Steven Knight2003-02-078-76/+434
|
* Checkin of in-progress work on the User Guide.Steven Knight2003-02-0633-120/+4048
|
* Add the --random option.Steven Knight2003-02-066-46/+127
|
* Change the default behavior when no arguments are specified to building ↵Steven Knight2003-02-058-33/+130
| | | | everything in (or below) the current directory.
* Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)Steven Knight2003-02-043-8/+15
|
* Add CacheDir support.Steven Knight2003-02-0317-89/+877
|
* Add a strfunction() to Command actions, and add an env argument to the ↵Steven Knight2003-02-027-20/+89
| | | | FunctionAction.strfunction().
* Win32 portability.Steven Knight2003-01-304-14/+27
|
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-2912-3/+344
|
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-277-15/+270
|
* PharLap follow-on patch. (Charles Crain)Steven Knight2003-01-252-3/+18
|
* Fix a bug when -c is used with -n. (Steve Leblanc)Steven Knight2003-01-253-2/+18
|
* Fix adding a prefix when the target isn't specified.Steven Knight2003-01-253-1/+10
|
* Fix how BUILDERS are updated.Steven Knight2003-01-256-125/+232
|
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-2210-3/+697
|
* Minor fixes: CR-LF in scons.bat file, remove old name keyword from Builder doc.Steven Knight2003-01-222-5/+7
|
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-214-13/+34
|
* Generate the file list in the RPM .spec file.Steven Knight2003-01-213-195/+102
|
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-209-4/+392
|