summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
Commit message (Expand)AuthorAgeFilesLines
* Make CommandGenerationAction able to handle subsidiary actions with no strfun...Steven Knight2004-05-041-0/+7
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-89/+104
* Support use of strfunction() with all kinds of Action objects.Steven Knight2004-04-281-45/+137
* Test fixes for Python 2.3.3 on Win32. (Anthony Roach)Steven Knight2004-04-281-20/+43
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-1/+105
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-1/+72
* Make the new --debug=presub option work for LazyCommandGenerators. (Gary Obe...Steven Knight2004-04-031-2/+51
* Fix Command() when not called through an Environment.Steven Knight2004-04-021-1/+13
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-83/+103
* 1.5.2 portability.Steven Knight2004-02-281-4/+2
* Refactor variable substitution for more scalable expansion of , etc.Steven Knight2004-01-201-85/+45
* Refactor construction variable expansion to handle recursive substitution of ...Steven Knight2004-01-051-54/+119
* More Environment method conversions:Steven Knight2003-10-131-7/+0
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-14/+18
* Fix a problem when using --cache-show.Steven Knight2003-07-231-0/+33
* Avoid hangs on POSIX systems when reading a lot of output from a piped commnd...Steven Knight2003-07-221-23/+51
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-4/+32
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-6/+12
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-38/+61
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-1/+17
* Evaluate Action varlists when calculating signatures. (Steve Christensen)Steven Knight2003-04-271-1/+10
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-12/+48
* 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