diagnostics 0.3.3-12.3 source package in Ubuntu

Changelog

diagnostics (0.3.3-12.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix ftbfs with GCC-12. (Closes: #1012912)
    - Thanks Adnan from Codethink for helping with the fix.

 -- Sudip Mukherjee <email address hidden>  Mon, 19 Sep 2022 21:46:06 +0100

Upload details

Uploaded by:
Michael Tautschnig
Uploaded to:
Sid
Original maintainer:
Michael Tautschnig
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
diagnostics_0.3.3-12.3.dsc 1.9 KiB 114e17967c8d0062ed5be24e16e7b53ec7fc41eef29a0c64591fa4aa3fa1dc57
diagnostics_0.3.3.orig.tar.gz 628.1 KiB d3319ed8b904ea5e01ef75bbf7ac0e49ed96716cbf5bdca9672fb4d708f7ab4e
diagnostics_0.3.3-12.3.debian.tar.xz 14.1 KiB 7405df6583b8c0b57093a81489c3b52a9ff44e08755ef56d33266b239af0f9b9

No changes file available.

Binary packages built by this source

libdiagnostics-dev: Logging, unittesting, and runtime diagnostics for C++ - development files

 Diagnostics is a unified framework for code annotation, logging,
 program monitoring, and unit-testing.
 .
 The annotations of diagnostics provide simple trace messages, tracing
 method entry and exit, checks (which potentially fail), asserts (which
 should never fail), invariance checking on method entry and exit, and
 a number of annotations for testing.
 .
 The annotations raise events which are can be observed and monitored.
 Using different loggers, the stream of logging events is used for
 logging or testing.
 .
 The package contains the needed headers and libraries for
 developing software using Diagnostics.

libdiagnostics0: Logging, unittesting, and runtime diagnostics for C++ - library

 Diagnostics is a unified framework for code annotation, logging,
 program monitoring, and unit-testing.
 .
 The annotations of diagnostics provide simple trace messages, tracing
 method entry and exit, checks (which potentially fail), asserts (which
 should never fail), invariance checking on method entry and exit, and
 a number of annotations for testing.
 .
 The annotations raise events which are can be observed and monitored.
 Using different loggers, the stream of logging events is used for
 logging or testing.
 .
 The package contains the libraries for running software linked against
 Diagnostics.

libdiagnostics0-dbgsym: debug symbols for libdiagnostics0