13
0
livetrax/libs/pbd
Robin Gareus 6d4b94df13
Reduce compiler warnings when boost uses std-atomics
This works around for compilers with non-static-data-member
initialization.

spinlock_t is-a struct { lockType _; } and BOOST_DETAIL_SPINLOCK_INIT
initializes the first member of the struct.
All defines of BOOST_DETAIL_SPINLOCK_INIT include c-style curly braces
to initialize the struct's data member.

However, modern C++ compiler interpret the braces differently resulting
in copy constriction of the initializer.
2019-07-28 20:10:09 +02:00
..
boost-debug
msvc
MSVCpbd Accommodate newly introduced source(s) in our MSVC project (libpbd) 2019-02-08 10:17:57 +00:00
pbd Prevent spinlock copy construction 2019-07-28 15:02:04 +02:00
test
base_ui.cc Add a PBD API to set pthread priority 2017-08-29 17:25:23 +02:00
basename.cc
boost_debug.cc NO-OP: <tab> after <space> fixes in libs 2019-04-13 19:19:29 +02:00
cartesian.cc
ChangeLog
cocoa_open_uri.mm
command.cc
configuration_variable.cc
controllable.cc Remove static Destroyed(*), prefer StatefulDestructable API 2019-03-23 16:15:23 +01:00
convert.cc NO-OP: <tab> after <space> fixes in libs 2019-04-13 19:19:29 +02:00
COPYING
cpus.cc Prefix all env variable with "ARDOUR_" 2019-07-26 16:44:29 +02:00
crossthread.cc
crossthread.posix.cc
crossthread.win.cc
debug_rt_alloc.c
debug.cc
demangle.cc
enums.cc
enumwriter.cc
epa.cc
error.cc
event_loop.cc better debug message with correct namespace for EventLoop::invalidate_request() 2018-08-07 10:44:56 -04:00
ffs.cc
file_archive.cc Prepare support for compression levels (archive + flac) 2017-10-03 02:22:42 +02:00
file_utils.cc Glib throws a const FileError exception 2018-10-26 13:40:03 +02:00
fpu.cc NO-OP: <tab> after <space> fixes in libs 2019-04-13 19:19:29 +02:00
gettext.h Fix --no-nls (2/5), prefer #if in libs 2018-09-21 19:03:33 +02:00
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
libpbd.spec.in
locale_guard.cc Relax LocaleGuards 2017-04-20 22:12:33 +02:00
localtime_r.cc
malign.cc
md5.cc
mountpoint.cc
openuri.cc Use exit-status macros for compatibility 2/3 2019-07-04 22:21:35 +02:00
pathexpand.cc
pbd.cc NO-OP: <tab> after <space> fixes in libs 2019-04-13 19:19:29 +02:00
pool.cc
property_list.cc
pthread_utils.cc Consolidate relative sched_get_priority computation 2018-10-11 15:29:50 +02:00
reallocpool.cc
receiver.cc
resource.cc
run-tests.sh
search_path.cc
semutils.cc Add mechanism to reset/lock semaphores 2017-04-22 23:06:22 +02:00
shortpath.cc
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 Reduce compiler warnings when boost uses std-atomics 2019-07-28 20:10:09 +02:00
stacktrace.cc NO-OP: whitespace & revert samples -> [stack]frames 2019-04-08 00:35:00 +02:00
stateful_diff_command.cc
stateful.cc
string_convert.cc
strreplace.cc
strsplit.cc
system_exec.cc Use exit-status macros for compatibility 2/3 2019-07-04 22:21:35 +02:00
textreceiver.cc
timer.cc
timing.cc Move a couple of #undef's 2018-05-19 09:28:30 +01:00
tlsf.cc
transmitter.cc Use exit-status macros for compatibility 2/3 2019-07-04 22:21:35 +02:00
undo.cc Use correct property names in PBD::Undo class 2017-04-21 12:46:04 +10:00
uuid.cc
whitespace.cc
windows_mmcss.cc
windows_special_dirs.cc
windows_timer_utils.cc
wscript remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00
xml++.cc NO-OP: <tab> after <space> fixes in libs 2019-04-13 19:19:29 +02:00