changes the compare function wrapper for pointer lists so that it no longer invokes the actual compare function for NULL pointers

fix missing documentation if insert_unique member - relates to #557

fix various typos in the web documentation

add functions to insert elements into lists/arrays without duplicates - resolves #557

assert instead of assume sorted property in debug builds

replace all remaining generics with cx_strcast() - resolves #700

add unsigned char strings to cx_strcast() and changes documentation

go back to ctype.h, but this time try to avoid crashes in Microsoft's implementation

missing custom CFLAGS when testing for memrchr availability

improve feature test for memrchr() making it also available on BSD

use memrchr() to implement cx_strrchr() when it is available

fixes regression: missing closing brace in map.h in c++ builds

resolve TODO: test C23 base-2 literals

finalize the documentation on the new hash key features

change map.h to use new CX_HASH_KEY macro

add missing docstrings

change kv-list to use new CX_HASH_KEY macro

fix using empty initializer, which is a C23 extension

fix cxKvListSetKey() and cxKvListRemoveKey() accidentally not declared for C++

add C++ implementation of CX_HASH_KEY()

add generic CX_HASH_KEY() macro

add changelog entries for issue #720

add support for integer keys - resolves #720

add size_t compare functions

simplify hash map iterator - resolves #727

fix cx_kvl_map_put() returning the wrong pointer

add kv-list files to MSVC project files

fix initialization of cxDefaultAllocator for MSVC

add cxKvListGetKey()

fix that cxKvListInsert() did not lose the sorted property

remove unused old cx_kv_list_remove_key() prototype

fix typo in CHANGELOG

(0) -1000 -300 -100 -50 -32 tip

mercurial