icinga2/lib
Julian Brost 61285adcae InitializeOnceHelper: use std::function instead of C function pointer
InitializeOnceHelper calls Loader::AddDeferredInitializer which takes a
std::function, so it's eventually converted to that anyways. This commit just
does this a bit earlier, and by saving the step of the intermediate C function
pointer, this would now also work for capturing lambdas (which there are none
of at the moment).
2023-01-18 15:52:42 +01:00
..
base InitializeOnceHelper: use std::function instead of C function pointer 2023-01-18 15:52:42 +01:00
checker Merge pull request #8601 from Icinga/feature/replace-std-boost-bind-with-lambdas-7006 2021-03-18 17:56:13 +01:00
cli icinga2 object list: warn on possibly outdated config 2022-11-24 10:50:17 +01:00
compat CONTEXT: use << everywhere to unify usages 2022-11-30 11:06:51 +01:00
config Namespace: replace behavior classes with a bool 2022-12-09 09:25:46 +01:00
db_ido IDO: use per-instance notification_id in history 2022-02-10 16:36:35 +01:00
db_ido_mysql CONTEXT: use << everywhere to unify usages 2022-11-30 11:06:51 +01:00
db_ido_pgsql CONTEXT: use << everywhere to unify usages 2022-11-30 11:06:51 +01:00
icinga Namespace: replace behavior classes with a bool 2022-12-09 09:25:46 +01:00
icingadb Merge pull request #9521 from Icinga/noop-log-msgs 2022-10-11 19:05:03 +02:00
livestatus Merge pull request #8601 from Icinga/feature/replace-std-boost-bind-with-lambdas-7006 2021-03-18 17:56:13 +01:00
methods Merge pull request #8595 from Icinga/bugfix/cluster-zone-own-zone-8570 2023-01-17 17:26:14 +01:00
mysql_shim IDO MySQL: explicitly use latin1 2022-03-31 15:04:45 +02:00
notification Merge pull request #9123 from Icinga/bugfix/icinga2-crashes-when-sending-notifications-8186 2022-01-19 11:48:40 +01:00
perfdata CONTEXT: use << everywhere to unify usages 2022-11-30 11:06:51 +01:00
pgsql_shim Replace Copyright header with a short version, part II 2019-02-25 15:09:36 +01:00
remote Merge pull request #9594 from Icinga/8834 2023-01-09 13:49:58 +01:00
CMakeLists.txt Rename ICINGA2_WITH_REDIS to ICINGA2_WITH_ICINGADB 2019-11-02 14:00:24 +01:00