summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
AgeCommit message (Expand)Author
2012-06-23Use static string in ARDOUR::user_config_directoryTim Mayberry
2012-06-23Replace use of PBD::sys::path in ARDOUR::user_config_directoryTim Mayberry
2012-06-23Simplify ardour_*_search_path functionsTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-16Ssshhhhh....Paul Davis
2012-06-09Clean up libardour tests a bit.Carl Hetherington
2012-05-19Correct error message.Carl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-08stop using STATIC_PATHS to define system search pathsPaul Davis
2012-01-09change config dir on OS X to ~/Library/Preferences/Ardour3Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-26Waf: build UI/RC files, menu files, keybinding files, and fix paths in wrappe...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-01-13Install everything to *ardour3* instead of *ardour2*.David Robillard
2007-06-27Add ARDOUR::system_data_search_path to ardour/filesystem_paths.hTim Mayberry
2007-06-27Add ARDOUR::ardour_search_path that contains the directories in the ARDOUR_PA...Tim Mayberry
2007-06-27Add ARDOUR::config_search_pathTim Mayberry
2007-06-27Rename ARDOUR::system_module_directory ARDOUR::ardour_module_directoryTim Mayberry
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-27Add ARDOUR::user_config_directory in new header ardour/filesystem_paths.hTim Mayberry