summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initialize the new branch.Steven Knight2003-04-023-3/+11
* Prepare 0.13 for release.Steven Knight2003-04-012-6/+2
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...Steven Knight2003-03-305-19/+50
* Initialize the new branch.Steven Knight2003-03-283-59/+15
* Fix setupTests.py.Steven Knight2003-03-281-1/+1
* Prepare for release, more doc patches, one portability fix.Steven Knight2003-03-283-4/+16
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-287-26/+125
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-271-1/+7
* Man page fixes.Steven Knight2003-03-271-2/+3
* Clean-ups in preparation for release: doc and comment changes, comment out S...Steven Knight2003-03-263-4/+8
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-267-12/+117
* Fix -U when no Default() targets are specified.Steven Knight2003-03-232-1/+7
* Fix man page doc of the tool function.Steven Knight2003-03-231-1/+2
* Check out files from various source code systems properly.Steven Knight2003-03-226-29/+27
* Remove an unnecessary .aeignore file in an abandoned subdirectory.Steven Knight2003-03-221-5/+0
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-2212-104/+210
* Fix two bugs in CacheDir handling. (Jeff Petkau)Steven Knight2003-03-154-9/+70
* Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ...Steven Knight2003-03-153-2/+23
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-145-16/+54
* Fix WhereIs() to return a normalized path. (Lachlan O'Dea)Steven Knight2003-03-143-10/+18
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-1315-430/+477
* Fix the new signature dictionary so it handles slices and attributes such as ...Steven Knight2003-03-123-34/+134
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-037-6/+46
* Push files to the CacheDir() before calling the superclass built() method, wh...Steven Knight2003-03-033-3/+29
* Don't eat scanner exceptions.Steven Knight2003-03-034-19/+70
* 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-281-0/+3
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-267-27/+94
* 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-265-5/+97
* Add support for Perforce. (Charles Crain)Steven Knight2003-02-254-1/+94
* Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment.Steven Knight2003-02-225-7/+49
* Fix Install test portability by converting an OSError when we prepare a targe...Steven Knight2003-02-222-1/+8
* 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-218-6/+53
* Really remove the deprecated name attribute from Builders.Steven Knight2003-02-203-73/+47
* Add support for fetching files from rcs.Steven Knight2003-02-1815-9/+450
* Remove deprecated features.Steven Knight2003-02-124-28/+3
* Make the Install() method copy files (by default).Steven Knight2003-02-123-2/+29
* Initialize the 0.12 branchSteven Knight2003-02-113-46/+8
* Prepare for release.Steven Knight2003-02-113-25/+35
* 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-105-3/+63
* Fix the Win32 installer package.Steven Knight2003-02-101-4/+6
* Support more intuitive build directory specifications as arguments to SConscr...Steven Knight2003-02-102-4/+21
* Annotate objects with their creation SConscript and line.Steven Knight2003-02-094-2/+58
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-084-3/+10