changelog
    
    
    - Thu, 31 Oct 2024 13:24:39 +0100
 
    - by Mike Becker <universe@uap-core.de> [Thu, 31 Oct 2024 13:24:39 +0100] rev 960
 
    - test coverage does not really work with clang
 
    - Thu, 31 Oct 2024 12:15:45 +0100
 
    - by Mike Becker <universe@uap-core.de> [Thu, 31 Oct 2024 12:15:45 +0100] rev 959
 
    - add common.h include to test.h - fixes #464
 
    - Thu, 31 Oct 2024 12:15:13 +0100
 
    - by Mike Becker <universe@uap-core.de> [Thu, 31 Oct 2024 12:15:13 +0100] rev 958
 
    - update build dependencies for json.c
 
    - Wed, 30 Oct 2024 16:59:53 +0100
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Wed, 30 Oct 2024 16:59:53 +0100] rev 957
 
    - fix map.h C++ inline functions not ported to new collection base class
 
    - Tue, 29 Oct 2024 18:47:49 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 18:47:49 +0100] rev 956
 
    - fix comparing size_t with int
 
    - Tue, 29 Oct 2024 18:46:50 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 18:46:50 +0100] rev 955
 
    - remove cx_swap_ptr()
 
    - Tue, 29 Oct 2024 18:15:06 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 18:15:06 +0100] rev 954
 
    - use cx_array_add() instead of reimplementing the magic
 
    - Tue, 29 Oct 2024 18:14:02 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 18:14:02 +0100] rev 953
 
    - add function to create array reallocator that can move arrays from stack to heap
resolves #465 
    - Tue, 29 Oct 2024 16:53:00 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 16:53:00 +0100] rev 952
 
    - add msvc support
 
    - Tue, 29 Oct 2024 16:47:40 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 16:47:40 +0100] rev 951
 
    - remove dynamic arrays which are not supported by msvc
 
    - Tue, 29 Oct 2024 16:47:19 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 16:47:19 +0100] rev 950
 
    - fix missing pointer initializations
 
    - Tue, 29 Oct 2024 16:08:37 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 16:08:37 +0100] rev 949
 
    - add cast from size_t to unsigned to avoid warnings from certain compilers
 
    - Tue, 29 Oct 2024 16:01:10 +0100
 
    - by Mike Becker <universe@uap-core.de> [Tue, 29 Oct 2024 16:01:10 +0100] rev 948
 
    - fix compile regression on some platforms after removing sys/types.h include
 
    - Wed, 23 Oct 2024 19:33:36 +0200
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Wed, 23 Oct 2024 19:33:36 +0200] rev 947
 
    - fix cx_mempool_free crash if ptr is null
 
    - Tue, 22 Oct 2024 23:10:31 +0200
 
    - by Mike Becker <universe@uap-core.de> [Tue, 22 Oct 2024 23:10:31 +0200] rev 946
 
    - avoid state buffer allocation for JSON with reasonable nesting depth