icinga2/base
Gunnar Beutner b30284c64c Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
..
Makefile.am Refactored event handling. 2012-04-03 11:13:17 +02:00
application.cpp Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
application.h Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
base.vcxproj Fixed search path problems. 2012-04-02 13:09:33 +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
confighive.cpp Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
confighive.h Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
configobject.cpp Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
configobject.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
delegate.h Cleaned up includes; using namespace std is the default now. 2012-04-02 09:03:29 +02:00
event.h Refactored event handling. 2012-04-03 11:13:17 +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 Moved platform-specific code into separate files. 2012-04-02 10:26:38 +02:00
memory.cpp Initial commit. 2012-03-28 13:24:49 +02:00
memory.h Cleaned up includes; using namespace std is the default now. 2012-04-02 09:03:29 +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 Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
socket.cpp Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
socket.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
tcpclient.cpp Refactored event handling. 2012-04-03 11:13:17 +02:00
tcpclient.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
tcpserver.cpp Refactored event handling. 2012-04-03 11:13:17 +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 Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +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 Fixed PATH_MAX problems on *NIX. 2012-04-02 19:38:58 +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