summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Extend SConstruct et al. to build .zip files, and to build the scons-src ↵Steven Knight2002-02-262-3/+12
| | | | package on Win32 platforms.
* Initialize the new branch.Steven Knight2002-02-251-0/+4
|
* Prepare for release 0.05.Steven Knight2002-02-223-9/+19
|
* Add the -q option.Steven Knight2002-02-213-2/+18
|
* Fix the --debug=pdb option on Windows.Steven Knight2002-02-212-9/+9
|
* Remove all built targets even if some don't exist.Steven Knight2002-02-212-3/+13
|
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-214-24/+76
|
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-204-1/+109
|
* Remove left-over dir argument from get_contents() calls. (Anthony Roach)Steven Knight2002-02-202-2/+2
|
* Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return ↵Steven Knight2002-02-183-0/+40
| | | | any children if the node itself has already been visited.
* Add preliminary support for Unicode strings.Steven Knight2002-02-176-19/+79
|
* Run HTML files through tidy (if it's available) to clean them up.Steven Knight2002-02-151-0/+2
|
* Document the minimum Python version required.Steven Knight2002-02-141-0/+14
|
* Fix new .sconsign file write-logic portability to Windows NT.Steven Knight2002-02-141-1/+8
|
* Install the man page in the Debian package.Steven Knight2002-02-131-0/+2
|
* Filter out a file's ignore list from all of its dependencies, direct or ↵Steven Knight2002-02-126-8/+53
| | | | indirect.
* Document the LIBPATH construction variable.Steven Knight2002-02-101-0/+3
|
* Allow the exported variables in an SConscript() call to be a UserList, too.Steven Knight2002-02-102-4/+9
|
* WIN32 portability in tests.Steven Knight2002-02-101-0/+2
|
* Create all of the directories for a target list before trying to build the ↵Steven Knight2002-02-1010-24/+75
| | | | targets.
* Fix variable interpolation with spaces, and problems with the WIN32 ↵Steven Knight2002-02-094-30/+90
| | | | environment (Charles Crain).
* Make writing a .sconsign more robust by writing to a temporary file first ↵Steven Knight2002-02-092-5/+30
| | | | and renaming it.
* Lookup implicit dependencies relative to the directory of the node in which ↵Steven Knight2002-02-092-1/+7
| | | | the dependency was found.
* Bring CVS in sync with Aegis: Add missing .aeignore files.Steven Knight2002-02-062-0/+10
|
* More performance optimizations (Charles Crain)Steven Knight2002-02-054-20/+44
|
* Make scons return a failure code when a Builder fails (Anthony Roach)Steven Knight2002-02-051-2/+5
|
* Forgot CHANGES.txt updates on the last two checkins.Steven Knight2002-02-041-0/+8
|
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-1/+4
|
* Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)Steven Knight2002-02-041-2/+4
|
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-033-12/+31
|
* Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)Steven Knight2002-01-312-0/+19
|
* Flush sys.stdout after every write() so it intermixes properly with ↵Steven Knight2002-01-312-0/+16
| | | | sys.stderr when redirected.
* Allow libraries to specified as source files on the command line.Steven Knight2002-01-313-10/+22
|
* Prepare for release 0.04.Steven Knight2002-01-303-11/+20
|
* Support installation in arbitrary --prefix values.Steven Knight2002-01-302-4/+24
|
* Put quotes around arguments that contain white space, for appearance and for ↵Steven Knight2002-01-291-3/+13
| | | | Windows NT portabilitiy.
* Update Copyright lines for the new year.Steven Knight2002-01-2946-47/+47
|
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-296-25/+20
|
* Fix so Nodes don't get removed by ListBuilder after they're built.Steven Knight2002-01-282-9/+66
|
* Add a --debug=pdb option to run SCons under the Python debugger.Steven Knight2002-01-272-1/+17
|
* Fix for previous Tasks change.Steven Knight2002-01-272-9/+13
|
* Only execute an Action once for a List of targets.Steven Knight2002-01-265-95/+232
|
* Add the Precious() method.Steven Knight2002-01-247-6/+63
|
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-244-11/+45
|
* Fix the Multiple Variants example in the man page.Steven Knight2002-01-241-1/+2
|
* Add the Ignore() method.Steven Knight2002-01-245-3/+67
|
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-233-1/+28
|
* Handle LIBPATH as a string (Crain).Steven Knight2002-01-233-2/+19
|
* Fix binary file signatures on Win32 (Crain).Steven Knight2002-01-232-1/+8
|
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-239-20/+94
|