summaryrefslogtreecommitdiff
path: root/libs/pbd/search_path.cc
AgeCommit message (Expand)Author
2015-10-22Add PBD::Searchpath::contains method to check if a Searchpath contains a pathTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-08-18Fix Searchpath::operator+ to return by value rather than reference and not mo...Tim Mayberry
2014-07-08add operator-= variants for PBD::SearchpathPaul Davis
2014-06-28search-path: filter out duplicatesRobin Gareus
2014-04-11Oops - correct some typos in my previous commitJohn Emmas
2014-04-11Make sure we use the correct style of filepath separator on WindowsJohn Emmas
2014-03-02move export_search_path(), previously in gtk2_ardour/main.cc, into libs/pbdPaul Davis
2014-02-26make PBD's path-scanner OS agnostic (use glib)Robin Gareus
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-07-17Remaining changes needed for building libpdb on Windows (except for adding th...John Emmas
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-23Make PBD::SearchPath less silly/boilerplatey.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
2007-09-04Rename PBD::SearchPath::get_string to PBD::SearchPath::to_stringTim Mayberry
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-07Remove two unused temporary variables from SearchPath::add_subdirectory_to_pathsTim Mayberry
2007-06-07Rename SearchPath::get_search_path_string to SearchPath::get_stringTim Mayberry
2007-06-07Add SearchPath class to libpbdTim Mayberry