spdlog 1:1.12.0+ds-2 source package in Ubuntu

Changelog

spdlog (1:1.12.0+ds-2) unstable; urgency=medium

  * Team upload.
  * Specify minimum compatible version of catch2.

 -- Andrius Merkys <email address hidden>  Mon, 20 Nov 2023 05:04:22 -0500

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
spdlog_1.12.0+ds-2.dsc 2.1 KiB 0a5ef05f50088ec357e60842078278bcc206efc44c24ee9bc624d46d39dc4394
spdlog_1.12.0+ds.orig.tar.xz 88.2 KiB b74b560d021ce4d49a4e68e320a6044e7af91124aa2e12a93357ed888c4cf328
spdlog_1.12.0+ds-2.debian.tar.xz 7.4 KiB e3e3c59682a6071708360dcb59cec4cf1c4a51fc43fd90df27a115222130f639

No changes file available.

Binary packages built by this source

libspdlog-dev: Very fast, header only or compiled, C++ logging library

 Features: Very fast - performance is the primary goal; Headers only; No
 dependencies - just copy and use; call style using the excellent cppformat
 library; ostream call style is supported too; Optional extremely fast
 asynchronous mode - using lockfree queues and other tricks to reach millions
 of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily
 extendable with custom log targets (just implement a single function in the
 sink interface). Severity based filtering - threshold levels can be modified
 in runtime as well as in compile time.
 .
 Various log targets:
 Rotating log files, Daily log files, Console logging, Linux syslog.

libspdlog1.12: Very fast C++ logging library

 Features: Very fast - performance is the primary goal; Headers only; No
 dependencies - just copy and use; call style using the excellent cppformat
 library; ostream call style is supported too; Optional extremely fast
 asynchronous mode - using lockfree queues and other tricks to reach millions
 of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily
 extendable with custom log targets (just implement a single function in the
 sink interface). Severity based filtering - threshold levels can be modified
 in runtime as well as in compile time.
 .
 Various log targets:
 Rotating log files, Daily log files, Console logging, Linux syslog.
 .
 This is the compiled version of the library.

libspdlog1.12-dbgsym: debug symbols for libspdlog1.12