| 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 * move cx_szmul() to common.h |
| 15 * the cx_compare_func symbol is now declared by compare.h |
16 * the cx_compare_func symbol is now declared by compare.h |
| 16 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
17 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
| 17 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
18 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
| 18 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |
19 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |
| 19 * removes CMake |
20 * removes CMake |