summaryrefslogtreecommitdiff
path: root/libs/pbd/system_exec.cc
AgeCommit message (Expand)Author
2020-03-29Set thread-names (libs)Robin Gareus
2019-11-09Remove invalid error messageRobin Gareus
2019-11-09Fix child-process communication (video monitor in particular)Robin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-07-04Use exit-status macros for compatibility 2/3Robin Gareus
2019-03-26Remove extra quotes from meta-dataRobin Gareus
2019-03-07Pass stderr mode properly to vfork wrapperRobin Gareus
2019-03-05Close stderr of child processes on MacOSRobin Gareus
2019-03-05Use enum for exec stderr parameter (1/2)Robin Gareus
2019-02-26Remove unused defineRobin Gareus
2019-01-23NO-OP: whitespaceRobin Gareus
2019-01-23system-exec read: allow 1 byte for null termination -- #7715Robin Gareus
2018-11-29Fix a tiny memory-leak when calling vforkRobin Gareus
2018-11-20Prepare session-metadata export to external commandRobin Gareus
2018-11-19Fix Windows and Mac BuildsRobin Gareus
2018-11-19Add API to write raw data to child processes.Robin Gareus
2016-02-14and another typo in d442190bRobin Gareus
2016-02-14fix typos in d442190bRobin Gareus
2016-02-13slightly improved windows post-export hook support.Robin Gareus
2016-02-13some half-baked support for windows command-arg substitutionsRobin Gareus
2016-02-13amend d814acb - SystemExec/Export debuggingRobin Gareus
2016-02-12add some debugging capability for users of SystemExec. Needs review.Ben Loftis
2015-10-23fix crash on SystemExec::TerminateRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-08-03amend e09c620; now with semicolon :)Robin Gareus
2015-08-03fix backslashes in quotes (windows), fixes VST scanRobin Gareus
2015-04-30add a sanity checkRobin Gareus
2014-11-23-Wunused-function on windowsRobin Gareus
2014-07-11possible fix for win SystemExec::wait()Robin Gareus
2014-07-11catch null vfork_exec_wrapper before it is too latePaul Davis
2014-07-06optimize SystemExec::output_interposer()Robin Gareus
2014-07-05Make $PATH search in SystemExec actually workColin Fletcher
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-06-12Export dialog: tidy code, & remove some superfluous debug outputColin Fletcher
2014-06-12Search $PATH for command when creating SystemExec from command lineColin Fletcher
2014-06-05increase system-exec timeouts for kill.Robin Gareus
2014-05-19remove debug output from system_execColin Fletcher
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
2014-05-18SystemExec: copy last argument from command line to argv[]Colin Fletcher
2014-04-20close stdin as first attempt to terminate process cleanly.Robin Gareus
2014-04-20fix SystemExec for windowsRobin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-11prototype vfork exec-wrapper.Robin Gareus
2014-02-25fix system-exec (wait for app to start)Robin Gareus
2014-02-19move SystemExec to libpbdRobin Gareus
2013-10-10Add command-line parsing constructor to SystemExecColin Fletcher
2013-10-07Move system_exec from gtk2_ardour/ to libs/pbd/Colin Fletcher