summaryrefslogtreecommitdiff
path: root/test/Command.py
Commit message (Expand)AuthorAgeFilesLines
* Support override expansions within target and source files names.Steven Knight2004-11-141-0/+5
* Win32 portability fixes for tests.Steven Knight2004-10-091-1/+1
* Better Command() test coverage. (Kevin Quick)Steven Knight2004-10-071-8/+13
* Fix Command() when not called through an Environment.Steven Knight2004-04-021-4/+11
* Fix the Command() global function when the action is a command-line string.Steven Knight2004-03-311-6/+10
* Support passing arbitrary environment override keywords to Command().Steven Knight2004-03-161-0/+7
* Make a Clean() environment method. Add global functions for AlwaysBuild(), C...Steven Knight2003-09-101-1/+1
* Allow Command() to take directories as sources.Steven Knight2003-07-261-2/+21
* 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
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-2/+2
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-2/+2
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Fix problems with Python callable objects as Builder actions, the associated ...Steven Knight2001-12-071-3/+9
* Make the (s) and variables upper-case.Steven Knight2001-10-311-4/+4
* Support building (sub)directories.Steven Knight2001-10-251-2/+1
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-7/+10
* Implement special variable substitution.Steven Knight2001-10-111-4/+4
* Updating licensing.Steven Knight2001-10-031-1/+22
* Add the Command() method.Steven Knight2001-10-021-5/+4
* Add additional tests to provide more examples.Steven Knight2001-09-211-0/+44