summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Cygwin shared library support (use .dll not .so). (Chad Austin)Steven Knight2003-04-092-2/+10
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-097-30/+164
* Enhance Java support for package names that don't match the source directory ...Steven Knight2003-04-083-42/+169
* Java!Steven Knight2003-04-0610-2/+764
* Initialize the new branch.Steven Knight2003-04-029-64/+79
* Prepare 0.13 for release.Steven Knight2003-04-013-7/+3
* More User's Guide updates.Steven Knight2003-03-316-35/+131
* 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-287-76/+41
* Fix setupTests.py.Steven Knight2003-03-282-3/+3
* Prepare for release, more doc patches, one portability fix.Steven Knight2003-03-285-6/+29
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-289-28/+138
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-272-45/+73
* Man page fixes.Steven Knight2003-03-272-10/+11
* Clean-ups in preparation for release: doc and comment changes, comment out S...Steven Knight2003-03-265-55/+62
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-268-43/+208
* Branch for in-progress User's Guide changes.Steven Knight2003-03-2541-987/+3379
* Fix -U when no Default() targets are specified.Steven Knight2003-03-233-3/+22
* Fix man page doc of the tool function.Steven Knight2003-03-232-2/+3
* Check out files from various source code systems properly.Steven Knight2003-03-2211-197/+393
* 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-2215-142/+374
* 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-154-13/+44
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-147-26/+154
* 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-1317-431/+527
* Fix the new signature dictionary so it handles slices and attributes such as ...Steven Knight2003-03-123-34/+134
* Fix broken examples of quoted lists of source files.Steven Knight2003-03-101-4/+6
* Win32 portability.Steven Knight2003-03-091-3/+10
* 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, wh...Steven Knight2003-03-034-7/+176
* 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 t...Steven Knight2003-02-2610-29/+115
* 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 targe...Steven Knight2003-02-223-2/+9
* 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