v1.1.0
This release contains the following major changes:
-
Added symbol
umpire_ver_1_detected
to help detect version mismatches when
linking multiple libraries that all use Umpire. -
Re-introduced pool algorithm used in pre-1.0.0 releases as
DynamicPoolList
,
and renamed current strategy toDynamicPoolMap
.DynamicPool
is now an
alias toDynamicPoolMap
. -
Fix signature of C function
umpire_resourcemanager_make_allocator_pool
to
takesize_t
notint
.
Please download the umpire-1.1.0.tar.gz
file, rather than the files generated automatically by Github, as these do not include all the necessary submodule code.