add test for growing an array's capacity

use safe memcmp also as default for the hash map - relates to # 615

remove cx_ccmp_memcmp() again - i.e. we don't provide any 3-arg cmp func in compare.h

fixes elem_size for default memcmp-based compare function not robust against reallocations

fix outdated names of the cx_ccmp functions + adds first tests for using cx_compare_func2

fix cxSetAdvancedCompareFunc() setting the wrong custom data field

check-all.sh now also works when nothing has been configured so far

let check-all.sh restore the build tree when it's done

add tmpnam() fallback when in ISO C23 mode - resolves #786

make check-all.sh faster by adding parallelization

add cx_array_remove() and cx_array_remove_fast()

changes macros for adding/inserting a single element into an array to automatically take the address - relates to #619

add missing _c variants for some linked-list functions - relates to #622

fix nonnull attribute for cx_array_insert_sorted_c_() - relates to #622

add missing compare_func2 variants of the array functions - relates to #622

add convenience array_sort functions - relates to #622

use qsort_r() when it is available - relates to #622

fix and simplify discovery of memrchr

huge refactoring of collections to add support for 3-arg compare functions

add tests for freeing memory with a reallocation of size zero

update names of internal simple_clone funcs to shallow_clone funcs - relates to #780

remove dependency from tree.c to array_list.h

update the online docs with the new array API - resolves #619

minor improvement of iterator.h documentation

change build s.t. the online docs are generated exactly how we want to publish them

adds docstrings to the new array API - relates to #619

fix missing docstrings for the convenience macros in allocator.h

fixes docstring comment for 'continuation' member

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

mercurial