Path to this page:
Subject: CVS commit: pkgsrc/devel/spdlog
From: Adam Ciarcinski
Date: 2023-07-18 06:59:01
Message id: 20230718045901.CD264FBDB@cvs.NetBSD.org
Log Message:
spdlog: updated to 1.12.0
1.12.0
Support for external fmtlib versions 10.x
Better support for std::format
Added new qt color sink. Logs to QTextEdit widget with some nice colors.
Update #include to a deprecated fmt header
Fixes and impovements to dup_filter_sink
Fix unnecessary empty backtrace begin/end logs
Fixed variable name in msvc_sink
Add system includes (SPDLOG_SYSTEM_INCLUDES) cmake option
Improve dequeue of the async queue
Fix tcp_client sink for FreeBSD
Support linux/musl libc
Support newlib C library configurations without tm_gmtoff field
Fix type of event id in win_eventlog_sink
Fix -Wshadow warnings in spdlog::sinks::dist_sink
Spelling corrections
Add sync() function to file_helper
Add a trivial callback_sink
Fix unexpected delimiter at start of line in to_hex formatter
Fix MinGW build issue on example
Add optional TID definition to the systemd sink
Added apply_logger_env_levels()
Support utf8 in msvc_sink
Better handling of utf to wchar (66407f5).
Use catch v3 for tests
New kafka sink
Fix os namespace in systemd_sink.h
Enable systemd_sink tests in linux pipeline
Fix stdout_sink_base::log's fflush() behaviour inconsistency
Fix for missing pthread_threadid_np in macOS < 10.6 and PowerPC
Fix ringbuffer_sink moving warning
Update INSTALL doc
Fix warning in qt_sinks.h
Remove IPv4 limitation from tcp_client
Fix android sink when message is not loggable
Files: