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
MSVCpbd
pbd Insert_or_assign properties, allow to override properties 2022-10-07 00:32:14 +02:00
test
base_ui.cc
basename.cc
boost_debug.cc
cartesian.cc
ChangeLog
cocoa_open_uri.mm
command.cc
configuration_variable.cc
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
crossthread.posix.cc
crossthread.win.cc
debug.cc
debug_rt_alloc.c
demangle.cc
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
event_loop.cc
ffs.cc
file_archive.cc threaded archive inflation for library mgmt 2022-09-13 13:53:45 -06:00
file_utils.cc
fpu.cc
glib_event_source.cc
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
md5.cc
microseconds.cc
mountpoint.cc
openuri.cc
pathexpand.cc
pbd.cc
pcg_rand.cc
pool.cc Only dump SessionEvent pool in debug builds 2022-07-07 22:34:11 +02:00
property_list.cc
pthread_utils.cc
reallocpool.cc
receiver.cc
resource.cc
run-tests.sh
search_path.cc
semutils.cc
shortpath.cc
signals.cc
spinlock.cc
stacktrace.cc miscellaneous fixes for warnings from -Wconversion 2022-07-04 22:01:48 -06:00
stateful.cc
stateful_diff_command.cc
string_convert.cc
strreplace.cc
strsplit.cc
system_exec.cc SystemExec try SIGINT before SIGKILL 2022-09-12 16:17:55 +02:00
textreceiver.cc
timer.cc
timing.cc
tlsf.cc
transmitter.cc
undo.cc
uuid.cc
whitespace.cc Add a missing #include 2022-09-10 10:20:37 +01:00
windows_mmcss.cc
windows_special_dirs.cc
windows_timer_utils.cc
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