All Versions
8
Latest Version
Avg Release Cycle
266 days
Latest Release
1079 days ago
Changelog History
Changelog History
-
v3.0.2 Changes
June 20, 2020๐ This release adds an example for using crash handler and makes sure it builds in CMake, which was missing the crash_handler files in its project file. It also includes an improvement to crash handling when multiple exception filters have been registered.
-
v3.0.1 Changes
May 03, 2020- โ Add Conan package, with help from @vermosen
- ๐ Fix GNU Make build errors
-
v3.0.0 Changes
April 02, 2020- ๐ Support for Windows operating systems
- Entirely new and improved implementation of internal lockless queue, removing dependency on Boost
- โก๏ธ Updated benchmarks
- ๐ New performance counters to detect buffer overflow or underuse (resolves issue #19)
- No more use of TLS variables simplifies use in shared libraries / DLLs.
- ๐ Fixes bug #4
-
v2.2.1 Changes
December 31, 2018๐ Fix build error with glibc version 2.26 and above (fixes issue #16).
-
v2.2.0 Changes
August 31, 2016- New
stdout_writer
andstderr_writer
for console output. - ๐ Documentation fixes.
- ๐ Use O_APPEND and handle EINTR better in
file_writer
.
- New
-
v2.1.0 Changes
May 22, 2016๐ท Clarify licensing, and add access to the underlying worker-thread object (resolves issue #1).
-
v2.0.0 Changes
May 03, 2016๐ This release adds rigorous error handling both for problems in the back-end writer and for problems with string formatting.
-
v1.0.0 Changes
May 15, 2015๐ง This initial version works only on Linux and gcc.