summaryrefslogtreecommitdiff
path: root/gtk2_ardour/system_exec.cc
AgeCommit message (Expand)Author
2014-02-19move SystemExec to libpbdRobin Gareus
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep() (and remember that we need t...Paul Davis
2013-10-14'gtk2_ardour' - Harmonize usage of 'COMPILER_MINGW' and 'COMPILER_MSVC' where...John Emmas
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-07-31fix close_allv() sentinelRobin Gareus
2013-06-07close all open fd's on forkRobin Gareus
2013-06-07prefer the use of references in private static function in system_exec.ccPaul Davis
2013-06-07fix handling of returning value of ::waitpid() so that we clean up harvid cor...Paul Davis
2013-06-07Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-06-07fix ssize_t/size_t confusionPaul Davis
2013-06-07possible fix for no-shutdown of external app (ie harvid)Robin Gareus
2013-04-30zero/reset closed file-descriptorsRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10possible fix for #5441 -- ardour hangs on shutdown (trying to stop harvid/xja...Robin Gareus
2013-04-03vtl: video-monitor interactionRobin Gareus
2013-03-29vtl: amend 0c2d95b - fix possible race condition when terminating external p...Robin Gareus
2013-03-28vtl: fix possible race condition when terminating external programRobin Gareus
2013-03-28vtl: fflush stdout/in after writing to external processRobin Gareus
2013-03-28vtl: debug xjadeo communicationRobin Gareus
2013-03-13videotimlineRobin Gareus