| .. |
|
.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
|
clean up functors used in cross-thread call_slot() messages, in case they contain shared_ptr<T>, which could result in a dangling reference
|
2016-01-16 09:33:31 -05:00 |
|
abstract_ui.h
|
redesign cross-thread registration/signalling system
|
2015-12-28 10:14:17 -05:00 |
|
atomic_counter.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
base_ui.h
|
move BaseUI::_name into EventLoop; rename access method in EventLoop as event_loop_name() to clarify usage
|
2015-12-12 11:12:10 -05:00 |
|
basename.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
boost_debug.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
cartesian.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
command.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
compose.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02: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
|
ensure that mutator function for CONFIG_VARIABLE_SPECIAL is used when assigning initial value during construction
|
2015-10-21 07:53:26 -04:00 |
|
controllable.h
|
change Controllable::set_value() API to include grouped control consideration.
|
2016-01-02 04:58:30 -05:00 |
|
controllable_descriptor.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
convert.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -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
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
debug.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
debug_rt_alloc.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
demangle.h
|
Don't indent inside namespace declaration to be consistent with ardour style
|
2015-12-01 14:22:38 +10:00 |
|
destructible.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
enumwriter.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
epa.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02: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
|
fully clean up request buffers when a thread dies
|
2016-01-14 10:53:32 -05:00 |
|
failed_constructor.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
fastlog.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
ffs.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
file_utils.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
floating.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
forkexec.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
fpu.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
functor_command.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
gstdio_compat.h
|
fix g_lstat()
|
2015-09-17 15:01:26 +02:00 |
|
id.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
libpbd_visibility.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04: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
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
mathfix.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
md5.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
memento_command.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
mountpoint.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -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
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -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
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
properties.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
property_basics.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
property_basics_impl.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
property_list.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02: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
|
redesign cross-thread registration/signalling system
|
2015-12-28 10:14:17 -05: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
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
replace_all.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
resource.h
|
Add pbd/resource.h for portable access to resource limits
|
2013-07-11 12:41:55 -04:00 |
|
ringbuffer.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
ringbufferNPT.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
scoped_file_descriptor.h
|
move ScopedFileDescriptor into libpbd and use it
|
2014-12-14 12:26:00 -05:00 |
|
search_path.h
|
Add PBD::Searchpath::contains method to check if a Searchpath contains a path
|
2015-10-22 11:51:03 -04:00 |
|
selectable.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
semutils.h
|
rename ProcessSemaphore to Semaphore (libs)
|
2015-12-02 20:18:48 +01:00 |
|
sequence_property.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
shortpath.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
signals.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
signals.py
|
const iterators
|
2015-04-27 17:19:57 +02:00 |
|
stacktrace.h
|
Move PBD symbol demangle functions into pbd/demangle.h/cc
|
2015-12-01 14:22:38 +10:00 |
|
stateful.h
|
add API to query stateful ID override mode
|
2015-12-17 23:18:22 +01:00 |
|
stateful_diff_command.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
statefuldestructible.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
stl_delete.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
stl_functors.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
strsplit.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
system_exec.h
|
Remove dead code.
|
2014-11-25 02:11:44 -05:00 |
|
textreceiver.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
thrown_error.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
timer.h
|
add API to suspend timers signal emission.
|
2015-10-30 15:55:26 +01: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
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
touchable.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
transmitter.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
undo.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
unknown_type.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
unwind.h
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
uuid.h
|
Remove dead code.
|
2014-11-25 02:11:44 -05:00 |
|
uuid_boost.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
whitespace.h
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
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
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |