| 35 * removes cxMapDetach() and makes cxMapRemoveAndGet() compatible with both map variants |
35 * removes cxMapDetach() and makes cxMapRemoveAndGet() compatible with both map variants |
| 36 * removes the API for changing the store_pointer property of collections after their creation |
36 * removes the API for changing the store_pointer property of collections after their creation |
| 37 * removes CMake |
37 * removes CMake |
| 38 * removes GTest dependency |
38 * removes GTest dependency |
| 39 * removes flags to disable SBO in tests |
39 * removes flags to disable SBO in tests |
| |
40 * removes CX_LINKED_LIST_SWAP_SBO_SIZE (it's not really an optimization for linked lists) |
| 40 * fixes cx_strcmp() and cx_strcasecmp() not being useful for lexicographic ordering |
41 * fixes cx_strcmp() and cx_strcasecmp() not being useful for lexicographic ordering |
| 41 * fixes cx_hash_key_cxstr() evaluating the argument twice |
42 * fixes cx_hash_key_cxstr() evaluating the argument twice |
| 42 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
43 * fixes wrong link from UCX 2 documentation to UCX 3 documentation |
| 43 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
44 * fixes critical bug that produced wrong results when comparing lists of different type but same size |
| 44 |
45 |