changelog
- Thu, 11 Sep 2025 20:17:43 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 11 Sep 2025 20:17:43 +0200] rev 1372
- kv-list: remove obsolete TODOs and add a test case to prove it
relates to #461
- Thu, 11 Sep 2025 20:10:12 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 11 Sep 2025 20:10:12 +0200] rev 1371
- kv-list: fix a possible source of UB when allocation fails during list creation
relates to #461
- Thu, 11 Sep 2025 20:09:33 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 11 Sep 2025 20:09:33 +0200] rev 1370
- kv-list: fix support for CX_STORE_POINTERS when using the map interface
relates to #461
- Thu, 11 Sep 2025 19:59:49 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 11 Sep 2025 19:59:49 +0200] rev 1369
- remove now unused destructor wrapper
relates to #461
- Wed, 10 Sep 2025 19:15:58 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Sep 2025 19:15:58 +0200] rev 1368
- change kv-list destructor strategy to only use the list destructors
relates to #461
- Tue, 09 Sep 2025 22:30:18 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 09 Sep 2025 22:30:18 +0200] rev 1367
- change linked_list.c to allow custom data in nodes + implement cx_kv_list_set_key()
relates to #461
- Mon, 08 Sep 2025 22:48:48 +0200
- by Mike Becker <universe@uap-core.de> [Mon, 08 Sep 2025 22:48:48 +0200] rev 1366
- add failing test case test_kv_list_set_key()
relates to #461
- Sun, 07 Sep 2025 17:08:26 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 07 Sep 2025 17:08:26 +0200] rev 1365
- implement a patch function that results in (almost) always calling the correct destructors
relates to #461
- Sat, 06 Sep 2025 11:57:17 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 06 Sep 2025 11:57:17 +0200] rev 1364
- fix that the fallthrough attributes were not abstracted by the cx_attr macros
- Wed, 03 Sep 2025 23:10:36 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 03 Sep 2025 23:10:36 +0200] rev 1363
- add failing tests for when clear/remove are called with destructors in the "opposite" aspect of a kv-list
relates to #461