summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Action.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed "communicate()" interface in Action._subproc()ptomulik2014-03-131-1/+1
* Merged in dirkbaechle/scons (pull request #92)William Deegan2013-10-271-1/+2
|\
| * Correctly fix bug #2903, failure to rebuild when linker options change.Gary Oberbrunner2013-10-271-1/+2
* | - now counting instances only when requested via --debug=countDirk Baechle2013-10-251-5/+6
|/
* Fix incorrect UserError usageRichard Quirk2011-12-241-1/+1
* Fix #2685, UnicodeDecodeError with Copy and non-ASCII filenames.Gary Oberbrunner2011-03-111-2/+12
* Make Action+None and None+Action work as expected (silently ignore the None a...Gary Oberbrunner2011-02-271-2/+8
* Initial Migration of MSVC logic from 1.3 branch.William Deegan2010-06-031-2/+2
* Convert the old-style classes in Action.py to new-style classes.Steven Knight2010-05-131-6/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-10/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-091-3/+6
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-53/+45
* Fix use of varlist in CommandGeneratorAction, ListAction and LazyActionSteven Knight2010-01-141-1/+17
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Detect implicit command dependencies even when the command is quoted.Steven Knight2009-01-201-1/+8
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-40/+120
* Issue 2267, fix use of uninitialized variableGreg Noel2008-12-061-6/+6
* Issue 2228: discard stderr by using os.devnullGreg Noel2008-11-091-4/+12
* Fix uncaught KeyboardInterrupt.Steven Knight2008-10-311-0/+2
* Fix calling Exit() from within a Python function action, so that it getsSteven Knight2008-10-311-0/+2
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-23/+30
* fix bug in SCons.Action._subprocGreg Noel2008-10-081-16/+16
* Issue 2166, refactor Action() factory to make positional parameters consistentGreg Noel2008-10-041-143/+194
* make references to subprocess.Popen synchronousGreg Noel2008-09-221-2/+2
* Call str() on the string values of environment variables used by theSteven Knight2008-09-201-1/+3
* Add common subproc function and modify routines to use itGreg Noel2008-09-121-2/+59
* Merged revisions 3057-3059,3061-3264 via svnmerge fromSteven Knight2008-08-091-0/+3
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-2/+11
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-2/+5
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-6/+13
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-37/+148
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-7/+30
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-2/+30
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-0/+2
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-2/+4
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-131-3/+4
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-4/+12
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-23/+0
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-4/+33
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-251-1/+9
* Handle FunctionAction signatures when the function is an object method.Steven Knight2005-11-161-9/+20
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-091-3/+3
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-2/+4
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-3/+5
* Avoid rebuilds when otherwise unmodified Python function Actions move within ...Steven Knight2005-05-081-0/+30
* Refactor Executor creation from Builders to Actions to set up better for batc...Steven Knight2005-04-271-0/+5