merge with master
[ardour.git] / libs / pbd /
2013-05-08 Paul Davismerge with master
2013-05-08 Paul Davisuse hw.physicalcpu to get a more accurate CPU count...
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-30 Paul Davisdon't print stacktraces to the supplied ostream AND...
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-22 Adrian KnothDrop obsolete dmalloc.cc from libs/pbd.
2013-04-22 Adrian KnothDisable obsolete compilation of libs/pds/dmalloc.cc
2013-04-22 Adrian KnothFix license in fastlog.
2013-04-13 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-13 Paul Davischanges to get cairocanvas branch to build on OS X...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-10 Paul Davisremove extra output from PBD::stacktrace
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul Davisfix crash when using track templates caused by a recent...
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-05 Paul Davisadjust demangling code a bit so that it can easily...
2013-04-01 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-01 Paul Davisfix compilation on OS X
2013-03-30 Julien de KozakFix some compilation warnings
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-24 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-24 Sakari BergenFix static initialization order problem
2013-03-24 Sakari BergenFix PBD wscript to be python3 compatible
2013-03-20 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-20 Paul Davismake PBD::stacktrace() be clear if it cannot generate...
2013-03-20 Paul Davisinitial, prototype modifications to permit compilation...
2013-03-20 Julien de KozakFix guard name
2013-03-20 Paul Davisadd missing files
2013-03-20 Paul Davismove path_expand() and search_path_expand() into libpbd...
2013-03-19 Adrian Knoth[cosmetics] Fix typo in debug output
2013-03-17 Robin Gareusremove cruft (old cvsignore files)
2013-03-13 Robin GareusNOOP - pre videotimline cleanup
2013-03-09 Paul Davisadd code to display announcements, and parameterize...
2013-01-30 Paul Davisminor header fix for OS X
2013-01-16 Paul Davisadd copyright comments
2013-01-16 Paul Davisadd copyright comments
2013-01-04 Robin Gareusmerge Marcel Bonnet's patches for Free-BSD
2012-12-16 Paul Davissome explanatory text for CrossThreadPool, so that...
2012-10-29 Paul Davisfix complaints from OS X gcc about constness
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-08-09 Paul Davismore vst parameter related stuff
2012-08-09 Paul Davisnew file containing very clever code for floating point...
2012-07-28 Sakari BergenAdd missing #includes to some tests
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-06-25 Carl HetheringtonPatch from johan_mattsson_m to be more graceful if...
2012-06-23 Carl HetheringtonFix build.
2012-06-23 Tim MayberryRemove unused pbd/filesystem.h/cc
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryRemove unused PBD:sys::create_directory/ies functions
2012-06-23 Tim MayberryUse g_mkdir_with_parents instead of sys::create_directories
2012-06-23 Tim MayberryRemove PBD::sys::is_directory and use Glib equivalent
2012-06-23 Tim MayberryRemove unused PBD::sys::exists function
2012-06-23 Tim MayberryRemove unused method PBD::sys::path::leaf
2012-06-23 Tim MayberryRemove unused method PBD::sys::path::branch_path
2012-06-23 Tim MayberryRemove unused function PBD::sys::rename
2012-06-23 Tim MayberryRemove unused function PBD::sys::remove
2012-06-23 Tim MayberryRemove unused function PBD::sys::basename
2012-06-23 Tim MayberryRemove unused function PBD::sys::extension
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 MayberryOverwrite target file in PBD::copy_file
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-23 Tim MayberryReplace PBD::sys::path use in PBD::Stateful
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-23 Tim MayberryRemove unnecessary header includes
2012-06-23 Tim MayberryRemove unnecessary header include
2012-06-23 Tim MayberryRemove unnecessary header include
2012-06-21 Todd Nauglemissing includes
2012-06-21 Todd NaugleFixing issues with opening a browser when using the...
2012-06-18 Carl HetheringtonMake EnumWriter exceptions a bit more informative.
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-06-13 Paul Davisadd use of access(2) to filesystem exists_and_is_writab...
2012-05-28 Carl HetheringtonMissing files.
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-23 Carl HetheringtonFix up tests now that operator= on ScopedConnection...
2012-05-21 Carl HetheringtonMust disconnect old UnscopedConnection when setting...
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-17 David RobillardFix posix_memalign checks.
2012-05-16 Carl HetheringtonFix libpbd tests.
2012-05-16 Carl HetheringtonAlign the address of the pointer to the fxsave block...
next