summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 SConscr...Steven Knight2003-02-104-21/+322
* 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 every...Steven Knight2003-02-058-33/+130
* 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 Functi...Steven Knight2003-02-027-20/+89
* 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 Pet...Steven Knight2003-01-153-0/+78
* Necessary changes towards supporting Jython.Steven Knight2003-01-1579-92/+124
* Add .def file support to the mingw tool. (Anthony Roach)Steven Knight2003-01-152-1/+29
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-147-6/+73
* Fix bug removing symbolic links. (Steve Leblanc)Steven Knight2003-01-144-3/+42
* Test improvements suggested by Charles Crain.Steven Knight2003-01-134-66/+152
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-1222-37/+110
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-1213-108/+286
* More Win32 test portability.Steven Knight2003-01-111-4/+19
* Win32 portability.Steven Knight2003-01-092-4/+6
* Better initial explanation of SConscript files; fix a misformatted table in t...Steven Knight2003-01-092-3/+22
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-0911-62/+503
* Fix files with the same name as subdirs.Steven Knight2003-01-075-33/+103