summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
Commit message (Expand)AuthorAgeFilesLines
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-62/+33
* Fix using more than two targets or sources in a list.Steven Knight2003-03-021-1/+101
* Add CacheDir support.Steven Knight2003-02-031-0/+24
* Add a strfunction() to Command actions, and add an env argument to the Functi...Steven Knight2003-02-021-1/+35
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-0/+77
* 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/+4
* Change the Action object execute() methods to __call__() methods.Steven Knight2002-12-281-27/+25
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-6/+45
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-52/+280
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-16/+48
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-251-15/+21
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-2/+19
* Win32 test portability.Steven Knight2002-10-181-19/+36
* Fix some file headers. (Charles Crain)Steven Knight2002-10-151-1/+1
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-1/+2
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-23/+36
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-1/+3
* Repository support (first cut).Steven Knight2002-07-171-0/+14
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-3/+9
* Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...Steven Knight2002-05-021-3/+4
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-7/+48
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-17/+46
* Add abspath construction variable modifier and variable (Anthony Roach)Steven Knight2002-04-111-0/+3
* Clean up how the Environment dictionary is passed to function Actions. (Charl...Steven Knight2002-04-051-2/+8
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-2/+6
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-081-3/+15
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-201-0/+36
* Add preliminary support for Unicode strings.Steven Knight2002-02-171-10/+13
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-2/+9
* Add command-line redirection (Charles Crain).Steven Knight2002-01-111-0/+17
* Split Action objects into their own module.Steven Knight2002-01-091-0/+190