Activity for UAP Common Extensions (UCX)

  • UAP Common Extensions (UCX) UAP Common Extensions (UCX) released /ucx-4.0.1.tar.gz

  • UniversE UniversE committed [8cce5e] on Code

    Added tag v4.0.1 for changeset 93f0a3403c63

  • UniversE UniversE committed [93f0a3] on Code

    update versions in configure script

  • UniversE UniversE committed [4df57f] on Code

    incorrect nonnull-attribute for various list.h functions - fixes #796

  • UniversE UniversE committed [7bc94a] on Code

    add usage instructions to install.md

  • UniversE UniversE committed [bbbcf5] on Code

    remove -pedantic from the header compilation check to allow anonymous structs

  • UniversE UniversE committed [3f05e8] on Code

    mempool.h - internalize structs that are not C++ compatible

  • UniversE UniversE committed [abb995] on Code

    fixes #799 - missing return type in the C++ version of cx_strtok_next()

  • UniversE UniversE committed [d2a36d] on Code

    add extra test for compiling with a C++ compiler

  • UniversE UniversE committed [79c32b] on Code

    fixes #800 - memory leaks in two CxTree test cases

  • UniversE UniversE committed [1ba637] on Code

    update uwproj and start development of version 4.0.1

  • UniversE UniversE committed [ca825e] on Code

    Added tag v4.0 for changeset 976e629ce990

  • UniversE UniversE committed [976e62] on Code

    fix online docs examples

  • Pyrphoros Pyrphoros committed [d21cec] on Code

    fix qsort on macOS

  • UniversE UniversE committed [a2757c] on Code

    proof-read documentation

  • UniversE UniversE committed [c2d05c] on Code

    fix that Microsoft's _strnicmp crashes when a string is NULL although count == 0

  • UniversE UniversE committed [56731b] on Code

    final docs fixes + add release date to the changelog

  • UniversE UniversE committed [5e608d] on Code

    merge logo change

  • Pyrphoros Pyrphoros committed [d08b63] on Code

    add new ucx logo

  • UniversE UniversE committed [7d4129] on Code

    complete tree.c testing

  • UniversE UniversE committed [a5b7cf] on Code

    fix tree node destruction + reactivate all tests

  • UniversE UniversE committed [270738] on Code

    fix JSON tests

  • UniversE UniversE committed [b80308] on Code

    improve cxBufferReserve() test

  • UniversE UniversE committed [034437] on Code

    add test for cx_strcat() with zero additional strings

  • UniversE UniversE committed [89a07d] on Code

    add overflow tests for cx_array_insert_()

  • UniversE UniversE committed [e5399c] on Code

    complete properties.c test coverage

  • UniversE UniversE committed [9dd799] on Code

    remove the old UAP logo

  • UniversE UniversE committed [56e76f] on Code

    rework of the entire tree API - resolves #772

  • UniversE UniversE committed [1aa21a] on Code

    add full generic support for cx_strsplit()

  • UniversE UniversE committed [4a08da] on Code

    add full generic support for cx_strtrim()

  • UniversE UniversE committed [6cf10b] on Code

    remove unnecessary explicit calls to cx_str() from the tests

  • UniversE UniversE committed [1d73c7] on Code

    add full generic support for cx_strstr()

  • UniversE UniversE committed [f889ff] on Code

    add full generic support for cx_strchr() and cx_strrchr()

  • UniversE UniversE committed [36c0fb] on Code

    overhaul all attributes

  • UniversE UniversE committed [8b0f16] on Code

    full generic support for cx_strsubs() and cx_strsubsl()

  • UniversE UniversE committed [0c338b] on Code

    add cx_strcast_m()

  • UniversE UniversE committed [943604] on Code

    partially revert the changes to cx_strcat() and add CX_NULLSTR macro

  • UniversE UniversE committed [cf19b7] on Code

    simplify cx_strtok_next() by removing the _m() variant - relates to #792

  • UniversE UniversE committed [56f55f] on Code

    merge changes for Windows

  • UniversE UniversE committed [1ac3c1] on Code

    fix compilation errors and warnings under MSVC

  • UniversE UniversE committed [d41662] on Code

    add test_properties_next_starts_with_newlines()

  • UniversE UniversE committed [3ffdfe] on Code

    add cx_strat()

  • UniversE UniversE committed [608cc0] on Code

    changes cx_strcat() family of function to return an int and removes two unnecessary variants

  • UniversE UniversE committed [b79405] on Code

    enable inline optimizations when creating hash keys from literals

  • UniversE UniversE committed [e5a8c4] on Code

    adds support for CxHashKey pointers in CX_HASH_KEY() and all map functions

  • UniversE UniversE committed [9c995c] on Code

    remove obsolete changelog entry for cx_cmp_memcmp()

  • UniversE UniversE committed [527ac0] on Code

    fixes that cx_list_default_insert_array() has the wrong nonnull attribute when used for cxListEmplaceArray()

  • UniversE UniversE committed [a389bf] on Code

    add WITH_MKSTEMP macro because the previous feature test did not always work

  • UniversE UniversE committed [802ab2] on Code

    add ubsan feature (for debugging)

  • UniversE UniversE committed [a72628] on Code

    make find_remove tests robust against possible duplicates in the random test data

  • UniversE UniversE committed [71aa6e] on Code

    revert incorrect use of elem_size argument in cxArrayListCreate()

  • UniversE UniversE committed [c6a038] on Code

    improve code in cxArrayListCreate()

  • UniversE UniversE committed [68a03c] on Code

    add overflow check to cx_array_insert()

  • UniversE UniversE committed [745ae5] on Code

    optimize test whether elements need to be moved in cx_array_insert()

  • UniversE UniversE committed [5ab3fe] on Code

    adds cx_bstr() and cx_bstr_m()

  • UniversE UniversE committed [6a842b] on Code

    adds cx_hash_key_as_string()

  • UniversE UniversE committed [db8299] on Code

    add support for any string as a delimiter in all cx_strsplit() variants

  • UniversE UniversE committed [38b051] on Code

    add support for any string to all cx_strreplace() variants

  • UniversE UniversE committed [aa8621] on Code

    define own cx_thread_local macro that is compatible to C11/C17, C23, and MSVC

  • UniversE UniversE committed [fef6bc] on Code

    add more checks to the check-all.sh

  • UniversE UniversE committed [3c5550] on Code

    fix missing parameter list for cx_test_suite_linked_list_low_level()

  • UniversE UniversE committed [67834d] on Code

    merge remote changes

  • Pyrphoros Pyrphoros committed [27037c] on Code

    use C11 _Thread_local keyword instead of macro

  • UniversE UniversE committed [85fd3f] on Code

    add support for any string to cx_strstr() and cx_strstr_m()

  • UniversE UniversE committed [bbe319] on Code

    changes cx_strcpy() and cx_strcpy_a() to accept any string

  • UniversE UniversE committed [045894] on Code

    annotate unreachable path (if the pre-condition is not violated)

  • UniversE UniversE committed [ae5f20] on Code

    add some compare_func2 tests for linked lists - resolves #622

  • UniversE UniversE committed [c12d56] on Code

    improve output of test results

  • UniversE UniversE committed [1bd16b] on Code

    move low-level linked list tests to separate suite

  • UniversE UniversE committed [5c3e64] on Code

    update online documentation - relates to #622

  • UniversE UniversE committed [14ae6a] on Code

    add tests for cxMapCompare() - relates to #622

  • UniversE UniversE committed [34c2e1] on Code

    add complete test coverage for the new array features

  • UniversE UniversE committed [5ed918] on Code

    add test for growing an array's capacity

  • UniversE UniversE committed [4983b6] on Code

    use safe memcmp also as default for the hash map - relates to # 615

  • UniversE UniversE committed [006e07] on Code

    remove cx_ccmp_memcmp() again - i.e. we don't provide any 3-arg cmp func in compare.h

  • UniversE UniversE committed [fe24b6] on Code

    fixes elem_size for default memcmp-based compare function not robust against reallocations

  • UniversE UniversE committed [f74e4f] on Code

    fix outdated names of the cx_ccmp functions + adds first tests for using cx_compare_func2

  • UniversE UniversE committed [74c658] on Code

    fix cxSetAdvancedCompareFunc() setting the wrong custom data field

  • UniversE UniversE committed [17ae70] on Code

    check-all.sh now also works when nothing has been configured so far

  • UniversE UniversE committed [ac24ad] on Code

    let check-all.sh restore the build tree when it's done

  • UniversE UniversE committed [b15ed9] on Code

    add tmpnam() fallback when in ISO C23 mode - resolves #786

  • UniversE UniversE committed [d643fe] on Code

    make check-all.sh faster by adding parallelization

  • UniversE UniversE committed [a2565f] on Code

    add cx_array_remove() and cx_array_remove_fast()

  • UniversE UniversE committed [89a2d5] on Code

    changes macros for adding/inserting a single element into an array to automatically take the address - relates to #619

  • UniversE UniversE committed [aab238] on Code

    add missing _c variants for some linked-list functions - relates to #622

  • UniversE UniversE committed [592aae] on Code

    fix nonnull attribute for cx_array_insert_sorted_c_() - relates to #622

  • UniversE UniversE committed [27e7a4] on Code

    add missing compare_func2 variants of the array functions - relates to #622

  • UniversE UniversE committed [c52a4c] on Code

    add convenience array_sort functions - relates to #622

  • UniversE UniversE committed [bf5d64] on Code

    use qsort_r() when it is available - relates to #622

  • UniversE UniversE committed [0db02a] on Code

    fix and simplify discovery of memrchr

  • UniversE UniversE committed [ef7cab] on Code

    huge refactoring of collections to add support for 3-arg compare functions

  • UniversE UniversE committed [d4385f] on Code

    add tests for freeing memory with a reallocation of size zero

  • UniversE UniversE committed [bdc04a] on Code

    update names of internal simple_clone funcs to shallow_clone funcs - relates to #780

  • UniversE UniversE committed [5c2111] on Code

    remove dependency from tree.c to array_list.h

  • UniversE UniversE committed [1e0e7f] on Code

    update the online docs with the new array API - resolves #619

  • UniversE UniversE committed [75a8c6] on Code

    minor improvement of iterator.h documentation

  • UniversE UniversE committed [db1f64] on Code

    change build s.t. the online docs are generated exactly how we want to publish them

  • UniversE UniversE committed [de21dd] on Code

    adds docstrings to the new array API - relates to #619

  • UniversE UniversE committed [ce0b0b] on Code

    fix missing docstrings for the convenience macros in allocator.h

  • UniversE UniversE committed [a767bf] on Code

    fixes docstring comment for 'continuation' member

1 >