ardour/libs/pbd/pbd
Tim Mayberry a272c50597 Move AudioBackend related debug bits into libardour
I put these in libpbd as that is where the debug bits are for the Waves backend
but I think it makes more sense for them to be in libardour as that is where
the AudioBackend class is defined

I left the Waves debug bits in libpbd for now.
2015-09-02 12:07:14 +10: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 plug some leaks 2014-06-15 13:24:41 +02:00
abstract_ui.h Reinstate code removed that allows building with mingw and the pthreads-win32 library 2014-05-14 09:47:40 +10:00
atomic_counter.h volatile should not be used to describe non-hardware lvalues, and fix const cast warning (which removes need for mutable) 2015-06-29 14:18:16 -04:00
base_ui.h fix up BaseUI to use crossthreadchannel on all platforms 2014-12-03 21:11:02 -05:00
basename.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
boost_debug.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
cartesian.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
command.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
compose.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
configuration.h class 'PBD::Configuration' doesn't actually get exported from libpbd - so make sure we don't decorate it with LIBPBD_API 2014-12-26 09:16:58 +00:00
configuration_variable.h move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbd 2014-12-22 19:48:30 -05:00
controllable.h Minor change to 'pbd/controllable.h' 2014-07-27 11:28:23 +01:00
controllable_descriptor.h Expose “/route/trim” midi binding. 2015-04-26 19:07:45 +02:00
convert.h add PBD::downcase() functions to libpbd 2014-03-10 17:30:12 -04:00
cpus.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
crossthread.h Xthread: blocking read + non-blocking write mode. 2015-03-01 20:49:55 +01:00
debug.h Move AudioBackend related debug bits into libardour 2015-09-02 12:07:14 +10:00
debug_rt_alloc.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
demangle.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
destructible.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
enumwriter.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
epa.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
error.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
event_loop.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
failed_constructor.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
fastlog.h add export visibility macros across libardour 2013-10-17 10:02:11 -04:00
ffs.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
file_utils.h Move ARDOUR::touch_file to pbd/file_utils.h 2015-07-26 12:15:19 +10:00
floating.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
forkexec.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
fpu.h clean up FPU code with some ideas from Chromium and the web 2015-08-11 23:00:13 -04:00
functor_command.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
glib_semaphore.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
id.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
libpbd_visibility.h Use LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API where appropriate 2014-03-08 11:28:54 +00:00
locale_guard.h Fix unnecessary const violation. 2015-02-27 14:21:45 -05:00
localtime_r.h Use COMPILER_MINGW define rather than __MINGW64__ 2014-05-14 09:47:40 +10:00
malign.h [Summary] AudioPort buffer does not need 64 byte alignment which cache_aligned_malloc provides. 2015-06-29 14:18:14 -04:00
mathfix.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
md5.h Add newly introduced (MD5) sources to our MSVC project (also, add visibility stuff to the new MD5 class) 2014-07-11 12:56:17 +01:00
memento_command.h use template export forms for MemementoCommand 2014-03-01 18:59:37 -05:00
mountpoint.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
msvc_pbd.h Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardour/tempo_lines.cc' (but isn't available from MSVC). 2015-01-10 11:56:24 +00:00
openuri.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
pathexpand.h move Paths Dialog to libgtkmm2ext 2014-02-28 00:05:47 +01:00
pbd.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
pool.h [Summary] Added possibility to identify IO thread which does not have required resources initialized during process callback handling 2015-06-29 14:16:42 -04:00
properties.h OS 10.10 compile fixes 2014-10-19 23:15:13 +02:00
property_basics.h Use LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API where appropriate 2014-03-08 11:28:54 +00:00
property_basics_impl.h the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero) 2010-03-02 00:00:00 +00:00
property_list.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
property_list_impl.h the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero) 2010-03-02 00:00:00 +00:00
pthread_utils.h Re-introduce our pthread macros (after fixing an earlier typo) 2014-09-09 12:03:52 +01:00
rcu.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
receiver.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
replace_all.h Move 'poor_mans_glob()' into libpbd 2015-03-09 18:32:55 +00:00
resource.h Add pbd/resource.h for portable access to resource limits 2013-07-11 12:41:55 -04:00
ringbuffer.h make two obvously const methods actually be const 2015-02-05 16:36:09 -05:00
ringbufferNPT.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
scoped_file_descriptor.h move ScopedFileDescriptor into libpbd and use it 2014-12-14 12:26:00 -05:00
search_path.h Fix Searchpath::operator+ to return by value rather than reference and not modify *this 2015-08-18 15:09:44 +10:00
selectable.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
semaphore.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
semutils.h Merge remote-tracking branch 'remotes/origin/exportvis' into windows+cc 2013-10-18 10:03:22 +01:00
sequence_property.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
shortpath.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
signals.h allow to compile PBD::Signals w/o connection debugging 2015-04-27 17:19:58 +02:00
signals.py const iterators 2015-04-27 17:19:57 +02:00
stacktrace.h Remove a commented out line in 'pbd/stacktrace.h' 2014-11-24 12:53:24 +00:00
stateful.h get everything compiling with libardour built using -fvisibility=hidden 2013-10-17 12:41:28 -04:00
stateful_diff_command.h add export visibility macros across libardour 2013-10-17 10:02:11 -04:00
statefuldestructible.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
stl_delete.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
stl_functors.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
strsplit.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
system_exec.h Remove dead code. 2014-11-25 02:11:44 -05:00
textreceiver.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
thrown_error.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
timer.h Add PBD::Timer/StandardTimer/BlinkTimer classes for convenient timeouts 2015-01-01 18:59:01 +07:00
timersub.h Add timersub macro for platforms where it isn't defined 2013-07-11 14:30:38 -04:00
timing.h Add Timing, TimingData and Timed classes for time measurement to pbd/timing.h 2015-01-01 18:58:57 +07:00
tokenizer.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
touchable.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
transmitter.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
undo.h Merge remote-tracking branch 'remotes/origin/exportvis' into windows+cc 2013-10-18 10:03:22 +01:00
unknown_type.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
unwind.h 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2013-12-01 14:26:08 +00:00
uuid.h Remove dead code. 2014-11-25 02:11:44 -05:00
uuid_boost.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
whitespace.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00
windows_special_dirs.h Change return type and name of get_win_special_folder 2015-08-18 15:33:03 +10:00
xml++.h add export visibility control to libpbd (works thus far on linux/gcc) 2013-10-16 23:30:28 -04:00