icinga2/base
Gunnar Beutner f20e71ace8 Fixed compilation problem on *NIX. 2012-04-04 10:33:27 +02:00
..
Makefile.am Merge branch 'master' of ssh://github.com/gunnarbeutner/i2test 2012-04-04 10:05:49 +02:00
application.cpp Fixed module unloading problems. 2012-04-04 10:08:31 +02:00
application.h Implemented SIGINT handler 2012-04-03 19:57:09 +02:00
base.vcxproj Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
component.cpp Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
component.h Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
condvar.cpp Implemented thread synchronisation primitives. 2012-03-31 09:09:40 +02:00
condvar.h Removed I2_ prefix for header guard #defines. 2012-04-02 08:56:30 +02:00
configcollection.cpp Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
configcollection.h Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
confighive.cpp Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
confighive.h Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
configobject.cpp Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
configobject.h Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
cxx11-compat.h Fixed compilation problem on *NIX. 2012-04-04 10:33:27 +02:00
delegate.h Detect level of C++ support. 2012-04-03 15:47:32 +02:00
event.h Refactored event handling. 2012-04-03 11:13:17 +02:00
exception.cpp Implemented rudimentary error handling. 2012-04-03 13:04:57 +02:00
exception.h Implemented rudimentary error handling. 2012-04-03 13:04:57 +02:00
fifo.cpp Implemented support for binding methods to the ConnectionManager class 2012-03-29 20:03:29 +02:00
fifo.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
i2-base.h Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
memory.cpp Implemented rudimentary error handling. 2012-04-03 13:04:57 +02:00
memory.h Implemented rudimentary error handling. 2012-04-03 13:04:57 +02:00
mutex.cpp Fixed compilation errors with automake/gcc 2012-04-01 10:18:29 +02:00
mutex.h Removed I2_ prefix for header guard #defines. 2012-04-02 08:56:30 +02:00
object.cpp Initial commit. 2012-03-28 13:24:49 +02:00
object.h Removed custom new_object function. 2012-04-03 15:16:11 +02:00
socket.cpp Removed custom new_object function. 2012-04-03 15:16:11 +02:00
socket.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
tcpclient.cpp Removed custom new_object function. 2012-04-03 15:16:11 +02:00
tcpclient.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
tcpserver.cpp Removed custom new_object function. 2012-04-03 15:16:11 +02:00
tcpserver.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
tcpsocket.cpp Cleaned up includes; using namespace std is the default now. 2012-04-02 09:03:29 +02:00
tcpsocket.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
thread.cpp Moved platform-specific code into separate files. 2012-04-02 10:26:38 +02:00
thread.h Removed I2_ prefix for header guard #defines. 2012-04-02 08:56:30 +02:00
timer.cpp Removed custom new_object function. 2012-04-03 15:16:11 +02:00
timer.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
unix.cpp Build fixes for CentOS 5.3 2012-04-02 12:32:23 +02:00
unix.h Implemented SIGINT handler 2012-04-03 19:57:09 +02:00
win32.cpp Moved platform-specific code into separate files. 2012-04-02 10:26:38 +02:00
win32.h Fixed search path problems. 2012-04-02 13:09:33 +02:00