changelog
    
    
    - 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
 
    - Tue, 22 Oct 2024 22:42:48 +0200
 
    - by Mike Becker <universe@uap-core.de> [Tue, 22 Oct 2024 22:42:48 +0200] rev 945
 
    - add cx_nmemb() utility
 
    - Tue, 22 Oct 2024 22:20:50 +0200
 
    - by Mike Becker <universe@uap-core.de> [Tue, 22 Oct 2024 22:20:50 +0200] rev 944
 
    - make both gcc and clang happy with how cx_json_value_nothing is initialized
 
    - Tue, 22 Oct 2024 12:23:43 +0200
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 22 Oct 2024 12:23:43 +0200] rev 943
 
    - fix memory leak in case of json parser errors