summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the Python 10 paper to the CVS repository now that it's beenSteven Knight2002-02-0616-3/+2638
* 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-057-23/+31
* 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-045-8/+15
* Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)Steven Knight2002-02-041-2/+4
* Finally, eat our own dog food: start using SCons to build its own packages.Steven Knight2002-02-045-12/+25
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-035-19/+262
* 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 sys.stder...Steven Knight2002-01-312-0/+16
* Remove left-over debug prints in test/subdir.py.Steven Knight2002-01-311-2/+0
* Allow libraries to specified as source files on the command line.Steven Knight2002-01-315-13/+27
* Initialize new branch.Steven Knight2002-01-316-35/+42
* Prepare for release 0.04.Steven Knight2002-01-3012-59/+357
* 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
* Update Copyright lines for the new year.Steven Knight2002-01-29144-205/+270
* Fix SCon{struct,script} files to build SCons with itself.Steven Knight2002-01-292-44/+58
* 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-273-16/+44
* Fix for previous Tasks change.Steven Knight2002-01-273-9/+15
* Only execute an Action once for a List of targets.Steven Knight2002-01-265-95/+232
* Add the Precious() method.Steven Knight2002-01-248-6/+175
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-245-11/+87
* Fix the Multiple Variants example in the man page.Steven Knight2002-01-242-3/+4
* Add the Ignore() method.Steven Knight2002-01-247-3/+174
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-235-6/+44
* Handle LIBPATH as a string (Crain).Steven Knight2002-01-234-3/+60
* Fix binary file signatures on Win32 (Crain).Steven Knight2002-01-232-1/+8
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-2312-20/+163
* Make the C Scanner always return the dependencies sorted, so order difference...Steven Knight2002-01-233-10/+24
* Windows NT portability in the ARGUMENTS.py test.Steven Knight2002-01-191-1/+1
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-185-13/+80
* Add examples of using Library, LIBS, and LIBPATH.Steven Knight2002-01-172-0/+17
* Remove the Wrapper class in between the Walker and Node.Steven Knight2002-01-172-15/+12
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-157-162/+124
* Add Action() and Scanner() the list of global variables.Steven Knight2002-01-153-16/+33
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-1523-0/+921
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-158-13/+135
* Fix things on the man page.Steven Knight2002-01-152-428/+453
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-124-8/+25
* Fix using a directory as Default().Steven Knight2002-01-113-6/+41
* Initialize the new branch.Steven Knight2002-01-116-35/+72
* Prepare for release.Steven Knight2002-01-114-9/+11
* Add command-line redirection (Charles Crain).Steven Knight2002-01-1110-35/+235
* Check for the existence of lex and yacc in those tests and bail with NO RESUL...Steven Knight2002-01-116-14/+69
* Fix improper initialization of a UserString (Charles Crain).Steven Knight2002-01-111-1/+1
* Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...Steven Knight2002-01-112-51/+54