Skip to content

Releases: HdrHistogram/HdrHistogram_c

0.11.9

25 Aug 02:39

Choose a tag to compare

  • Add support for rejecting values larger than the max trackable value.
  • Update CMake build to correctly use INSTALL_INTEFACE.
  • Fix memory leaks in hdr_histogram_log.
  • Fix potential divide by zero.
  • Add some fuzz testing support.

0.11.8

30 Apr 21:51

Choose a tag to compare

  • New line at end of file
  • Update license on file

0.11.7

27 Apr 03:57

Choose a tag to compare

  • Performance optimisation for mean value calculation.
  • Include version header file.

Release 0.11.6

26 Sep 18:54

Choose a tag to compare

  • Fix clang warnings
  • License updates
  • Fix benchmark
  • Optimisations
  • Bounds/overflow checking

Release 0.11.5

17 Mar 22:42

Choose a tag to compare

  • Fix for pkgconfig

Release 0.11.4

01 Mar 01:46

Choose a tag to compare

  • Add pkg-config
  • Fix compile error when zlib not available
  • Bump minimum CMake version

Release 0.11.3

28 Feb 22:39

Choose a tag to compare

  • Move public headers to hdr directory to mirror install layout.
  • Rename lowest_trackable_value to lowest_discernible_value.
  • Add the ability to change the allocator at compile time.
  • Optimisations
  • Fix for potential to read of the end of a buffer

0.11.3-pre

28 Feb 21:41

Choose a tag to compare

0.11.3-pre Pre-release
Pre-release

Testing

Release 0.11.2

01 Oct 09:23

Choose a tag to compare

  • If zlib is not found and the user permits it (HDR_LOG_REQUIRED=OFF) then the log component will not be compiled and always error stub will be compiled instead.

Release 0.11.1

11 Sep 04:35

Choose a tag to compare

Fix linkage errors on Windows: aeron-io/aeron#1049