summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Action.py
Commit message (Expand)AuthorAgeFilesLines
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-59/+66
* Add abspath construction variable modifier and variable (Anthony Roach)Steven Knight2002-04-111-2/+4
* Clean up how the Environment dictionary is passed to function Actions. (Charl...Steven Knight2002-04-051-1/+33
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-3/+0
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-7/+6
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-081-4/+21
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-201-1/+57
* Put quotes around arguments that contain white space, for appearance and for ...Steven Knight2002-01-291-3/+13
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-5/+21
* Add command-line redirection (Charles Crain).Steven Knight2002-01-111-12/+61
* Split Action objects into their own module.Steven Knight2002-01-091-0/+281