implement cx_kvl_find_remove() default tip

fix documentation of return value of cx_linked_list_find()

make cx_kvl_remove() also remove the keys from the map

kv-list: remove obsolete TODOs and add a test case to prove it

kv-list: fix a possible source of UB when allocation fails during list creation

kv-list: fix support for CX_STORE_POINTERS when using the map interface

remove now unused destructor wrapper

change kv-list destructor strategy to only use the list destructors

change linked_list.c to allow custom data in nodes + implement cx_kv_list_set_key()

add failing test case test_kv_list_set_key()

implement a patch function that results in (almost) always calling the correct destructors

fix that the fallthrough attributes were not abstracted by the cx_attr macros

add failing tests for when clear/remove are called with destructors in the "opposite" aspect of a kv-list

add several fixme and todo comments regarding invoking destructors

implement support for registering destructors to a kv-list using its map aspect

(0) -1000 -300 -100 -15 tip

mercurial