Move file utility function into pbd/file_utils.h and into PBD namespace
[ardour.git] / libs / pbd / filesystem.cc
2012-06-23 Tim MayberryMove file utility function into pbd/file_utils.h and...
2012-06-23 Tim MayberryMake PBD::sys::exists_and_writable take a string instea...
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryChange PBD::sys::get_absolute_path to take and return...
2012-06-23 Tim MayberryMove docs for PBD::sys::get_absolute_path into header
2012-06-23 Tim MayberryMove doc for PBD::sys::path_is_within to header
2012-06-23 Tim MayberryChange PBD::sys::path_is_within to take string params...
2012-06-23 Tim MayberryAdd docs for PBD::sys::equivalent_paths
2012-06-23 Tim MayberryRename PBD::sys::inodes_same to equivalent_paths
2012-06-23 Tim MayberryFix PBD::sys::inodes_same to check that paths are on...
2012-06-23 Tim MayberryUse g_stat in PBD::sys::inodes_same for portability
2012-06-23 Tim MayberryMove PBD::sys::copy_file/s into pbd/file_utils.h and...
2012-06-23 Tim MayberryUse Glib::build_filename in PBD::sys::copy_files
2012-06-23 Tim MayberryUse giomm in PBD::sys::copy_file and change function...
2012-06-13 Paul Davisadd use of access(2) to filesystem exists_and_is_writab...
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2011-12-11 Carl HetheringtonSave templates as directories with plugin state, if
2011-10-22 Carl HetheringtonAdd function to recover a full path from something...
2011-04-09 Paul Davisadd PBD::sys::path::exists_and_writable() method to...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-09-09 Tim MayberryIf sys::copy_file fails, try and remove the target...
2007-09-09 Tim MayberryAdd function sys::rename to pbd/filesystem.h/cc. Rename...
2007-09-04 Tim MayberryUse path::leaf in sys::basename and sys::extension
2007-09-04 Tim MayberryAdd path::leaf method function to the PBD::sys::path...
2007-09-04 Tim MayberryAdd PBD::sys::extension for getting the filename extens...
2007-09-04 Tim MayberryModify PBD::sys::basename to match boost::filesystem...
2007-09-04 Tim MayberryAdd path::branch_path to the PBD::sys::path class
2007-09-04 Tim MayberryAdd function PBD::sys::copy_file intended to replace...
2007-09-04 Tim MayberryAdd function PBD::sys::remove as a wrapper to g_unlink
2007-05-19 Tim MayberryWhen loading sessions, create any missing session direc...
2007-05-18 Tim MayberryAdd PBD::sys::path class that has a similar API to...