spdlog 1:1.8.1+ds-2.1ubuntu1 source package in Ubuntu

Changelog

spdlog (1:1.8.1+ds-2.1ubuntu1) impish; urgency=medium

  * Hardcode sigStackSize to 32768 to avoid test failure with glibc 2.34

 -- Graham Inggs <email address hidden>  Wed, 18 Aug 2021 10:51:58 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
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.1+ds.orig.tar.xz 155.5 KiB a0cf73b0832df9818ad0ee18eafd68974dd194d20b9777af2814f842df311a47
spdlog_1.8.1+ds-2.1ubuntu1.debian.tar.xz 6.3 KiB 3a079b3f314491087239704145a01e3b76c8668a1b2d84bdc627151aed2923e1
spdlog_1.8.1+ds-2.1ubuntu1.dsc 2.2 KiB d8f41df58f24a9cb930d0134d0a2db4800e061e03a9ab6aaf75d0ba93d2d8ae9

View changes file

Binary packages built by this source

libspdlog-dev: No summary available for libspdlog-dev in ubuntu impish.

No description available for libspdlog-dev in ubuntu impish.

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