replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAME (thank...
[ardour.git] / libs / pbd /
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...
2012-05-16 Carl HetheringtonTweak comment.
2012-05-16 Paul Davisreset _signal member of a Connection so that we will...
2012-05-15 Paul Davisremove two instances of static/global ScopedConnectionL...
2012-05-15 Carl HetheringtonTry to make signals.h.py more cross-python-version...
2012-05-15 Carl HetheringtonTidy up a bit.
2012-05-15 Carl HetheringtonMaybe fix typename / no-typename problems better.
2012-05-15 Carl HetheringtonAdd missing file.
2012-05-15 Carl HetheringtonMake ScopedConnectionList's mutex non-static so that one
2012-05-15 Carl HetheringtonMerge old a new signals code into one set of classes.
2012-05-15 Carl HetheringtonRemove the need for a shared_ptr for Signal; signal
2012-05-15 Carl HetheringtonRemove debug output.
2012-05-14 Carl HetheringtonBuild libs/pbd/pbd/signal.h from its generator python
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-05-14 Paul Davisfix for --test build on OSX
2012-05-10 David RobillardFix compilation on Windows. Probably.
2012-05-09 Paul Daviscorrect cut-n-paste error in new comments for signals.h
2012-05-09 Paul Davisadd some explanatory comments to pbd/signals.h
2012-05-09 Carl HetheringtonFix critical glib warning if a BaseUI is quit without
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-05-02 Paul Davisanother quick OS X Lion gcc suggestion
2012-04-27 Carl HetheringtonPossibly hacky fix for tests on newer Ubuntu (or maybe
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul Davisremove various debugging output
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-12 Paul Davismove string_is_affirmative() into libpbd
2012-04-05 David RobillardImplement LV2 worker extension.
2012-04-02 Carl HetheringtonMissing file.
2012-04-01 Carl HetheringtonRemove unused ustring version of url_decode(). Rework
2012-04-01 Carl HetheringtonFix libpbd tests and add test for url_decode().
2012-03-21 Carl HetheringtonFix test build.
2012-03-20 Paul Davissome deep changes to xml++ in which we retain a C-level...
2012-03-07 Paul Davisimplement XMLNode::operator=() as a deep operation...
2012-03-01 Paul Davisuse #include <typeinfo> before using typeid
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-18 Paul Davisnew file, a small idea
2012-01-11 Paul Daviscomplete the do-not-free-data-from-getmntinfo() fix
2012-01-09 Paul Davisfix nasty memory-related crashes caused by not noticing...
2012-01-09 Carl HetheringtonFix typo.
next