| 9 * adds cxBufferReset() |
9 * adds cxBufferReset() |
| 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 * the cx_compare_func symbol is now also declared by compare.h |
14 * the cx_compare_func symbol is now declared by compare.h |
| 15 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
15 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
| 16 * 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 |
| 17 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |
17 * removes flag_removal function from iterator (unfortunately breaks binary compatibility) |
| 18 * removes CMake |
18 * removes CMake |
| 19 * removes GTest dependency |
19 * removes GTest dependency |