ardour/libs/pbd
Robin Gareus ebf59d4426 Insert_or_assign properties, allow to override properties
This allows to copy a property list and then selectively
replace various properties. e.g.

```
PropertyList plist (region->properties ());
plist.add (Properties::length, len);
plist.remove (Properties::start);
```

See also 8b0ab38675
and 97f0fac7d5
This also fixes the issue referenced in
8c83149c4c
2022-10-07 00:32:14 +02:00
..
boost-debug
msvc Emulate exp2f() for older MS compilers where it wasn't available 2021-05-05 17:50:41 +01:00
MSVCpbd Add an extra dependency lib which was previously only needed for Debug builds 2021-07-15 09:30:08 +01:00
pbd Insert_or_assign properties, allow to override properties 2022-10-07 00:32:14 +02:00
test Fix RCU Unit-test on macOS/X 2020-11-07 10:37:52 +01:00
base_ui.cc libpbd: do not use debug transmitter inside BaseUI::signal_new_request() to avoid recursion 2022-06-13 13:43:31 -06:00
basename.cc
boost_debug.cc
cartesian.cc
ChangeLog
cocoa_open_uri.mm
command.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
configuration_variable.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
controllable.cc MixerScene: handle edge-case with midi-cc/bender controllables 2022-07-07 16:06:08 +02:00
convert.cc
COPYING
cpus.cc
crossthread.cc Potential fix for M1 x-thread events 2022-05-02 00:02:33 +02:00
crossthread.posix.cc NO-OP: clang-format 2022-04-23 23:12:13 +02:00
crossthread.win.cc
debug_rt_alloc.c
debug.cc Add debug transmitter 2020-10-13 21:27:16 +02:00
demangle.cc Fix crash when demangled symbol is n/a 2021-07-19 18:26:22 +02:00
downloader.cc downloader: create destdir if it does not already exist, throw exception if this fails 2022-09-26 01:10:20 -06:00
enums.cc
enumwriter.cc
epa.cc
error.cc Add debug transmitter 2020-10-13 21:27:16 +02:00
event_loop.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
ffs.cc
file_archive.cc threaded archive inflation for library mgmt 2022-09-13 13:53:45 -06:00
file_utils.cc
fpu.cc For 64-bit compilation, MSVC no longer supports inline assembly 2021-01-07 09:22:43 +00:00
glib_event_source.cc libpbd: change GlibEventLoopCallback to use C API not C++ 2022-05-19 22:24:43 -06:00
id.cc
inflater.cc libpbd: new threader Inflater and Downlaoder classes 2022-09-13 13:53:45 -06:00
libpbd.pc.in
libpbd.spec.in
locale_guard.cc
localtime_r.cc
malign.cc Fix alignment unit-tests and ARM/NEON alignment 2020-10-15 03:55:42 +02:00
md5.cc
microseconds.cc NOOP: remove incomplete comment 2021-06-27 12:48:29 -06:00
mountpoint.cc
openuri.cc Fix vfork edge-case 2021-12-31 01:39:39 +01:00
pathexpand.cc
pbd.cc window compilation fix 2021-06-26 18:47:08 -06:00
pcg_rand.cc Amend 55211b8d (PRNG seed, use local address) 2021-08-16 04:59:10 +02:00
pool.cc Only dump SessionEvent pool in debug builds 2022-07-07 22:34:11 +02:00
property_list.cc
pthread_utils.cc Amend previous commit, fix debug print format 2022-06-03 05:32:19 +02:00
reallocpool.cc
receiver.cc
resource.cc
run-tests.sh
search_path.cc Prevent duplicate search paths 2020-12-02 21:34:52 +01:00
semutils.cc Use SYS_futex instead of __NR_futex 2022-05-30 21:56:49 +02:00
shortpath.cc
signals.cc
spinlock.cc
stacktrace.cc miscellaneous fixes for warnings from -Wconversion 2022-07-04 22:01:48 -06:00
stateful_diff_command.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
stateful.cc Remove unused imports and modernize stateful.cc 2022-05-13 23:07:49 +02:00
string_convert.cc
strreplace.cc Fix poor_mans_glob, ~' for $HOME' is only valid at the start of a path 2022-02-01 15:47:54 +01:00
strsplit.cc
system_exec.cc SystemExec try SIGINT before SIGKILL 2022-09-12 16:17:55 +02:00
textreceiver.cc Add debug transmitter 2020-10-13 21:27:16 +02:00
timer.cc
timing.cc change PBD::microseconds_t to a signed type and check for -1 in TimingStats::update 2021-06-28 14:47:48 -06:00
tlsf.cc use C style cast in C code, rather than C++ constructor 2022-06-22 13:31:08 -06:00
transmitter.cc Fix source typos (heirarchy->hierarchy) 2022-04-08 21:38:00 +02:00
undo.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
uuid.cc
whitespace.cc Add a missing #include 2022-09-10 10:20:37 +01:00
windows_mmcss.cc
windows_special_dirs.cc Fix minor memory leak when querying Windows registry 2021-10-11 18:20:07 +02:00
windows_timer_utils.cc window compilation fix 2021-06-26 18:40:44 -06:00
wscript libpbd: new threader Inflater and Downlaoder classes 2022-09-13 13:53:45 -06:00
xml++.cc Fix typos 2022-09-21 19:09:55 -06:00