summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
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-28Add missing #includes to some testsSakari Bergen
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-23Fix build.Carl Hetherington
2012-06-23Remove unused pbd/filesystem.h/ccTim Mayberry
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Remove unused PBD:sys::create_directory/ies functionsTim Mayberry
2012-06-23Use g_mkdir_with_parents instead of sys::create_directoriesTim 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-23Fix PBD::sys::inodes_same to check that paths are on same deviceTim Mayberry
2012-06-23Use g_stat in PBD::sys::inodes_same for portabilityTim 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 Glib::build_filename in PBD::sys::copy_filesTim 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-23Remove unnecessary header includesTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-21missing includesTodd Naugle
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
2012-06-13add use of access(2) to filesystem exists_and_is_writable() implementation, t...Paul Davis