| .. |
|
boost-debug
|
globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit
|
2015-10-04 15:11:15 -04:00 |
|
macosx
|
|
|
|
msvc
|
Remove the MSVC 'poll()' emulation now that Ardour's stopped using poll()
|
2016-11-18 18:19:08 +00:00 |
|
MSVCpbd
|
Accommodate newly added/removed source(s) in our MSVC project (libpbd)
|
2017-10-27 13:08:32 +01:00 |
|
pbd
|
Move coreaudio_set_realtime_policy into libpbd
|
2017-10-30 16:31:38 +01:00 |
|
test
|
Use XMLNode::set_property API in xml tests
|
2017-04-19 09:36:57 +10:00 |
|
base_ui.cc
|
Add a PBD API to set pthread priority
|
2017-08-29 17:25:23 +02:00 |
|
basename.cc
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
boost_debug.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
cartesian.cc
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
ChangeLog
|
|
|
|
cocoa_open_uri.mm
|
|
|
|
command.cc
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
configuration_variable.cc
|
Use XMLNode::get/set_property API in PBD::ConfigurationVariable class
|
2017-04-19 09:36:48 +10:00 |
|
controllable.cc
|
Controllable focus notification API
|
2017-07-02 18:19:13 +02:00 |
|
convert.cc
|
globally change all use of "frame" to refer to audio into "sample".
|
2017-09-18 12:39:17 -04:00 |
|
COPYING
|
|
|
|
cpus.cc
|
NO-OP: whitespace
|
2017-08-04 16:26:37 +02:00 |
|
crossthread.cc
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
crossthread.posix.cc
|
fix potentially crash-inducing race condition by removing event loops' x-thread channel from an event loop when it is destroyed
|
2016-10-17 14:48:15 -04:00 |
|
crossthread.win.cc
|
fix potentially crash-inducing race condition by removing event loops' x-thread channel from an event loop when it is destroyed
|
2016-10-17 14:48:15 -04:00 |
|
debug.cc
|
Add PBD::DEBUG::StringConvert debug bit
|
2017-04-16 14:02:41 +10:00 |
|
debug_rt_alloc.c
|
|
|
|
demangle.cc
|
Use PBD::demangle_symbol in PBD::demangled_name<T> to reduce code duplication
|
2015-12-01 14:22:38 +10:00 |
|
enums.cc
|
fix simple but fatal mistake in defining PBD::Controllable::Flags enums.
|
2016-07-12 08:34:35 -04:00 |
|
enumwriter.cc
|
enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
|
2016-07-14 14:45:23 -04:00 |
|
epa.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
error.cc
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
event_loop.cc
|
Reap invalidation records
|
2017-01-20 13:54:03 +01:00 |
|
ffs.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
file_archive.cc
|
Prepare support for compression levels (archive + flac)
|
2017-10-03 02:22:42 +02:00 |
|
file_utils.cc
|
Don't recurse into MacVST bundle-folders during plugin-scan
|
2017-09-21 20:02:11 +02:00 |
|
fpu.cc
|
Fix for conflicting definition of _xgetbv with mingw-w64 >= 5
|
2016-11-10 15:23:43 +10:00 |
|
gettext.h
|
|
|
|
id.cc
|
extend PBD::ID API to allow construction and operator== using uint64_t
|
2017-05-05 18:56:25 +01:00 |
|
libpbd.pc.in
|
Make libpbd and evoral capable of standalone build
|
2016-12-04 15:15:11 -05:00 |
|
libpbd.spec.in
|
|
|
|
locale_guard.cc
|
Relax LocaleGuards
|
2017-04-20 22:12:33 +02:00 |
|
localtime_r.cc
|
|
|
|
malign.cc
|
enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
|
2016-07-14 14:45:23 -04:00 |
|
md5.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
mountpoint.cc
|
NetBSD uses statvfs for the functionality of statfs on Linux
|
2016-10-04 22:18:23 +02:00 |
|
openuri.cc
|
Fix "open folder" for non-ASCII paths on Windows
|
2017-11-27 00:42:55 +01:00 |
|
pathexpand.cc
|
Move PBD::canonical_path to pbd/file_utils.h/cc and reimplement for Windows
|
2016-09-19 14:47:52 +10:00 |
|
pbd.cc
|
PBD::init() failing is fatal in main(), don't silently exit.
|
2017-07-03 14:45:41 +02:00 |
|
pool.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
property_list.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
pthread_utils.cc
|
Move coreaudio_set_realtime_policy into libpbd
|
2017-10-30 16:31:38 +01:00 |
|
reallocpool.cc
|
tweak realloc-pool realloc behavior.
|
2016-07-19 15:05:16 +02:00 |
|
receiver.cc
|
change PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since the latter is not thread safe
|
2016-08-14 08:33:23 -04:00 |
|
resource.cc
|
|
|
|
run-tests.sh
|
|
|
|
search_path.cc
|
Add PBD::Searchpath::contains method to check if a Searchpath contains a path
|
2015-10-22 11:51:03 -04:00 |
|
semutils.cc
|
Add mechanism to reset/lock semaphores
|
2017-04-22 23:06:22 +02:00 |
|
shortpath.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
signals.cc
|
NO-OP: name-change (_list and _lock are also used in other places)
|
2017-07-30 02:42:55 +02:00 |
|
spinlock.cc
|
Add a RAII SpinLock (using boost's spinlock)
|
2017-10-26 22:33:46 +02:00 |
|
stacktrace.cc
|
globally change all use of "frame" to refer to audio into "sample".
|
2017-09-18 12:39:17 -04:00 |
|
stateful.cc
|
Use XMLNode::get/set_property API in PBD::Stateful
|
2017-04-19 09:36:48 +10:00 |
|
stateful_diff_command.cc
|
Use XMLNode::set_property API in PBD::StatefulDiffCommand class
|
2017-04-19 09:36:48 +10:00 |
|
string_convert.cc
|
Make boolean string values 0 and 1 to maintain backwards compatibility
|
2017-04-19 07:49:57 +10:00 |
|
strreplace.cc
|
globally remove all trailing whitespace from ardour code base.
|
2015-10-04 14:51:05 -04:00 |
|
strsplit.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
system_exec.cc
|
and another typo in d442190b
|
2016-02-14 00:10:41 +01:00 |
|
textreceiver.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
timer.cc
|
add API to suspend timers signal emission.
|
2015-10-30 15:55:26 +01:00 |
|
timing.cc
|
Change position of average in PBD::timing_summary and add msecs
|
2016-10-10 08:45:34 +10:00 |
|
tlsf.cc
|
fix mingw64 debug build
|
2016-11-17 12:58:28 +01:00 |
|
transmitter.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
undo.cc
|
Use correct property names in PBD::Undo class
|
2017-04-21 12:46:04 +10:00 |
|
uuid.cc
|
|
|
|
whitespace.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
windows_mmcss.cc
|
|
|
|
windows_special_dirs.cc
|
NOOP, remove trailing tabs/whitespace.
|
2015-10-05 16:17:49 +02:00 |
|
windows_timer_utils.cc
|
enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
|
2016-07-14 14:45:23 -04:00 |
|
wscript
|
Add a RAII SpinLock (using boost's spinlock)
|
2017-10-26 22:33:46 +02:00 |
|
xml++.cc
|
Avoid assert() when loading xml: Throw an XMLerror if attribute_value fails.
|
2017-08-30 10:23:34 -05:00 |