summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make the C Scanner always return the dependencies sorted, so order difference...Steven Knight2002-01-233-10/+24
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-183-3/+20
* Add examples of using Library, LIBS, and LIBPATH.Steven Knight2002-01-171-0/+2
* 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-152-16/+22
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-157-0/+7
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-156-9/+48
* Fix things on the man page.Steven Knight2002-01-151-0/+5
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-122-3/+4
* Fix using a directory as Default().Steven Knight2002-01-112-1/+9
* Prepare for release.Steven Knight2002-01-112-8/+8
* Add command-line redirection (Charles Crain).Steven Knight2002-01-115-21/+96
* Check for the existence of lex and yacc in those tests and bail with NO RESUL...Steven Knight2002-01-111-2/+3
* 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
* Add the InstallAs() method (Charles Crain).Steven Knight2002-01-113-1/+25
* Fix bug 494991Steven Knight2002-01-103-53/+76
* In the Object Builder, use a single Action instance for all of the C++ file s...Steven Knight2002-01-102-6/+12
* Split Action objects into their own module.Steven Knight2002-01-096-251/+478
* Collect common type-checking logic in SCons.Util.Steven Knight2002-01-085-58/+93
* Document fixes for 0.02 man page omissisions.Steven Knight2002-01-081-0/+4
* Add support for lex and yacc.Steven Knight2002-01-074-36/+76
* Refactor BuilderBase.__call__() to separate node creation from attribute init...Steven Knight2002-01-052-2/+18
* Allow Builder objects to have both an action and a src_builder.Steven Knight2002-01-053-16/+86
* Signature performance improvements (Charles Crain).Steven Knight2002-01-033-3/+36
* Refactor CompositeBuilder initialization.Steven Knight2002-01-032-14/+8
* Node.FS performance improvements (Charles Crain).Steven Knight2002-01-021-4/+12
* Append suffixes to white-space separated source files that don't have suffixes.Steven Knight2002-01-023-1/+39
* Forgot to credit Anthony in CHANGES.txt for the performance improvements last...Steven Knight2001-12-311-0/+11
* General performance tweaksSteven Knight2001-12-318-165/+142
* Finish MSVC supportSteven Knight2001-12-302-43/+189
* Fix race condition with --debug=tree and -jSteven Knight2001-12-301-6/+9