CHANGELOG

Sun, 31 Dec 2023 14:29:46 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 31 Dec 2023 14:29:46 +0100
changeset 786
b0ebb3d88407
parent 770
ed710122af44
child 808
f7f193893894
permissions
-rw-r--r--

declare cx_compare_func in compare.h - fixes #344

     1 Version 3.1 - tbd.
     2 ------------------------
     3  * adds cx_linked_list_find_node()
     4  * adds cxListFindRemove()
     5  * adds cxBufferReset()
     6  * adds cx_cmp_ptr()
     7  * 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  * fixes wrong link from UCX 2 documentation to UCX 3 documentation
    10  * removes CMake
    11  * removes GTest dependency
    13 Version 3.0 - 2023-07-09
    14 ------------------------
    15  * complete redesign from scratch
    16  * collections can now store copies of objects and not just pointers
    17  * collections are now dynamically implemented
    18  * users of the library can specify own implementations of collections that work with the UCX API
    19  * low level API for custom lists that do not use the UCX structures
    20  * various fixes and improvements
    21  * drops some other, rarely used, features
    22  * removes testing implementation from the lib
    25 Version 2.1 - 2019-12-30
    26 ------------------------
    28 * adds string replace functions
    29 * adds set operations for UcxList and UcxMap
    30 * adds sstrcaseprefix() and sstrcasesuffix()
    31 * improves Doxygen documentation in ucx/string.h
    32 * adds UcxArray data type
    33 * adds support for CMake builds, but main build system is still autotools
    35 Version 2.0 - 2018-12-28
    36 ------------------------
    38 * some uncritical bug fixes
    39 * overflow of sstrnlen now returns SIZE_MAX instead of zero
    40 * adds scstr_t - a const char* variant for sstr_t
    41 * renames utility compare functions
    43 Version 1.1 - 2018-05-14
    44 ------------------------
    46 * adds missing 32 bit support to integer overflow checks
    47 * adds ucx_buffer_to_sstr() macro
    48 * adds ucx_avl_free_content()
    49 * adds some more compare and distance functions in utils.h
    50 * adds SFMT() and PRIsstr convenience macros
    51 * destructor functions for *_free_content() functions are now optional
    53 Version 1.0.1 - 2018-01-21
    54 --------------------------
    56 * some bug fixes
    57 * adds integer overflow checks
    59 Version 1.0 - 2017-10-28
    60 ------------------------
    62 * first stable version of UCX released

mercurial