aboutsummaryrefslogtreecommitdiff
path: root/src/function/execute.cc
AgeCommit message (Collapse)Author
2014-05-25Implemented basic external "execute" functionAdrian Kummerländer
* enables execution of external programs ** second parameter is passed to stdin ** stdout is captured and returned ** based on booost::process * this was implemented to enable access to external content preprocessors such as markdown