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 improved version of UCX 2 Test framework (now a self-contained header) |
7 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
8 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
8 * removes CMake, except for tests at the moment, in favor of uwproj |
9 * removes CMake |
|
10 * removes GTest dependency |
9 |
11 |
10 Version 3.0 - 2023-07-09 |
12 Version 3.0 - 2023-07-09 |
11 ------------------------ |
13 ------------------------ |
12 * complete redesign from scratch |
14 * complete redesign from scratch |
13 * collections can now store copies of objects and not just pointers |
15 * collections can now store copies of objects and not just pointers |