summaryrefslogtreecommitdiff
path: root/libs/ardour/search_paths.cc
AgeCommit message (Expand)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
2014-11-23fix/silence various compiler warnings.Robin Gareus
2014-11-23use NULL not 0 for c-functions (even in c++ code)Robin Gareus
2014-03-10Move 'template_search_path()' and 'route_template_search_path()' into 'libs/a...John Emmas
2014-03-10Transfer 'vst_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'panner_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'lv2_bundled_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'ladspa_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'export_formats_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'control_protocol_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Create 'libs/ardour/search_paths.cc/.h' and transfer backend_search_path() t...John Emmas