Skip to content

Releases: emeryberger/Hoard

Version 3.13

02 Jan 03:41
Compare
Choose a tag to compare

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

02 Oct 00:51
Compare
Choose a tag to compare

Updated Makefile to automatically detect the build platform.

Version 3.11

06 Aug 22:40
Compare
Choose a tag to compare

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

18 Oct 20:11
Compare
Choose a tag to compare

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.