summaryrefslogtreecommitdiff
path: root/libs/ardour/system_exec.cc
AgeCommit message (Collapse)Author
2016-09-13Put ARDOUR::SystemExec implementation inside ARDOUR namespace in source fileTim Mayberry
2015-08-19code consistency and hints for static analysisRobin Gareus
2014-11-24amend c4533939b9Robin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus
* ifdef unused static functions * brackets around assignment and comparision * no return statement in function returning non-void * boost concept_checks.hpp unused-local-typedefs
2014-11-13install all additional binaries in $libdirRobin Gareus
2014-07-11fatal error if vfork-exec-wrapper cannot be found (on unix systems).Robin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
saves a bit of typing and not necessary if you look at how it is used.
2014-06-17Remove unused header includesTim Mayberry
2014-05-18Add back libardour wrappers for PBD::SystemExecColin Fletcher
Add back ARDOUR::SystemExec wrapper for PBD::SystemExec, and add constructor for command line with parameter substitution.