icinga2/lib
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
..
base Consistently use Atomic, and not std::atomic 2026-03-18 10:05:12 +01:00
checker Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
cli Merge pull request #10028 from RincewindsHat/node_setup_no_globals 2026-02-12 14:44:50 +01:00
compat Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
config Consistently use Atomic, and not std::atomic 2026-03-18 10:05:12 +01:00
db_ido Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
db_ido_mysql Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
db_ido_pgsql Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
icinga Consistently use Atomic, and not std::atomic 2026-03-18 10:05:12 +01:00
icingadb Consistently use Atomic, and not std::atomic 2026-03-18 10:05:12 +01:00
livestatus Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
methods Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
mysql_shim Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
notification Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdata Consistently use Atomic, and not std::atomic 2026-03-18 10:05:12 +01:00
pgsql_shim Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
remote Consistently use Atomic, and not std::atomic 2026-03-18 10:05:12 +01:00
CMakeLists.txt Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00