CHANGELOG

changeset 989
8aa57a7fecc4
parent 971
cc204fc56c9c
equal deleted inserted replaced
988:15b3ca7ee33f 989:8aa57a7fecc4
10 * adds cx_cmp_ptr() 10 * adds cx_cmp_ptr()
11 * adds cx_sprintf() and several more variants 11 * adds cx_sprintf() and several more variants
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,
16 to accept NULL as allocator argument (in which case a default allocator will be used)
15 * moves cx_compare_func typedef to compare.h 17 * moves cx_compare_func typedef to compare.h
16 * moves cx_szmul() to common.h 18 * moves cx_szmul() to common.h
17 * moves stream copy functions to new streams.h 19 * moves stream copy functions to new streams.h
18 * removes utils.h 20 * removes utils.h
19 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) 21 * removes flag_removal function from iterator (unfortunately breaks binary compatibility)

mercurial