changelog
- Sat, 05 Oct 2019 16:57:06 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 05 Oct 2019 16:57:06 +0200] rev 359
- adjusts the UcxArray documentation to the recent changes
- Thu, 03 Oct 2019 11:16:12 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Oct 2019 11:16:12 +0200] rev 358
- tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx
- Thu, 03 Oct 2019 11:15:48 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Oct 2019 11:15:48 +0200] rev 357
- fixes two bugs: clone to uninitialized array and missing return in ucx_array_ensurecap()
- Thu, 03 Oct 2019 10:55:39 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Oct 2019 10:55:39 +0200] rev 356
- changes UcxArray from value to pointer semantics
- Tue, 24 Sep 2019 20:16:00 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 24 Sep 2019 20:16:00 +0200] rev 355
- adds array utility functions for user defined arrays
- Sat, 10 Aug 2019 11:12:49 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 10 Aug 2019 11:12:49 +0200] rev 354
- improves array append/prepend/set interface
- Sat, 10 Aug 2019 09:47:59 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 10 Aug 2019 09:47:59 +0200] rev 353
- renames ucx_array_free() to ucx_array_destroy()
- Sat, 10 Aug 2019 08:47:25 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 10 Aug 2019 08:47:25 +0200] rev 352
- merges master changes
- Sat, 10 Aug 2019 08:46:38 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 10 Aug 2019 08:46:38 +0200] rev 351
- fixes dist_int() function in AVL tests broken on 32 bit platforms
- Sat, 10 Aug 2019 08:45:12 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 10 Aug 2019 08:45:12 +0200] rev 350
- fixes array_equals test (broken on 32 bit platforms)