Skip to content

Releases: MengRao/fmtlog

v2.2.1

11 Sep 09:23
Compare
Choose a tag to compare

Upgrade fmtlib to 9.1.0

v2.2.0

27 Jun 03:43
Compare
Choose a tag to compare
  1. upgrade TSCNS to 2.0: now tsc clock will be synchronized with system clock
  2. change default FMTLOG_ACTIVE_LEVEL to FMTLOG_LEVEL_DBG

v2.1.4

09 Jun 00:26
c96260f
Compare
Choose a tag to compare

Support log queue full callback.

v2.1.3

19 Feb 06:24
cb5dcde
Compare
Choose a tag to compare
  1. Upgrade fmtlib to 8.1.1
  2. Support compile option -fno-exceptions
  3. Optimize frontend code size
  4. Support disabling runtime log level filtering by macro "FMTLOG_NO_CHECK_LEVEL"

v2.1.2

19 Jan 03:15
Compare
Choose a tag to compare
  1. fix an bug about FMTLOG_BLOCK introduced in v2.1.1
  2. fix an issue on copying aligned objects
  3. make format string type consistent with fmt::format/print

v2.1.1

06 Jan 01:21
Compare
Choose a tag to compare

Fix a gcc compiling error

v2.1.0

05 Jan 08:39
Compare
Choose a tag to compare
  1. upgrade fmtlib to 8.1.0
  2. reduce code size for front-end log statements by 40%(for non-header-only usage)

v2.0.0

10 Aug 14:14
c2fd203
Compare
Choose a tag to compare

Major feature: Log will be output in time order among different threads

v1.2.0

06 Jul 00:13
Compare
Choose a tag to compare
  • Upgrade fmt to 8.0.1
  • Improve flushing for un-managed fp such as stdout

v1.1.0

20 May 02:29
Compare
Choose a tag to compare
update fmt submodule version