changelog
    
    
    - 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