cyclonedds/src
Erik Boasson c61c880fd2 make proxy reader/writer references to sertopics properly counted, strong references
without this, deleting the last reader/writer that references the topic results in a dangling pointer ... but there is another intriguing solution: erase the topic from the proxy reader/writer when the last matching local one disappears, so that the topic completely disappears. I rather like this second solution, but I am not yet sure of the consequences and the first (implemented one) is such a simple change that fixes a real problem that it is a no-brainer

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-01-03 17:30:25 +01:00
..
cmake Replace Criterion by CUnit 2018-12-06 14:48:30 +01:00
core make proxy reader/writer references to sertopics properly counted, strong references 2019-01-03 17:30:25 +01:00
docs Rename get and set of enabled status to mask 2018-12-11 11:07:09 +01:00
etc Let dds_create_participant determine domain id if config specifies "any" (new default) 2018-10-14 14:02:47 +08:00
examples trivial modifications to pacify gcc -O2 and clang --analyze 2019-01-02 15:03:20 +01:00
idlc Fix build with openJDK-10 2018-06-23 21:51:21 +02:00
os increase maximum size of thread name in tracing code to fit "dq.builtin" 2019-01-02 16:44:24 +01:00
scripts Initial contribution 2018-04-10 17:03:59 +02:00
tools trivial modifications to pacify gcc -O2 and clang --analyze 2019-01-02 15:03:20 +01:00
util change initialization of AVL trees to avoid "strict prototype" warnings 2019-01-02 15:03:19 +01:00
CMakeLists.txt enable address sanitizer on clang Debug builds by default 2018-12-25 12:40:05 +01:00