summaryrefslogtreecommitdiffstats
path: root/test/pre-post-actions.py
Commit message (Collapse)AuthorAgeFilesLines
* Move pre- and post-actions lists from Node to Executor so expansions of ↵Steven Knight2005-05-141-173/+0
| | | | ${TARGETS[1:]} work, and the actions aren't executed multiple times.
* Win32 portability fixes.Steven Knight2005-01-031-2/+3
|
* Add a test to make sure we can Add{Pre,Post}Action() on Dir Nodes.Steven Knight2004-12-031-1/+24
|
* Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ↵Steven Knight2004-11-211-2/+2
| | | | tests, ATL include directories, intelc Tool import.
* Use a Node's environment in preference to the builder's environment.Steven Knight2004-11-101-20/+65
|
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵Steven Knight2003-09-151-1/+1
| | | | copyright notices. Fix some portability problems with new Tool files.
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-18/+42
|
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-4/+1
|
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-0/+83