changelog
    
    
    - Thu, 22 May 2025 16:03:20 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 22 May 2025 16:03:20 +0200] rev 1321
 
    - fix stack buffer overflow in arl_swap_no_sbo test
 
    - Thu, 22 May 2025 15:48:00 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 22 May 2025 15:48:00 +0200] rev 1320
 
    - add an option to enable address sanitizer
 
    - Thu, 15 May 2025 16:12:09 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 15 May 2025 16:12:09 +0200] rev 1319
 
    - add convenience macros for using the default allocator - relates to #669
 
    - Thu, 15 May 2025 16:02:54 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 15 May 2025 16:02:54 +0200] rev 1318
 
    - allow changing the cxDefaultAllocator - resolves #669
 
    - Thu, 15 May 2025 15:43:30 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 15 May 2025 15:43:30 +0200] rev 1317
 
    - fix that testing allocator is counting free(NULL)
 
    - Sun, 04 May 2025 17:22:30 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sun, 04 May 2025 17:22:30 +0200] rev 1316
 
    - add cxListEmplace() and cxListEmplaceAt() plus some improvements to the array list implementation
resolves #665 
    - Sun, 04 May 2025 12:15:03 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sun, 04 May 2025 12:15:03 +0200] rev 1315
 
    - add convenience functions for easy access to first/last element of a list
resolves #666