changelog
- Thu, 05 Dec 2024 01:54:12 +0100
- by Mike Becker <universe@uap-core.de> [Thu, 05 Dec 2024 01:54:12 +0100] rev 1000
- simplify how the json parser works
relates to #431 and fixes several errors related to issue #475
- Thu, 05 Dec 2024 01:51:47 +0100
- by Mike Becker <universe@uap-core.de> [Thu, 05 Dec 2024 01:51:47 +0100] rev 999
- add cx_array_reserve() and several more array convenience functions
- Mon, 02 Dec 2024 20:58:17 +0100
- by Mike Becker <universe@uap-core.de> [Mon, 02 Dec 2024 20:58:17 +0100] rev 998
- make cx_array_copy() support different types for size/capacity - fixes #492
- Thu, 28 Nov 2024 20:59:11 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 28 Nov 2024 20:59:11 +0100] rev 997
- fix missing cxMempoolFree in json allocator test
- Thu, 28 Nov 2024 20:53:56 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 28 Nov 2024 20:53:56 +0100] rev 996
- add support for allocators to the json parser
- Thu, 28 Nov 2024 19:37:00 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 28 Nov 2024 19:37:00 +0100] rev 995
- fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior