summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright lines for the new year.Steven Knight2002-01-2985-86/+86
* Fix for previous Tasks change.Steven Knight2002-01-271-0/+2
* Add the Precious() method.Steven Knight2002-01-241-0/+112
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-241-0/+42
* Add the Ignore() method.Steven Knight2002-01-241-0/+96
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-232-5/+16
* Handle LIBPATH as a string (Crain).Steven Knight2002-01-231-1/+41
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-232-0/+27
* 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-181-0/+47
* Add Action() and Scanner() the list of global variables.Steven Knight2002-01-151-0/+11
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-151-0/+1
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-151-0/+45
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-121-4/+17
* Fix using a directory as Default().Steven Knight2002-01-111-5/+32
* Add command-line redirection (Charles Crain).Steven Knight2002-01-112-11/+112
* Check for the existence of lex and yacc in those tests and bail with NO RESUL...Steven Knight2002-01-114-0/+40
* Add support for lex and yacc.Steven Knight2002-01-074-0/+368
* Windows test fixesSteven Knight2001-12-303-9/+11
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-291-0/+92
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-293-21/+68
* Make Default work with subdirectories.Steven Knight2001-12-221-0/+28
* Windows NT portability fixes for tests.Steven Knight2001-12-213-9/+9
* Create the Script directorySteven Knight2001-12-212-8/+8
* Provide an error message when a command isn't found.Steven Knight2001-12-211-0/+86
* Fix Export(), add Import() and Return()Steven Knight2001-12-205-6/+105
* Bug fixes from Charles Crain.Steven Knight2001-12-192-7/+47
* Make Default() accept a nodeSteven Knight2001-12-171-2/+14
* Make SCONS_LIB_DIR actually workSteven Knight2001-12-171-0/+50
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-155-3/+210
* Rework implicit dependency scanning for relative CPPPATH values.Steven Knight2001-12-111-22/+61
* Fix problems with Python callable objects as Builder actions, the associated ...Steven Knight2001-12-072-14/+20
* More NT portability in the tests.Steven Knight2001-11-2911-130/+161
* Detect dependency cyclesSteven Knight2001-11-281-0/+58
* Change packaging to the new /usr/lib/scons/ schemeSteven Knight2001-11-281-1/+3
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-272-4/+4
* More NT portability fixes.Steven Knight2001-11-248-53/+69
* Complete CPPPATH work.Steven Knight2001-11-221-8/+32
* Gracefully handle the case where a .sconsign file can't be writtenSteven Knight2001-11-211-0/+60
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-203-12/+67
* Rebuild in response to a changed build command.Steven Knight2001-11-022-1/+123
* Make the (s) and variables upper-case.Steven Knight2001-10-3116-31/+31
* Handle SConscript files in subdirectories.Steven Knight2001-10-294-20/+14
* Fix a number of small problems in tests.Steven Knight2001-10-286-9/+28
* Fix a signature calculation bug.Steven Knight2001-10-261-2/+70
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-261-1/+1
* Support building (sub)directories.Steven Knight2001-10-255-20/+80
* Add -k support and moreSteven Knight2001-10-243-10/+12
* Composite Builder and related changes from Charles Crain.Steven Knight2001-10-181-10/+14
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-1717-88/+130