Skip to content

Releases: mfreiholz/humblelogging

Version 4.0.0

27 Feb 05:50

Choose a tag to compare

Reworks code to use modern usage of pointers and newest C++ language features (C++17).

Version 3.0.3

16 Sep 05:15

Choose a tag to compare

Fixes crash in PatternRegistry, which is caused by invalid access on node's value.

Version 3.0.2

29 Aug 06:33

Choose a tag to compare

Minor bug fixes.

Release 3.0.1

12 Oct 16:51

Choose a tag to compare

Fixes a an error in Mutex destructor, when using C++11 implementation (std::mutex).

Release 3.0.0

13 Jul 19:08

Choose a tag to compare

v3.0.0

Unify pragma once header defines.

Release 2.0.0

23 Jun 13:33

Choose a tag to compare

v2.0.0

Only link against pthread on unix systems.