14 * adds improved version of UCX 2 Test framework (now a self-contained header) |
14 * adds improved version of UCX 2 Test framework (now a self-contained header) |
15 * adds cx_nmemb() utility function to common.h |
15 * adds cx_nmemb() utility function to common.h |
16 * changes all functions, for which there is no dedicated xyz_a variant, |
16 * changes all functions, for which there is no dedicated xyz_a variant, |
17 to accept NULL as allocator argument (in which case a default allocator will be used) |
17 to accept NULL as allocator argument (in which case a default allocator will be used) |
18 * changes the name of destroy functions that actually free the memory to better indicate their behavior |
18 * changes the name of destroy functions that actually free the memory to better indicate their behavior |
|
19 * change cx_strcat variants to allow handling of ENOMEM |
19 * moves cx_compare_func typedef to compare.h |
20 * moves cx_compare_func typedef to compare.h |
20 * moves cx_szmul() to common.h |
21 * moves cx_szmul() to common.h |
21 * moves stream copy functions to new streams.h |
22 * moves stream copy functions to new streams.h |
22 * removes utils.h |
23 * removes utils.h |
23 * removes flag_removal function from iterator |
24 * removes flag_removal function from iterator |