2 ------------------------ |
2 ------------------------ |
3 * adds cx_linked_list_find_node() |
3 * adds cx_linked_list_find_node() |
4 * adds cxListFindRemove() |
4 * adds cxListFindRemove() |
5 * adds cxBufferReset() |
5 * adds cxBufferReset() |
6 * adds cx_cmp_ptr() |
6 * adds cx_cmp_ptr() |
|
7 * adds runtime constants to read out the actual SBO sizes |
7 * adds improved version of UCX 2 Test framework (now a self-contained header) |
8 * adds improved version of UCX 2 Test framework (now a self-contained header) |
8 * the cx_compare_func symbol is now also declared by compare.h |
9 * the cx_compare_func symbol is now also declared by compare.h |
9 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
10 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
|
11 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
10 * removes CMake |
12 * removes CMake |
11 * removes GTest dependency |
13 * removes GTest dependency |
|
14 * removes flags to disable SBO in tests |
12 |
15 |
13 Version 3.0 - 2023-07-09 |
16 Version 3.0 - 2023-07-09 |
14 ------------------------ |
17 ------------------------ |
15 * complete redesign from scratch |
18 * complete redesign from scratch |
16 * collections can now store copies of objects and not just pointers |
19 * collections can now store copies of objects and not just pointers |