icinga2/base
Gunnar Beutner 6fea4d6baa Fixed compilations errors.
Added some more debugging code.
2012-04-03 19:19:49 +02:00
..
Makefile.am Fixed compilations errors. 2012-04-03 19:19:49 +02:00
application.cpp Fixed compilations errors. 2012-04-03 19:19:49 +02:00
application.h Fixed compilations errors. 2012-04-03 19:19:49 +02:00
base.vcxproj Detect level of C++ support. 2012-04-03 15:47:32 +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 Removed custom new_object function. 2012-04-03 15:16:11 +02:00
confighive.h Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
configobject.cpp Removed custom new_object function. 2012-04-03 15:16:11 +02:00
configobject.h Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
cxx11-compat.h Detect level of C++ support. 2012-04-03 15:47:32 +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 Detect level of C++ support. 2012-04-03 15:47:32 +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 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