summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-20288-293/+312
|
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-1810-58/+58
|
* Initialize the new branch.Steven Knight2003-01-179-76/+124
|
* Update Copyright years.Steven Knight2003-01-16324-331/+331
|
* Prep 0.10 for release.Steven Knight2003-01-163-17/+41
|
* Win32 portability.Steven Knight2003-01-161-4/+3
|
* Fix bug in Clean() functionality. (Steve Leblanc)Steven Knight2003-01-162-4/+21
|
* Fix scanning Aliases of nodes which have scanners. (Bug reported by Jeff ↵Steven Knight2003-01-153-0/+78
| | | | Petkau.)