remove mingw support (we have MSVC support) + fix regression on macos platform default tip

add support for multiple parallel versions of ucx

remove *.pc attribute that might cause compatibility issues

protect against possible spaces in the paths

add pkgconf support

ucx 3.2 is not binary compatible - increase the LIBVERSION

fix that the symlinks for the libraries are not relative

cxListDifference() sets the sorted flag if it can guarantee that

add implementation for cxListDifference() - issue #745

continue to fix warnings on certain compilers due to implicit cast from fptr to bool

fix warnings on certain compilers due to implicit cast from fptr to bool

add more test coverage for new map functions and fixes some issues

simplify clone implementations

add tests for cxMapDifference() and cxMapListDifference()

add documentation for cxMapDifference() and cxMapListDifference()

default NULL allocator to cxDefaultAllocator

add implementations for map difference

make clone functions return int instead of size_t

add test coverage for allocation failures in clone-function

fix hash map not being able to deal with 64-bit hashes

add documentation for cxListClone() - relates to #744

add documentation for cxMapClone() - resolves #743

add tests for cxMapClone() - relates to #743

add destruction of uninitialized entries on allocation failure to cxMapClone() - relates to #743

untested draft of cxMapClone() - relates to #743

add cxListClone() - resolves #744 except for test coverage

fix accidental additions of unnecessary unistd.h includes

fix overlooked renaming of cx_attr_export to CX_EXPORT

add cxListEmplaceArray() and cxListEmplaceArrayAt() as preparation for the clone implementation

add possibility to wrap valid function of an iterator (just for the sake of completeness)

define the function pointer for clone functions

minor wording improvements in buffer documentation

remove the concept of "mutating iterators" - resolves #579

add support for non-sorted lists in cxListInsertUnique() and cxListInsertUniqueArray()

make cxCollectionSorted() always return true for empty collections regardless of the sorted flag

clean up header files and adds support for comparing arbitrary strings with string.h functions

remove unnecessary members from the array reallocator struct - fixes #621

fixes tons of typos and grammar issues across the documentation - fixes #667

fixes various bugs related to skipping duplicates in insert_unique - relates to #557

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

(0) -1000 -300 -100 -64 tip

mercurial