.. |
.DS_Store
|
|
|
abstract_ui.cc
|
|
|
abstract_ui.h
|
|
|
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
|
|
|
boost_debug.h
|
|
|
cartesian.h
|
|
|
command.h
|
|
|
compose.h
|
add string_compose argument specializations so that empty std::string and empty C strings are handled as intended
|
2015-09-17 17:16:23 -04:00 |
configuration_variable.h
|
move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbd
|
2014-12-22 19:48:30 -05: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 |
controllable_descriptor.h
|
Expose “/route/trim” midi binding.
|
2015-04-26 19:07:45 +02:00 |
controllable.h
|
|
|
convert.h
|
|
|
cpus.h
|
|
|
crossthread.h
|
Xthread: blocking read + non-blocking write mode.
|
2015-03-01 20:49:55 +01:00 |
debug_rt_alloc.h
|
|
|
debug.h
|
Add PBD::DebugBit for debugging thread related debugging output
|
2015-09-16 11:22:16 +10:00 |
demangle.h
|
|
|
destructible.h
|
|
|
enumwriter.h
|
fix bitwise enum parsing
|
2015-09-05 00:00:16 +02:00 |
epa.h
|
|
|
error.h
|
|
|
event_loop.h
|
|
|
failed_constructor.h
|
|
|
fastlog.h
|
|
|
ffs.h
|
|
|
file_utils.h
|
Move ARDOUR::touch_file to pbd/file_utils.h
|
2015-07-26 12:15:19 +10:00 |
floating.h
|
|
|
forkexec.h
|
|
|
fpu.h
|
plug some memory leaks in libs
|
2015-09-12 20:05:25 +02:00 |
functor_command.h
|
|
|
glib_semaphore.h
|
|
|
gstdio_compat.h
|
fix g_lstat()
|
2015-09-17 15:01:26 +02:00 |
id.h
|
|
|
libpbd_visibility.h
|
|
|
locale_guard.h
|
Fix unnecessary const violation.
|
2015-02-27 14:21:45 -05:00 |
localtime_r.h
|
|
|
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
|
|
|
md5.h
|
|
|
memento_command.h
|
|
|
mountpoint.h
|
|
|
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
|
|
|
pathexpand.h
|
|
|
pbd.h
|
|
|
pool.h
|
Event Pool usage debugging, see also 6ade16b38
|
2015-09-12 02:18:38 +02:00 |
properties.h
|
|
|
property_basics_impl.h
|
|
|
property_basics.h
|
|
|
property_list_impl.h
|
|
|
property_list.h
|
|
|
pthread_utils.h
|
|
|
rcu.h
|
|
|
receiver.h
|
|
|
replace_all.h
|
Move 'poor_mans_glob()' into libpbd
|
2015-03-09 18:32:55 +00:00 |
resource.h
|
|
|
ringbuffer.h
|
make two obvously const methods actually be const
|
2015-02-05 16:36:09 -05:00 |
ringbufferNPT.h
|
|
|
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
|
|
|
semaphore.h
|
|
|
semutils.h
|
|
|
sequence_property.h
|
|
|
shortpath.h
|
|
|
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
|
|
|
stateful_diff_command.h
|
|
|
stateful.h
|
|
|
statefuldestructible.h
|
|
|
stl_delete.h
|
|
|
stl_functors.h
|
|
|
strsplit.h
|
|
|
system_exec.h
|
|
|
textreceiver.h
|
|
|
thrown_error.h
|
|
|
timer.h
|
Add PBD::Timer/StandardTimer/BlinkTimer classes for convenient timeouts
|
2015-01-01 18:59:01 +07:00 |
timersub.h
|
|
|
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
|
|
|
touchable.h
|
|
|
transmitter.h
|
|
|
undo.h
|
|
|
unknown_type.h
|
|
|
unwind.h
|
|
|
uuid_boost.h
|
|
|
uuid.h
|
|
|
whitespace.h
|
|
|
windows_mmcss.h
|
Make sure that those recently moved functions will be visible if they're needed outside of libpbd
|
2015-09-18 10:27:27 +01:00 |
windows_special_dirs.h
|
Change return type and name of get_win_special_folder
|
2015-08-18 15:33:03 +10:00 |
windows_timer_utils.h
|
Make sure that those recently moved functions will be visible if they're needed outside of libpbd
|
2015-09-18 10:27:27 +01:00 |
xml++.h
|
|
|