]> granicus.if.org Git - icinga2/commit
Implemented the 'Script' type.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 14 Feb 2013 13:58:26 +0000 (14:58 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 14 Feb 2013 13:58:26 +0000 (14:58 +0100)
commit74b122d4303d8a8130375480d3379c6f7c789656
tree807b526d4e02014492b660437102eb53f5a02654
parent7fac5b454eb07cac368f576dadb6d1c54623c1e9
Implemented the 'Script' type.
24 files changed:
configure.ac
icinga-app/Makefile.am
lib/Makefile.am
lib/base/Makefile.am
lib/base/dynamicobject.cpp
lib/base/dynamicobject.h
lib/base/dynamictype.cpp
lib/base/script.cpp
lib/base/script.h
lib/base/scriptinterpreter.cpp
lib/base/scriptinterpreter.h
lib/base/scriptlanguage.cpp
lib/base/scriptlanguage.h
lib/config/Makefile.am
lib/icinga/Makefile.am
lib/python/Makefile.am [new file with mode: 0644]
lib/python/i2-python.cpp [new file with mode: 0644]
lib/python/i2-python.h [new file with mode: 0644]
lib/python/pythoninterpreter.cpp [new file with mode: 0644]
lib/python/pythoninterpreter.h [new file with mode: 0644]
lib/python/pythonlanguage.cpp [new file with mode: 0644]
lib/python/pythonlanguage.h [new file with mode: 0644]
lib/remoting/Makefile.am
m4/ax_python_embed.m4 [new file with mode: 0644]