summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-08-13Add PBD::init and PBD::cleanupTim Mayberry
2013-07-29Proper OSX/CLANG/CXX11 support in stl_delete.hMichael Fisher
2013-07-28fix compiler warnings.Robin Gareus
2013-07-15Temporary OSX/Clang/C++11 workaroundMichael R. Fisher
2013-04-22Fix license in fastlog.Adrian Knoth
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-20Fix guard nameJulien de Kozak
2013-03-20add missing filesPaul Davis
2013-03-20move path_expand() and search_path_expand() into libpbd, and use them to expa...Paul Davis
2013-03-17remove cruft (old cvsignore files)Robin Gareus
2013-03-13NOOP - pre videotimline cleanupRobin Gareus
2013-03-09add code to display announcements, and parameterize several URL's used in the...Paul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2012-12-16some explanatory text for CrossThreadPool, so that it is possible (maybe) to ...Paul Davis
2012-10-29fix complaints from OS X gcc about constnessPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-08-09more vst parameter related stuffPaul Davis
2012-08-09new file containing very clever code for floating point "equality" comparisonsPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-24remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in ...Paul Davis
2012-06-25Patch from johan_mattsson_m to be more graceful if thereCarl Hetherington
2012-06-23Remove unused pbd/filesystem.h/ccTim Mayberry
2012-06-23Remove unused PBD:sys::create_directory/ies functionsTim Mayberry
2012-06-23Remove PBD::sys::is_directory and use Glib equivalentTim Mayberry
2012-06-23Remove unused PBD::sys::exists functionTim Mayberry
2012-06-23Remove unused method PBD::sys::path::leafTim Mayberry
2012-06-23Remove unused method PBD::sys::path::branch_pathTim Mayberry
2012-06-23Remove unused function PBD::sys::renameTim Mayberry
2012-06-23Remove unused function PBD::sys::removeTim Mayberry
2012-06-23Remove unused function PBD::sys::basenameTim Mayberry
2012-06-23Remove unused function PBD::sys::extensionTim Mayberry
2012-06-23Move file utility function into pbd/file_utils.h and into PBD namespaceTim Mayberry
2012-06-23Make PBD::sys::exists_and_writable take a string instead of sys::pathTim Mayberry
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-06-23Change PBD::sys::get_absolute_path to take and return a std::stringTim Mayberry
2012-06-23Move docs for PBD::sys::get_absolute_path into headerTim Mayberry
2012-06-23Move doc for PBD::sys::path_is_within to headerTim Mayberry
2012-06-23Change PBD::sys::path_is_within to take string params and use GlibTim Mayberry
2012-06-23Add docs for PBD::sys::equivalent_pathsTim Mayberry
2012-06-23Rename PBD::sys::inodes_same to equivalent_pathsTim Mayberry
2012-06-23Overwrite target file in PBD::copy_fileTim Mayberry
2012-06-23Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespaceTim Mayberry
2012-06-23Use giomm in PBD::sys::copy_file and change function signatureTim Mayberry
2012-06-23Replace PBD::sys::path use in PBD::StatefulTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-21Fixing issues with opening a browser when using the bundle. Use xdg-open inst...Todd Naugle
2012-06-18Make EnumWriter exceptions a bit more informative.Carl Hetherington
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington