summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Steven Knight2002-12-191-52/+280
| | | | moving exception handling into the Taskmaster.Task class.
* Refactor action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-171-16/+48
| | | | Taskmaster.Task class, not Node.build().
* 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 ↵Steven Knight2002-05-021-3/+4
| | | | to command generators. (Charles Crain)
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-7/+48
|
* Big change for shared libraries and a bunch of other flexibility. (Charles ↵Steven Knight2002-04-151-17/+46
| | | | Crain)
* 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. ↵Steven Knight2002-04-051-2/+8
| | | | (Charles Crain)
* 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