summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2012-05-28Missing files.Carl Hetherington
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-23Fix up tests now that operator= on ScopedConnection disconnects the old conne...Carl Hetherington
2012-05-21Must disconnect old UnscopedConnection when setting a new one in operator=, o...Carl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-17Fix posix_memalign checks.David Robillard
2012-05-16Fix libpbd tests.Carl Hetherington
2012-05-16Align the address of the pointer to the fxsave block to a 16-byte boundary (a...Carl Hetherington
2012-05-16Tweak comment.Carl Hetherington
2012-05-16reset _signal member of a Connection so that we will never try to disconnect ...Paul Davis
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis