Releases: emeryberger/Hoard
Releases · emeryberger/Hoard
Version 3.13
This release is for convenience: it includes the latest updates to Hoard (over the past several years) and conveniently bundles the current version of Heap Layers.
Version 3.12
Updated Makefile to automatically detect the build platform.
Version 3.11
This major release incorporates numerous updates for a variety of platforms, including WIndows 10 with Visual Studio 2015.
- Now that they are widely supported, transitioned to modern C++11 constructs (especially auto and constexpr).
- Using Travis for continuous integration testing.
- Incorporates numerous improvements made to Heap Layers (http://github.com/emeryberger/Heap-Layers).
Version 3.10
Numerous performance improvements, especially due to speeding up thread-local access and increasing the size of the thread-local allocation buffer to 2MB. All versions compiled with latest and greatest compilers for all platforms.
For the source code, download the file Hoard-3.10-source.tar.gz
, which contains all required code.