Remove most using declarations from header files.
[ardour.git] / libs / pbd / filesystem.cc
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...