MIDIClock_SlaveTest: first working testcase
[ardour.git] / libs / pbd / pbd /
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-26 Paul Davischange the way thread name is managed and accessed...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisadded files
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-12-11 Paul Davisadded comment
2009-12-11 Paul Davisadd CTClosure for a closure that takes one argument...
2009-12-11 Paul Davisadd comments and remove debug output
2009-12-11 Paul Davisthread-safe but lifetime-unsafe closures for passing...
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-12-11 Paul Davis(MAY BREAK COMPILATION - unfinished work, being transfe...
2009-12-10 Paul Davisavoid double delete of UI objects caused by default...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-11-27 Paul Davisget closer to carl's original boost shared_ptr debug...
2009-11-23 Paul Davisboost shared pointer debugging, from an idea by carl...
2009-11-01 David RobillardFix wacky tabs. Apologies to anybody actually compilin...
2009-11-01 David RobillardUse shared_ptr::unique() instead of shared_ptr::use_cou...
2009-11-01 David RobillardDoxygen readable comments, tidy, fix whitespace.
2009-11-01 Paul Davisadd lots of comments to rcu.h (with concomittant full...
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-19 David RobillardFix warnings.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-05-18 Carl HetheringtonPatch from agorka to add some includes required for...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-04-23 Paul Davisnew file to encapsulate posix_memalign() hackery
2009-03-02 Paul Davisrecursive operation for PBD::PathScanner, backported...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-25 David RobillardMove waf up to top level, waf building of pbd, evoral...
2009-02-25 David RobillardFix empty for loop warning in RingBuffer constructor...
2009-02-22 David RobillardClean up xml++.h and xml++.cc in Ardour style.
2009-02-22 David RobillardMake commands noncopyable (they are definitely not...
2009-02-18 David RobillardFix 'sticky' sliders when MIDI control feedback is...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-09-29 David RobillardRemove unused can_send_feedback API.
2008-09-23 David RobillardMake PBD::SearchPath less silly/boilerplatey.
2008-09-19 Sakari Bergen* Added PBD::UUID
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-25 Hans Baier* splitted midi++/event.h in header and implementation
2008-05-23 Hans Baier* added midnam test file for xpath
2008-05-23 Hans Baier* changed return type for pbd/xml++ xpath support to...
2008-05-22 Hans Baier* added XPath support to pbd/xml++
2008-05-02 David RobillardFixes for GCC 4.3.
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-10 David RobillardCommitted underlay support (from Audun).
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-09-09 Tim MayberryAdd function sys::rename to pbd/filesystem.h/cc. Rename...
2007-09-04 Tim MayberryAdd PBD::sys::operator/ to pbd/filesystem for convenien...
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 some documentation regarding the PBD::sys namespace...
2007-09-04 Tim MayberryRemove unused function PBD::copy_file
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-09-04 Tim MayberryRename PBD::SearchPath::get_string to PBD::SearchPath...
2007-08-06 Paul Davismerge changes to libmidi++ API from 2.0-ongoing
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-16 David RobillardFix formatting of command stuff to adhere to The Guidel...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 Tim MayberryAdd PBD::system_data_directories and PBD::system_config...
2007-06-27 Tim MayberryReplace code for finding ControlProtocols/Surface plugi...
2007-06-17 Tim MayberryModify PBD::Stateful::add_instant_xml/instant_xml to...
2007-06-17 Tim MayberryMake Stateful::*instant_xml methods protected and non...
2007-06-17 Tim MayberryMove Stateful class declared in pbd/stateful.h into...
2007-06-17 Tim MayberryWhitespace fixes in pbd/stateful.h
2007-06-07 Tim MayberryRename SearchPath::get_search_path_string to SearchPath...
2007-06-07 Tim MayberryAdd SearchPath class to libpbd
2007-06-07 Tim MayberryRemove unused PBD::Path class.
2007-06-01 Paul Davisround 2 of denormal handling changes - detect DAZ suppo...
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...
2007-05-18 Tim MayberryChange return type of PBD::copy_file to boolean to...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-14 David RobillardMerged with trunk R1719.
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
next