summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/search_path.h
AgeCommit message (Expand)Author
2015-10-22Add PBD::Searchpath::contains method to check if a Searchpath contains a pathTim Mayberry
2015-10-22Expose protected PBD::Searchpath APITim 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-03-08Add a couple of visibility specifiers that were missingJohn Emmas
2014-03-08Use LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API where appropriateJohn Emmas
2014-03-02move export_search_path(), previously in gtk2_ardour/main.cc, into libs/pbdPaul Davis
2014-03-01fix use of export macros to work with mingw(64)Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-01'libs/pbd' - DLL visibility stuff and associated changes needed for building ...John Emmas
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-16add export visibility control to libpbd (works thus far on linux/gcc)Paul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-03-13NOOP - pre videotimline cleanupRobin Gareus
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2011-05-23Assorted doxygen fixes; no functional changes.Carl Hetherington
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-07Rename SearchPath::get_search_path_string to SearchPath::get_stringTim Mayberry
2007-06-07Add SearchPath class to libpbdTim Mayberry