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

implement cx_kvl_map_remove()

add test_kv_list_map_remove()

make test_kv_list_map_put() pass

add failing test case for inserting into kv-list via map

add missing attributes to generic implementations

fix broken C++ build

fix wrong position of cstr argument in attribute

fix that the wrong vtable is patched when CX_STORE_POINTERS is used

make comparisons between kv_list and linked_list optimizable

fix some grammar and wording issues

implement kv-list to a point where it correctly behaves like a list

remove overlooked unnecessary attribute

roll out the function stubs for the kv-list

create a header file for the new key-value-lists

remove obsolete attributes

fix that the support for NULL when creating mutating iterators was broken

add support for NULL in map iterators

(0) -1000 -300 -100 -50 -24 tip

mercurial