| 42 * removes GTest dependency |
42 * removes GTest dependency |
| 43 * removes flags to disable SBO in tests |
43 * removes flags to disable SBO in tests |
| 44 * removes CX_LINKED_LIST_SWAP_SBO_SIZE (it's not really an optimization for linked lists) |
44 * removes CX_LINKED_LIST_SWAP_SBO_SIZE (it's not really an optimization for linked lists) |
| 45 * fixes cx_strcmp() and cx_strcasecmp() not being useful for lexicographic ordering |
45 * fixes cx_strcmp() and cx_strcasecmp() not being useful for lexicographic ordering |
| 46 * fixes cx_hash_key_cxstr() evaluating the argument twice |
46 * fixes cx_hash_key_cxstr() evaluating the argument twice |
| 47 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
|
| 48 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
47 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
| |
48 * ends UCX 2.1 long term support |
| 49 |
49 |
| 50 Version 3.0 - 2023-07-09 |
50 Version 3.0 - 2023-07-09 |
| 51 ------------------------ |
51 ------------------------ |
| 52 |
52 |
| 53 * complete redesign from scratch |
53 * complete redesign from scratch |