summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LINKFLAGS support.Steven Knight2001-10-122-4/+80
* Add tests and support for and .Steven Knight2001-10-122-9/+47
* Implement special variable substitution.Steven Knight2001-10-1115-30/+30
* Add the Library() method.Steven Knight2001-10-112-6/+11
* Add -i (ignore errors) supportSteven Knight2001-10-101-10/+15
* Add support for -c (clean targets).Steven Knight2001-10-091-10/+10
* Updating licensing.Steven Knight2001-10-0367-2/+1474
* Add the Command() method.Steven Knight2001-10-021-5/+4
* Handle build errors.Steven Knight2001-10-022-0/+85
* Pass in the signature Calculator to the Taskmaster.Steven Knight2001-10-011-0/+44
* Add support for multi-command Builders and Actions.Steven Knight2001-09-291-0/+41
* Don't use Program() on some tests that don't need it.Steven Knight2001-09-292-93/+73
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-296-9/+14