spdlog 1:1.8.5+ds-3 source package in Ubuntu

Changelog

spdlog (1:1.8.5+ds-3) unstable; urgency=medium

  * Ignore vendored copy of catch.hpp; use the one from the catch2
    package instead. Closes: #993511

 -- Michael R. Crusoe <email address hidden>  Fri, 17 Sep 2021 14:59:55 +0200

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.8.5+ds-3.dsc 2.1 KiB 89160542c631a8dceafdf5445addb6183b1e183e3b02b8ff8240cff04e527772
spdlog_1.8.5+ds.orig.tar.xz 157.8 KiB 05639bab9f4eb991dd2ab8855920972af29d445b8647a1e0685ed14efe73638b
spdlog_1.8.5+ds-3.debian.tar.xz 6.4 KiB efd021c3e26545e4c0272c4be76fe98e969008c0e9df2fcd1074ab3eed7bf314

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: 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-dbgsym: debug symbols for libspdlog1