summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-294-4/+89
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-296-49/+96
* Add /usr/local/scons* to sys.path.Steven Knight2001-12-292-2/+20
* Prepare for release.Steven Knight2001-12-244-16/+23
* Make Default work with subdirectories.Steven Knight2001-12-223-18/+23
* Windows NT portability fixes for tests.Steven Knight2001-12-213-5/+7
* Create the Script directorySteven Knight2001-12-216-17/+21
* Provide an error message when a command isn't found.Steven Knight2001-12-213-17/+66
* Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...Steven Knight2001-12-205-5/+23
* Forgot CHANGES.txt updates on last checkin.Steven Knight2001-12-201-0/+6
* Fix Export(), add Import() and Return()Steven Knight2001-12-204-75/+223
* Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...Steven Knight2001-12-194-5/+17
* Bug fixes from Charles Crain.Steven Knight2001-12-197-53/+130
* Fix setup.py so it doesn't require an argument.Steven Knight2001-12-173-3/+8
* Make Default() accept a nodeSteven Knight2001-12-172-4/+15
* Make SCONS_LIB_DIR actually workSteven Knight2001-12-172-1/+3
* Forgot to update the change log on the last fix (CPPPATH).Steven Knight2001-12-171-0/+2