]> git.tdb.fi Git - builder.git/history - source/externaltask.cpp
Support redirecting ExternalTask's stdin/stdout from/to a file
[builder.git] / source / externaltask.cpp
2014-10-09 Mikko RasaSupport redirecting ExternalTask's stdin/stdout from...
2014-10-08 Mikko RasaRewrite ExternalTask to use Msp::Process
2012-07-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-15 Mikko RasaBe more efficient when running commands synchronously
2012-07-15 Mikko RasaUtility function for capturing command output
2012-07-08 Mikko RasaAdd support for capturing output in ExternalTask
2012-07-08 Mikko RasaUse a unique exit_code value to indicate fork failure
2012-07-08 Mikko RasaGive tasks the ability to return the relevant shell...
2012-07-08 Mikko RasaDon't start tasks automatically upon creation
2012-07-08 Mikko RasaAdd missing headers
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach