changelog
    
    
    - Fri, 23 May 2025 12:44:24 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 23 May 2025 12:44:24 +0200] rev 1327
- make test-compile depend on both static and shared
 
 the shared lib is not needed for the tests,
 but when run with coverage, gcov will be confused
 when outdated line information is available from
 a previous shared build
    - Fri, 23 May 2025 11:44:44 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 23 May 2025 11:44:44 +0200] rev 1326
- fix test coverage for cxStdlibAllocator
    - Thu, 22 May 2025 22:22:14 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 22 May 2025 22:22:14 +0200] rev 1325
- improve mempool destructor support (3/3)
 
 documentation and final fixes
 
 resolves #655
    - Thu, 22 May 2025 21:00:33 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 22 May 2025 21:00:33 +0200] rev 1324
- improve mempool destructor support (2/3)
 
 implement new behavior
 
 issue #655
    - Thu, 22 May 2025 16:25:32 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 22 May 2025 16:25:32 +0200] rev 1323
- improve mempool destructor support (1/3)
 
 refactoring while keeping old behavior
 
 issue #655
    - Thu, 22 May 2025 16:23:55 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 22 May 2025 16:23:55 +0200] rev 1322
- fix critical memory overflow in the stack-based array reallocator
    - 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