CHANGELOG

Wed, 24 Jan 2024 22:19:05 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 24 Jan 2024 22:19:05 +0100
changeset 817
949908c97474
parent 810
85859399a0cc
child 818
2be8fe3d5a2d
permissions
-rw-r--r--

add cx_array_default_reallocator

     1 Version 3.1 - tbd.
     2 ------------------------
     3  * adds tree.h
     4  * adds cx_array_default_reallocator
     5  * adds cx_linked_list_find_node()
     6  * adds cxListFindRemove()
     7  * adds cxBufferReset()
     8  * adds cx_cmp_ptr()
     9  * adds cx_sprintf() and several more variants
    10  * adds runtime constants to read out the actual SBO sizes
    11  * adds improved version of UCX 2 Test framework (now a self-contained header)
    12  * the cx_compare_func symbol is now also declared by compare.h
    13  * fixes wrong link from UCX 2 documentation to UCX 3 documentation
    14  * fixes critical bug that produced wrong results when comparing lists of different type but same size
    15  * removes CMake
    16  * removes GTest dependency
    17  * removes flags to disable SBO in tests
    19 Version 3.0 - 2023-07-09
    20 ------------------------
    21  * complete redesign from scratch
    22  * collections can now store copies of objects and not just pointers
    23  * collections are now dynamically implemented
    24  * users of the library can specify own implementations of collections that work with the UCX API
    25  * low level API for custom lists that do not use the UCX structures
    26  * various fixes and improvements
    27  * drops some other, rarely used, features
    28  * removes testing implementation from the lib
    31 Version 2.1 - 2019-12-30
    32 ------------------------
    34 * adds string replace functions
    35 * adds set operations for UcxList and UcxMap
    36 * adds sstrcaseprefix() and sstrcasesuffix()
    37 * improves Doxygen documentation in ucx/string.h
    38 * adds UcxArray data type
    39 * adds support for CMake builds, but main build system is still autotools
    41 Version 2.0 - 2018-12-28
    42 ------------------------
    44 * some uncritical bug fixes
    45 * overflow of sstrnlen now returns SIZE_MAX instead of zero
    46 * adds scstr_t - a const char* variant for sstr_t
    47 * renames utility compare functions
    49 Version 1.1 - 2018-05-14
    50 ------------------------
    52 * adds missing 32 bit support to integer overflow checks
    53 * adds ucx_buffer_to_sstr() macro
    54 * adds ucx_avl_free_content()
    55 * adds some more compare and distance functions in utils.h
    56 * adds SFMT() and PRIsstr convenience macros
    57 * destructor functions for *_free_content() functions are now optional
    59 Version 1.0.1 - 2018-01-21
    60 --------------------------
    62 * some bug fixes
    63 * adds integer overflow checks
    65 Version 1.0 - 2017-10-28
    66 ------------------------
    68 * first stable version of UCX released

mercurial