implement non-mutating iterator

allow setting the key again on the same node

disallow setting a key that already exists

consider the edge case that either list or map operation fails when adding an element

increase test coverage for kv-list

improve cx_kv_list_insert() by using low level access to the list method

implement cx_kv_list_insert()

implement cxKvListRemoveKey()

add error handling to cx_kv_list_set_key()

implement cx_kvl_find_remove()

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

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

mercurial