| 8 * adds cxBufferReset() |
8 * adds cxBufferReset() |
| 9 * adds cx_cmp_ptr() |
9 * adds cx_cmp_ptr() |
| 10 * adds cx_sprintf() and several more variants |
10 * adds cx_sprintf() and several more variants |
| 11 * adds runtime constants to read out the actual SBO sizes |
11 * adds runtime constants to read out the actual SBO sizes |
| 12 * adds improved version of UCX 2 Test framework (now a self-contained header) |
12 * adds improved version of UCX 2 Test framework (now a self-contained header) |
| |
13 * adds cx_nmemb() utility function to common.h |
| 13 * the cx_compare_func symbol is now declared by compare.h |
14 * the cx_compare_func symbol is now declared by compare.h |
| 14 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
15 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
| 15 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
16 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
| 16 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |
17 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |
| 17 * removes CMake |
18 * removes CMake |