icinga2/lib/perfdata
Alexander A. Klimov f3e4917404 Consistently use Atomic, and not std::atomic
Atomic enforces usage of its only safe constructor,
in contrast to std::atomic.

"The default-initialized std::atomic<T> does not contain
a T object, and its only valid uses are destruction and
initialization by std::atomic_init, see LWG issue 2334."
 -- https://en.cppreference.com/w/cpp/atomic/atomic/atomic
2026-03-18 10:05:12 +01:00
..
CMakeLists.txt Add PerfdataWriterConnection class 2026-03-06 10:55:05 +01:00
elasticsearchwriter.cpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
elasticsearchwriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
elasticsearchwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
gelfwriter.cpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
gelfwriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
gelfwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
graphitewriter.cpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
graphitewriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
graphitewriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
influxdb2writer.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdb2writer.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdb2writer.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdbcommonwriter.cpp Merge pull request #10668 from Icinga/perfdata-writers-connection-handling 2026-03-17 15:10:57 +01:00
influxdbcommonwriter.hpp Consistently use Atomic, and not std::atomic 2026-03-18 10:05:12 +01:00
influxdbcommonwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
influxdbwriter.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdbwriter.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdbwriter.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
opentsdbwriter.cpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
opentsdbwriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
opentsdbwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
perfdatawriter.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdatawriter.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdatawriter.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdatawriterconnection.cpp Add PerfdataWriterConnection class 2026-03-06 10:55:05 +01:00
perfdatawriterconnection.hpp Add PerfdataWriterConnection class 2026-03-06 10:55:05 +01:00