summaryrefslogtreecommitdiff
path: root/libs/pbd/system_exec.cc
AgeCommit message (Expand)Author
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