summaryrefslogtreecommitdiff
path: root/test/Command.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #2832 - Expand construction variables in chdir argument of BuildersGaurav Juvekar2017-05-121-2/+12
* py2/3 fix mode=r for must_match to fix win32William Deegan2017-03-121-10/+10
* fix rb/wb py2/3William Deegan2017-03-121-6/+6
* Fix for backslash being treated as an escape characterThomas Tanner2016-01-301-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-3/+1
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-1/+0
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-10/+11
* 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