]> git.tdb.fi Git - builder.git/history - source/externaltask.h
Support redirecting ExternalTask's stdin/stdout from/to a file
[builder.git] / source / externaltask.h
2014-10-09 Mikko RasaSupport redirecting ExternalTask's stdin/stdout from...
2014-10-08 Mikko RasaRewrite ExternalTask to use Msp::Process
2012-07-19 Mikko RasaDocument Task and ExternalTask methods
2012-07-19 Mikko RasaMake wait applicable to all task types
2012-07-15 Mikko RasaBe more efficient when running commands synchronously
2012-07-15 Mikko RasaUtility function for capturing command output
2012-07-10 Mikko RasaDocument a lot of classes and functions
2012-07-08 Mikko RasaAllow omitting workdir in ExternalTask constructor...
2012-07-08 Mikko RasaUse a typedef for ExternalTask arguments
2012-07-08 Mikko RasaAdd support for capturing output in ExternalTask
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 RasaBig rewrite for a more tool-centric approach