]> granicus.if.org Git - icinga2/commit
Made build system more Windows-friendly
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 6 Apr 2012 06:56:52 +0000 (08:56 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 6 Apr 2012 06:56:52 +0000 (08:56 +0200)
commit390a00e546d344fc3cbfc7eafdcd7269fa21b04a
tree9e7156f393ea8eea10db6c8154a4b50d48aeb77a
parent8e7787e31512e32e7c89c56ca713f376ee8e2faa
Made build system more Windows-friendly
Implemented endpoint system for the discovery service
55 files changed:
Makefile.am
base/application.cpp
base/application.h
base/base.vcxproj
base/component.h
base/condvar.h
base/configcollection.h
base/confighive.h
base/configobject.h
base/event.h
base/exception.h
base/fifo.h
base/i2-base.h
base/memory.h
base/mutex.h
base/object.h
base/socket.h
base/tcpclient.h
base/tcpserver.h
base/tcpsocket.h
base/thread.h
base/timer.h
cJSON/Makefile.am [new file with mode: 0644]
cJSON/cJSON.c [moved from jsonrpc/cJSON.c with 100% similarity]
cJSON/cJSON.h [moved from jsonrpc/cJSON.h with 100% similarity]
cJSON/cJSON.vcxproj [new file with mode: 0644]
configfilecomponent/Makefile.am
configfilecomponent/configfilecomponent.vcxproj
configrpccomponent/Makefile.am
configrpccomponent/configrpccomponent.cpp
configrpccomponent/configrpccomponent.h
configrpccomponent/configrpccomponent.vcxproj
configure.ac
icinga.sln
icinga/Makefile.am
icinga/connectionmanager.cpp [deleted file]
icinga/endpoint.cpp [new file with mode: 0644]
icinga/endpoint.h [new file with mode: 0644]
icinga/endpointmanager.cpp [new file with mode: 0644]
icinga/endpointmanager.h [moved from icinga/connectionmanager.h with 58% similarity]
icinga/i2-icinga.h
icinga/icinga.vcxproj
icinga/icingaapplication.cpp
icinga/icingaapplication.h
icinga/jsonrpcendpoint.cpp [new file with mode: 0644]
icinga/jsonrpcendpoint.h [new file with mode: 0644]
icinga/virtualendpoint.cpp [new file with mode: 0644]
icinga/virtualendpoint.h [new file with mode: 0644]
jsonrpc/Makefile.am
jsonrpc/i2-jsonrpc.h
jsonrpc/jsonrpc.vcxproj
jsonrpc/jsonrpcclient.h
jsonrpc/jsonrpcmessage.h
jsonrpc/jsonrpcserver.h
jsonrpc/netstring.h