Skip to content

Releases: HdrHistogram/HdrHistogram_c

0.11.8

30 Apr 21:51
Compare
Choose a tag to compare
  • New line at end of file
  • Update license on file

0.11.7

27 Apr 03:57
Compare
Choose a tag to compare
  • Performance optimisation for mean value calculation.
  • Include version header file.

Release 0.11.6

26 Sep 18:54
Compare
Choose a tag to compare
  • Fix clang warnings
  • License updates
  • Fix benchmark
  • Optimisations
  • Bounds/overflow checking

Release 0.11.5

17 Mar 22:42
Compare
Choose a tag to compare
  • Fix for pkgconfig

Release 0.11.4

01 Mar 01:46
Compare
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
Compare
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
Compare
Choose a tag to compare
0.11.3-pre Pre-release
Pre-release

Testing

Release 0.11.2

01 Oct 09:23
Compare
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
Compare
Choose a tag to compare

Fix linkage errors on Windows: real-logic/aeron#1049

Release 0.11.0

17 Jun 07:36
Compare
Choose a tag to compare
  • Switch to C99