changelog
- Thu, 30 Oct 2025 19:27:18 +0100
- by Mike Becker <universe@uap-core.de> [Thu, 30 Oct 2025 19:27:18 +0100] rev 1463
- fix typo bug in cxListDifference() - resolves #745
- Thu, 30 Oct 2025 19:26:47 +0100
- by Mike Becker <universe@uap-core.de> [Thu, 30 Oct 2025 19:26:47 +0100] rev 1462
- add tests for cxListDifference() - resolves #751
- Tue, 28 Oct 2025 22:09:55 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 28 Oct 2025 22:09:55 +0100] rev 1461
- remove mingw support (we have MSVC support) + fix regression on macos platform
- Tue, 28 Oct 2025 21:46:37 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 28 Oct 2025 21:46:37 +0100] rev 1460
- add support for multiple parallel versions of ucx
- Tue, 28 Oct 2025 21:33:24 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 28 Oct 2025 21:33:24 +0100] rev 1459
- remove *.pc attribute that might cause compatibility issues
- Tue, 28 Oct 2025 21:24:49 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 28 Oct 2025 21:24:49 +0100] rev 1458
- protect against possible spaces in the paths
- Tue, 28 Oct 2025 21:22:06 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 28 Oct 2025 21:22:06 +0100] rev 1457
- add pkgconf support
- Tue, 28 Oct 2025 19:22:56 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 28 Oct 2025 19:22:56 +0100] rev 1456
- ucx 3.2 is not binary compatible - increase the LIBVERSION
- Tue, 28 Oct 2025 19:19:17 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 28 Oct 2025 19:19:17 +0100] rev 1455
- fix that the symlinks for the libraries are not relative
- Sun, 26 Oct 2025 16:23:36 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 16:23:36 +0100] rev 1454
- cxListDifference() sets the sorted flag if it can guarantee that
relates to #745
- Sun, 26 Oct 2025 16:16:43 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 16:16:43 +0100] rev 1453
- add implementation for cxListDifference() - issue #745
- Sun, 26 Oct 2025 15:51:49 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 15:51:49 +0100] rev 1452
- continue to fix warnings on certain compilers due to implicit cast from fptr to bool
- Sun, 26 Oct 2025 15:46:55 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 15:46:55 +0100] rev 1451
- fix warnings on certain compilers due to implicit cast from fptr to bool
- Sun, 26 Oct 2025 13:08:42 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 13:08:42 +0100] rev 1450
- add more test coverage for new map functions and fixes some issues
the "what if dst already contains a key" part did not really work
plus the cxMapListDifference() did not fallback to a default allocator
really resolves #746
- Sun, 26 Oct 2025 12:50:43 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 12:50:43 +0100] rev 1449
- simplify clone implementations
- Sun, 26 Oct 2025 12:44:33 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 12:44:33 +0100] rev 1448
- add tests for cxMapDifference() and cxMapListDifference()
resolves #746
- Sun, 26 Oct 2025 12:01:28 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 12:01:28 +0100] rev 1447
- add documentation for cxMapDifference() and cxMapListDifference()
relates to #746
- Sun, 26 Oct 2025 11:50:33 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 26 Oct 2025 11:50:33 +0100] rev 1446
- default NULL allocator to cxDefaultAllocator
- Sat, 25 Oct 2025 21:33:56 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 25 Oct 2025 21:33:56 +0200] rev 1445
- add implementations for map difference
relates to #746
- Sat, 25 Oct 2025 21:12:59 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 25 Oct 2025 21:12:59 +0200] rev 1444
- make clone functions return int instead of size_t
relates to #743
relates to #744
- Fri, 24 Oct 2025 21:15:14 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 24 Oct 2025 21:15:14 +0200] rev 1443
- add test coverage for allocation failures in clone-function
- Fri, 24 Oct 2025 20:52:10 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 24 Oct 2025 20:52:10 +0200] rev 1442
- fix hash map not being able to deal with 64-bit hashes
- Thu, 23 Oct 2025 17:54:17 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 23 Oct 2025 17:54:17 +0200] rev 1441
- add documentation for cxListClone() - relates to #744
- Thu, 23 Oct 2025 17:50:28 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 23 Oct 2025 17:50:28 +0200] rev 1440
- add documentation for cxMapClone() - resolves #743