fix LocaleGuard contstructor (3dc77280)
[ardour.git] / libs / pbd / system_exec.cc
2016-02-13 Robin Gareusand another typo in d442190b
2016-02-13 Robin Gareusfix typos in d442190b
2016-02-13 Robin Gareusslightly improved windows post-export hook support.
2016-02-13 Robin Gareussome half-baked support for windows command-arg substit...
2016-02-13 Robin Gareusamend d814acb - SystemExec/Export debugging
2016-02-13 Ben Loftisadd some debugging capability for users of SystemExec...
2015-10-23 Robin Gareusfix crash on SystemExec::Terminate
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-08-03 Robin Gareusamend e09c620; now with semicolon :)
2015-08-03 Robin Gareusfix backslashes in quotes (windows), fixes VST scan
2015-04-30 Robin Gareusadd a sanity check
2014-11-23 Robin Gareus-Wunused-function on windows
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-11 Robin Gareuspossible fix for win SystemExec::wait()
2014-07-11 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-07-11 Paul Daviscatch null vfork_exec_wrapper before it is too late
2014-07-06 Robin Gareusoptimize SystemExec::output_interposer()
2014-07-05 Colin FletcherMake $PATH search in SystemExec actually work
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Tim MayberryRename PBD::find_file_in_search_path to just PBD::find_file
2014-06-12 Colin FletcherExport dialog: tidy code, & remove some superfluous...
2014-06-12 Colin FletcherSearch $PATH for command when creating SystemExec from...
2014-06-05 Robin Gareusincrease system-exec timeouts for kill.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin Fletcherremove debug output from system_exec
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-18 Colin FletcherSystemExec: copy last argument from command line to...
2014-04-20 Robin Gareusclose stdin as first attempt to terminate process cleanly.
2014-04-20 Robin Gareusfix SystemExec for windows
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-11 Robin Gareusprototype vfork exec-wrapper.
2014-02-25 Robin Gareusfix system-exec (wait for app to start)
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-19 Robin Gareusmove SystemExec to libpbd
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-10-10 Colin FletcherAdd command-line parsing constructor to SystemExec
2013-10-07 Colin FletcherMove system_exec from gtk2_ardour/ to libs/pbd/