summaryrefslogtreecommitdiffstats
path: root/test/SConscript.py
Commit message (Expand)AuthorAgeFilesLines
* Handle moved SCons source tree. (Kevin Quick)Steven Knight2004-11-111-23/+23
* Fix use of a list of SConscript files when calling env.SConscript().Steven Knight2004-09-291-0/+7
* Make env.SConscript() expand dirs names.Steven Knight2004-05-251-7/+25
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-211-0/+10
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-0/+21
* Don't Split() SConscript file name strings on white space.Steven Knight2003-07-311-22/+40
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
* Fix Import('*')Steven Knight2003-06-131-0/+2
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-201-0/+130
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-1/+2
* Provide a message if there are no command-line targets specified and no Defau...Steven Knight2002-08-311-1/+3
* Changes from Charles Crain.Steven Knight2002-06-051-2/+2
* Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati...Steven Knight2002-04-291-0/+37
* Fix importing of modules from the SConscript directory (Anthony Roach)Steven Knight2002-04-161-0/+6
* Allow the exported variables in an SConscript() call to be a UserList, too.Steven Knight2002-02-101-1/+15
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add Action() and Scanner() the list of global variables.Steven Knight2002-01-151-0/+11
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-0/+9
* Fix Export(), add Import() and Return()Steven Knight2001-12-201-1/+90
* Handle SConscript files in subdirectories.Steven Knight2001-10-291-1/+1
* Updating licensing.Steven Knight2001-10-031-0/+22
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Add more information error reporting from tests.Steven Knight2001-09-161-2/+1
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-4/+2
* Clean up tests.Steven Knight2001-08-141-0/+28