[icinga-checkins] icinga.org: icinga2/master: Implemented the 'Script' type.
git at icinga.org
git at icinga.org
Thu Feb 14 14:58:47 CET 2013
Module: icinga2
Branch: master
Commit: 74b122d4303d8a8130375480d3379c6f7c789656
URL: https://git.icinga.org/?p=icinga2.git;a=commit;h=74b122d4303d8a8130375480d3379c6f7c789656
Author: Gunnar Beutner <gunnar.beutner at netways.de>
Date: Thu Feb 14 14:58:26 2013 +0100
Implemented the 'Script' type.
---
configure.ac | 7 +
icinga-app/Makefile.am | 2 +-
lib/Makefile.am | 3 +-
lib/base/Makefile.am | 1 +
lib/base/dynamicobject.cpp | 3 +
lib/base/dynamicobject.h | 3 +
lib/base/dynamictype.cpp | 3 +
lib/base/script.cpp | 20 +-
lib/base/script.h | 3 +-
lib/base/scriptinterpreter.cpp | 8 +-
lib/base/scriptinterpreter.h | 6 +-
lib/base/scriptlanguage.cpp | 3 +
lib/base/scriptlanguage.h | 18 ++
lib/config/Makefile.am | 1 +
lib/icinga/Makefile.am | 1 +
lib/python/Makefile.am | 35 +++
lib/python/i2-python.cpp | 22 ++
lib/python/i2-python.h | 44 ++++
lib/python/pythoninterpreter.cpp | 56 ++++
lib/python/pythoninterpreter.h | 49 ++++
lib/python/pythonlanguage.cpp | 54 ++++
lib/python/pythonlanguage.h | 49 ++++
lib/remoting/Makefile.am | 1 +
m4/ax_python_embed.m4 | 515 ++++++++++++++++++++++++++++++++++++++
24 files changed, 890 insertions(+), 17 deletions(-)
Diff: https://git.icinga.org/?p=icinga2.git;a=commitdiff;h=74b122d4303d8a8130375480d3379c6f7c789656
More information about the icinga-checkins
mailing list