Releases: HdrHistogram/HdrHistogram_c
Releases · HdrHistogram/HdrHistogram_c
Release 0.10.1
- Fix unknown pragma error.
- CMake changes to optionally not install libraries.
Release 0.10.0
Adds support for reading and writing of tags in histogram log files. Previously tags would be safely parse, but discarded.
0.10.0_pre1
Pre-release version of 0.10.0.
Release 0.9.13
- Fix warnings (one required an interface change)
- Add google benchmark
- Support OpenBSD
Release 0.9.12
- Concurrent interval recorder
- Multiple memory cleanups
- Compile with -fPIC
Release 0.9.11
- Use Interlocked_CompareExchange on Win32 to handle atomic updates.
Release 0.9.10
- Fix bug introduced on Win32.
Release 0.9.9
- Fix potential memory leak.
- Fix intrinsic on Win32.
Release 0.9.8
Changelog
- Fix multiple compiler warnings.
- Fix for overflow condition.
- Fix memory leak by adding hdr_close() to free memory correctly.
- Support gnu89 c standard.
Release 0.9.7
Small fixes to support older compilers on x86_64