[icinga-checkins] icinga.org: icinga2/master: Use lambda functions for INITIALIZE_ONCE
git at icinga.org
git at icinga.org
Sat Aug 27 09:39:29 CEST 2016
Module: icinga2
Branch: master
Commit: c68837f836d74b1b783273cb30e3bfb98161435b
URL: https://git.icinga.org/?p=icinga2.git;a=commit;h=c68837f836d74b1b783273cb30e3bfb98161435b
Author: Gunnar Beutner <gunnar.beutner at netways.de>
Date: Sat Aug 27 09:35:08 2016 +0200
Use lambda functions for INITIALIZE_ONCE
fixes #12562
---
CMakeLists.txt | 7 +--
config.h.cmake | 1 -
lib/base/console.cpp | 25 ++++-----
lib/base/function.hpp | 82 +++++++++++-----------------
lib/base/json-script.cpp | 8 +--
lib/base/logger.cpp | 6 +-
lib/base/logger.hpp | 2 -
lib/base/math-script.cpp | 8 +--
lib/base/object.cpp | 7 +--
lib/base/objecttype.cpp | 7 +--
lib/base/primitivetype.hpp | 30 ++++------
lib/base/process.cpp | 7 +--
lib/base/process.hpp | 1 -
lib/base/scriptframe.cpp | 13 ++---
lib/base/scriptframe.hpp | 2 -
lib/base/stacktrace.cpp | 7 +--
lib/base/statsfunction.hpp | 12 ++--
lib/base/type.cpp | 7 +--
lib/base/type.hpp | 32 ++++-------
lib/base/visibility.hpp | 6 +-
lib/cli/clicommand.hpp | 14 ++---
lib/cli/nodeblackandwhitelistcommand.hpp | 30 +++++-----
lib/cli/repositoryobjectcommand.hpp | 30 +++++-----
lib/config/configfragment.hpp | 27 ++++-----
lib/db_ido/dbtype.hpp | 12 ++--
lib/db_ido/endpointdbobject.cpp | 1 -
lib/hello/helloapplication.cpp | 7 +--
lib/hello/helloapplication.hpp | 2 -
lib/icinga/dependency-apply.cpp | 7 +--
lib/icinga/dependency.hpp | 2 -
lib/icinga/hostgroup.cpp | 7 +--
lib/icinga/hostgroup.hpp | 2 -
lib/icinga/notification-apply.cpp | 7 +--
lib/icinga/notification.hpp | 2 -
lib/icinga/scheduleddowntime-apply.cpp | 7 +--
lib/icinga/scheduleddowntime.hpp | 2 -
lib/icinga/service-apply.cpp | 7 +--
lib/icinga/service.hpp | 2 -
lib/icinga/servicegroup.cpp | 7 +--
lib/icinga/servicegroup.hpp | 2 -
lib/icinga/usergroup.cpp | 7 +--
lib/icinga/usergroup.hpp | 2 -
lib/remote/apiaction.hpp | 24 ++++----
lib/remote/apifunction.hpp | 12 ++--
lib/remote/apilistener-configsync.cpp | 8 +--
lib/remote/apilistener.hpp | 2 -
lib/remote/authority.cpp | 11 ++--
lib/remote/consolehandler.cpp | 7 +--
lib/remote/httphandler.hpp | 14 ++---
lib/remote/jsonrpcconnection-heartbeat.cpp | 7 +--
50 files changed, 185 insertions(+), 356 deletions(-)
Diff: https://git.icinga.org/?p=icinga2.git;a=commitdiff;h=c68837f836d74b1b783273cb30e3bfb98161435b
More information about the icinga-checkins
mailing list