CHANGELOG

changeset 1187
0f70bb04f7ba
parent 1178
9998cfb4a65b
child 1194
b9654414c087
equal deleted inserted replaced
1186:7fc882813125 1187:0f70bb04f7ba
1 Version 3.1 - tbd. 1 Version 3.1 - 2025-02-11
2 ------------------------ 2 ------------------------
3 3
4 * adds properties.h 4 * adds properties.h
5 * adds tree.h 5 * adds tree.h
6 * adds json.h 6 * adds json.h
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

mercurial