| Sat, 08 Nov 2025 23:45:19 +0100 |
Mike Becker |
implement simple versions of the clone functions
|
changeset |
files
|
| Fri, 07 Nov 2025 19:23:21 +0100 |
Mike Becker |
add warning, not to pass the same pointer multiple times to the clone functions
|
changeset |
files
|
| Fri, 07 Nov 2025 19:13:28 +0100 |
Mike Becker |
implement cxListUnion() - resolves #755
|
changeset |
files
|
| Fri, 07 Nov 2025 18:42:06 +0100 |
Mike Becker |
add documentation for cx_array_align_capacity() and use it in cx_arl_insert_array()
|
changeset |
files
|
| Fri, 07 Nov 2025 18:08:41 +0100 |
Mike Becker |
small improvement of the buffer config macros documentation
|
changeset |
files
|
| Wed, 05 Nov 2025 23:04:46 +0100 |
Mike Becker |
implement cxMapUnion() - resolves #756
|
changeset |
files
|
| Wed, 05 Nov 2025 22:39:39 +0100 |
Mike Becker |
protect arguments of rm and ln commands with quotes
|
changeset |
files
|
| Wed, 05 Nov 2025 19:45:08 +0100 |
Olaf Wintermann |
fix install-lib.sh - relates #752
|
changeset |
files
|
| Wed, 05 Nov 2025 19:40:06 +0100 |
Olaf Wintermann |
install shared libs with a new install-lib script, with variants for normal unix and macos - fixes #752 broken macos dylib support
|
changeset |
files
|
| Tue, 04 Nov 2025 22:38:34 +0100 |
Mike Becker |
update uwproj (incl. fix of toolchain.sh)
|
changeset |
files
|
| Tue, 04 Nov 2025 14:38:42 +0100 |
Mike Becker |
implement cxListIntersection() - resolves #554
|
changeset |
files
|
| Tue, 04 Nov 2025 14:31:31 +0100 |
Mike Becker |
fix clone_func not checked for being nonnull
|
changeset |
files
|
| Mon, 03 Nov 2025 19:55:04 +0100 |
Mike Becker |
implements cxMapIntersection() and cxMapListIntersection() - resolves #555
|
changeset |
files
|
| Sun, 02 Nov 2025 18:04:35 +0100 |
Mike Becker |
difference shall not check already present items in the destination - fixes #753
|
changeset |
files
|
| Sat, 01 Nov 2025 19:48:50 +0100 |
Mike Becker |
specify the intersection functions
|
changeset |
files
|
| Sat, 01 Nov 2025 19:31:48 +0100 |
Mike Becker |
add cxCollectionCompareFunc() macro
|
changeset |
files
|
| Thu, 30 Oct 2025 19:27:18 +0100 |
Mike Becker |
fix typo bug in cxListDifference() - resolves #745
|
changeset |
files
|
| Thu, 30 Oct 2025 19:26:47 +0100 |
Mike Becker |
add tests for cxListDifference() - resolves #751
|
changeset |
files
|
| Tue, 28 Oct 2025 22:09:55 +0100 |
Mike Becker |
remove mingw support (we have MSVC support) + fix regression on macos platform
|
changeset |
files
|
| Tue, 28 Oct 2025 21:46:37 +0100 |
Mike Becker |
add support for multiple parallel versions of ucx
|
changeset |
files
|
| Tue, 28 Oct 2025 21:33:24 +0100 |
Mike Becker |
remove *.pc attribute that might cause compatibility issues
|
changeset |
files
|
| Tue, 28 Oct 2025 21:24:49 +0100 |
Mike Becker |
protect against possible spaces in the paths
|
changeset |
files
|
| Tue, 28 Oct 2025 21:22:06 +0100 |
Mike Becker |
add pkgconf support
|
changeset |
files
|
| Tue, 28 Oct 2025 19:22:56 +0100 |
Mike Becker |
ucx 3.2 is not binary compatible - increase the LIBVERSION
|
changeset |
files
|
| Tue, 28 Oct 2025 19:19:17 +0100 |
Mike Becker |
fix that the symlinks for the libraries are not relative
|
changeset |
files
|
| Sun, 26 Oct 2025 16:23:36 +0100 |
Mike Becker |
cxListDifference() sets the sorted flag if it can guarantee that
|
changeset |
files
|
| Sun, 26 Oct 2025 16:16:43 +0100 |
Mike Becker |
add implementation for cxListDifference() - issue #745
|
changeset |
files
|
| Sun, 26 Oct 2025 15:51:49 +0100 |
Mike Becker |
continue to fix warnings on certain compilers due to implicit cast from fptr to bool
|
changeset |
files
|
| Sun, 26 Oct 2025 15:46:55 +0100 |
Mike Becker |
fix warnings on certain compilers due to implicit cast from fptr to bool
|
changeset |
files
|
| Sun, 26 Oct 2025 13:08:42 +0100 |
Mike Becker |
add more test coverage for new map functions and fixes some issues
|
changeset |
files
|
| Sun, 26 Oct 2025 12:50:43 +0100 |
Mike Becker |
simplify clone implementations
|
changeset |
files
|
| Sun, 26 Oct 2025 12:44:33 +0100 |
Mike Becker |
add tests for cxMapDifference() and cxMapListDifference()
|
changeset |
files
|
| Sun, 26 Oct 2025 12:01:28 +0100 |
Mike Becker |
add documentation for cxMapDifference() and cxMapListDifference()
|
changeset |
files
|
| Sun, 26 Oct 2025 11:50:33 +0100 |
Mike Becker |
default NULL allocator to cxDefaultAllocator
|
changeset |
files
|
| Sat, 25 Oct 2025 21:33:56 +0200 |
Mike Becker |
add implementations for map difference
|
changeset |
files
|
| Sat, 25 Oct 2025 21:12:59 +0200 |
Mike Becker |
make clone functions return int instead of size_t
|
changeset |
files
|
| Fri, 24 Oct 2025 21:15:14 +0200 |
Mike Becker |
add test coverage for allocation failures in clone-function
|
changeset |
files
|
| Fri, 24 Oct 2025 20:52:10 +0200 |
Mike Becker |
fix hash map not being able to deal with 64-bit hashes
|
changeset |
files
|
| Thu, 23 Oct 2025 17:54:17 +0200 |
Mike Becker |
add documentation for cxListClone() - relates to #744
|
changeset |
files
|
| Thu, 23 Oct 2025 17:50:28 +0200 |
Mike Becker |
add documentation for cxMapClone() - resolves #743
|
changeset |
files
|
| Thu, 23 Oct 2025 17:38:44 +0200 |
Mike Becker |
add tests for cxMapClone() - relates to #743
|
changeset |
files
|
| Wed, 22 Oct 2025 23:32:20 +0200 |
Mike Becker |
add destruction of uninitialized entries on allocation failure to cxMapClone() - relates to #743
|
changeset |
files
|
| Wed, 22 Oct 2025 23:28:07 +0200 |
Mike Becker |
untested draft of cxMapClone() - relates to #743
|
changeset |
files
|
| Tue, 21 Oct 2025 17:06:17 +0200 |
Mike Becker |
add cxListClone() - resolves #744 except for test coverage
|
changeset |
files
|
| Mon, 20 Oct 2025 20:38:02 +0200 |
Mike Becker |
fix accidental additions of unnecessary unistd.h includes
|
changeset |
files
|
| Mon, 20 Oct 2025 20:37:45 +0200 |
Mike Becker |
fix overlooked renaming of cx_attr_export to CX_EXPORT
|
changeset |
files
|
| Mon, 20 Oct 2025 20:10:36 +0200 |
Mike Becker |
add cxListEmplaceArray() and cxListEmplaceArrayAt() as preparation for the clone implementation
|
changeset |
files
|
| Mon, 20 Oct 2025 19:44:18 +0200 |
Mike Becker |
add possibility to wrap valid function of an iterator (just for the sake of completeness)
|
changeset |
files
|
| Sun, 19 Oct 2025 21:18:17 +0200 |
Mike Becker |
define the function pointer for clone functions
|
changeset |
files
|
| Fri, 17 Oct 2025 21:03:11 +0200 |
Mike Becker |
minor wording improvements in buffer documentation
|
changeset |
files
|
| Fri, 17 Oct 2025 16:53:24 +0200 |
Mike Becker |
remove the concept of "mutating iterators" - resolves #579
|
changeset |
files
|
| Fri, 17 Oct 2025 15:04:56 +0200 |
Mike Becker |
add support for non-sorted lists in cxListInsertUnique() and cxListInsertUniqueArray()
|
changeset |
files
|
| Fri, 17 Oct 2025 14:14:21 +0200 |
Mike Becker |
make cxCollectionSorted() always return true for empty collections regardless of the sorted flag
|
changeset |
files
|
| Thu, 16 Oct 2025 19:57:47 +0200 |
Mike Becker |
clean up header files and adds support for comparing arbitrary strings with string.h functions
|
changeset |
files
|
| Wed, 15 Oct 2025 22:45:21 +0200 |
Mike Becker |
remove unnecessary members from the array reallocator struct - fixes #621
|
changeset |
files
|
| Sun, 12 Oct 2025 20:21:56 +0200 |
Mike Becker |
fixes tons of typos and grammar issues across the documentation - fixes #667
|
changeset |
files
|
| Sat, 11 Oct 2025 15:42:48 +0200 |
Mike Becker |
fixes various bugs related to skipping duplicates in insert_unique - relates to #557
|
changeset |
files
|
| Sat, 11 Oct 2025 11:55:46 +0200 |
Mike Becker |
changes the compare function wrapper for pointer lists so that it no longer invokes the actual compare function for NULL pointers
|
changeset |
files
|
| Fri, 10 Oct 2025 19:40:24 +0200 |
Mike Becker |
fix missing documentation if insert_unique member - relates to #557
|
changeset |
files
|
| Fri, 10 Oct 2025 19:35:25 +0200 |
Mike Becker |
fix various typos in the web documentation
|
changeset |
files
|