13
0
livetrax/libs/pbd/pbd
Paul Davis 6c717a56e2 new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs and speed up lookup at runtime
git-svn-id: svn://localhost/ardour2/branches/3.0@6427 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-31 23:43:47 +00:00
..
.cvsignore rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
.DS_Store rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
abstract_ui.cc cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked) 2009-12-22 20:21:43 +00:00
abstract_ui.h cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked) 2009-12-22 20:21:43 +00:00
base_ui.h fully implement and deploy explicit x-thread signal connection syntax (testing comes next) 2009-12-21 18:23:07 +00:00
basename.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
boost_debug.h get closer to carl's original boost shared_ptr debug idea by just tracking actual shared_ptr constructors+destructors 2009-11-27 17:30:39 +00:00
command.h switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash 2009-12-17 18:24:23 +00:00
compose.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
controllable_descriptor.h new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs and speed up lookup at runtime 2009-12-31 23:43:47 +00:00
controllable.h restore excess calls to sync-order stuff (for now); allow MIDI controllers to use the same non-linear fader response as the gui; add various flags to PBD::Controllable and remove URI from that class 2009-12-30 16:48:58 +00:00
convert.h Patch from agorka to add some includes required for building with the GCC shipped with Ubuntu Karmic. 2009-05-18 00:21:17 +00:00
crossthread.h OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to workaround bug in Glib 2009-12-09 18:37:06 +00:00
destructible.h cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked) 2009-12-22 20:21:43 +00:00
enumwriter.h restore excess calls to sync-order stuff (for now); allow MIDI controllers to use the same non-linear fader response as the gui; add various flags to PBD::Controllable and remove URI from that class 2009-12-30 16:48:58 +00:00
error.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
event_loop.h fully implement and deploy explicit x-thread signal connection syntax (testing comes next) 2009-12-21 18:23:07 +00:00
failed_constructor.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
fastlog.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
file_utils.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
filesystem_paths.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
filesystem.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
forkexec.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
fpu.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
functor_command.h *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
id.h more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF BREAKAGE STILL EXPECTED ; change all(?) methods that pass a start/end frame in to use sframes_t not nframes_t 2009-05-13 21:34:09 +00:00
locale_guard.h * libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers 2009-10-28 21:36:40 +00:00
malign.h new file to encapsulate posix_memalign() hackery 2009-04-23 17:43:39 +00:00
mathfix.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
memento_command.h cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked) 2009-12-22 20:21:43 +00:00
mountpoint.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
pathscanner.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
pool.h cross-thread handling of SessionEvent allocation/deallocation, with widespread consequences 2009-12-04 19:24:09 +00:00
pthread_utils.h change the way thread name is managed and accessed; store thread name for JACK thread(s); remove bits of debugging output 2009-12-26 16:15:11 +00:00
rcu.h Fix wacky tabs. Apologies to anybody actually compiling right now. :) 2009-11-01 17:57:57 +00:00
receiver.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
replace_all.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
ringbuffer.h Fix empty for loop warning in RingBuffer constructor... and scary indentation... this is what was intended here, yes? 2009-02-25 17:23:15 +00:00
ringbufferNPT.h Fix empty for loop warning in RingBuffer constructor... and scary indentation... this is what was intended here, yes? 2009-02-25 17:23:15 +00:00
search_path.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
selectable.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
shortpath.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
signals.h cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked) 2009-12-22 20:21:43 +00:00
stacktrace.h massive changes to waf build scripts so that nearly everything "should" be working now except for i18n (OSC is not quite right) ; some preliminary work on post-main-out handling, incomplete; a couple of fixes from -Wall and valgrind 2009-07-17 22:12:21 +00:00
stateful.h rework Stateful::set_state() patch to avoid default version argument 2009-10-15 18:56:11 +00:00
statefuldestructible.h switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash 2009-12-17 18:24:23 +00:00
stl_delete.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
stl_functors.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
strsplit.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
textreceiver.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
thrown_error.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
tokenizer.h *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
touchable.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
transmitter.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
undo.h use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters 2009-12-19 20:26:31 +00:00
unknown_type.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
uuid.h * Added PBD::UUID 2008-09-19 16:56:01 +00:00
whitespace.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
xml++.h Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00