MIDIClock_SlaveTest: first working testcase
[ardour.git] / libs / pbd /
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-01 Paul Davisprovide limited momentary note on/off MIDI binding...
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-31 Paul Davisstrsplit(): if first char of a string is the separator...
2009-12-31 Paul Davisstop metering thread as we disconnect a session from...
2009-12-31 Paul Davisupdate comments on register clobbering
2009-12-31 Paul Davisun-fix register clobber list for gcc on x86
2009-12-31 Paul Davisadd some asm notes, some more registers back to the...
2009-12-31 Sakari BergenFix assembler clobber lists in BPD::FPU
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-28 Paul DavisMIDI binding maps make their debut
2009-12-26 Paul Davischange the way thread name is managed and accessed...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
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-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-12-04 Paul Davisswitch ActionManager to a namespace; move generic part...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-27 Paul Davisget closer to carl's original boost shared_ptr debug...
2009-11-24 Paul Davistweaks and tuneups of the boost debug stuff - still...
2009-11-23 Paul Davisboost shared pointer debugging, from an idea by carl...
2009-11-09 Paul Davismake PBD::stacktrace() actually work
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-27 David RobillardMake ARDOUR::init safer.
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 Carl HetheringtonSince add_property creates new XMLProperty objects...
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-10-02 Sakari BergenFix some trivial compiler warnings and add editor_image...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-07-22 David RobillardUpdate autowaf.
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-06-03 David RobillardFix end-marker-is-free option in templates.
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-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-04-30 David RobillardFix local include.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-23 Paul Davisnew file to encapsulate posix_memalign() hackery
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-03-02 Paul Davisrecursive operation for PBD::PathScanner, backported...
2009-02-27 David RobillardWaf: install stuff
2009-02-26 David RobillardVersion file building stuff.
2009-02-26 David RobillardWaf building of rubberband.
2009-02-26 David RobillardClean up checks.
2009-02-25 David RobillardWaf building of gtk2_ardour.
2009-02-25 David RobillardWaf building of libardour (yay!).
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 RobillardRemove empty files.
2009-02-18 David RobillardFix 'sticky' sliders when MIDI control feedback is...
2009-02-15 David RobillardOops. Fix XML stuff in GUI as well.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
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-10-05 David RobillardNormalize XML property name style, preserving old sessi...
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 more tests and profiling for pbd/xml++ xpath...
next