Releases: HdrHistogram/HdrHistogram_c
Releases · HdrHistogram/HdrHistogram_c
0.11.8
0.11.7
Release 0.11.6
- Fix clang warnings
- License updates
- Fix benchmark
- Optimisations
- Bounds/overflow checking
Release 0.11.5
- Fix for pkgconfig
Release 0.11.4
- Add pkg-config
- Fix compile error when zlib not available
- Bump minimum CMake version
Release 0.11.3
- 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
Testing
Release 0.11.2
- 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
Fix linkage errors on Windows: real-logic/aeron#1049
Release 0.11.0
- Switch to C99