12 * adds runtime constants to read out the actual SBO sizes |
12 * adds runtime constants to read out the actual SBO sizes |
13 * adds improved version of UCX 2 Test framework (now a self-contained header) |
13 * adds improved version of UCX 2 Test framework (now a self-contained header) |
14 * adds cx_nmemb() utility function to common.h |
14 * adds cx_nmemb() utility function to common.h |
15 * changes all functions, for which there is no dedicated xyz_a variant, |
15 * changes all functions, for which there is no dedicated xyz_a variant, |
16 to accept NULL as allocator argument (in which case a default allocator will be used) |
16 to accept NULL as allocator argument (in which case a default allocator will be used) |
|
17 * changes the name of destroy functions that actually free the memory to better indicate their behavior |
17 * moves cx_compare_func typedef to compare.h |
18 * moves cx_compare_func typedef to compare.h |
18 * moves cx_szmul() to common.h |
19 * moves cx_szmul() to common.h |
19 * moves stream copy functions to new streams.h |
20 * moves stream copy functions to new streams.h |
20 * removes utils.h |
21 * removes utils.h |
21 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |
22 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |