icinga2/lib/base
Gunnar Beutner 77806b9de7 Get rid of the local/global keywords
refs #8074
2014-12-15 16:09:17 +01:00
..
CMakeLists.txt Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
application-version.cpp Avoid rebuilding libbase when the version number changes 2014-11-20 10:02:34 +01:00
application.cpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
application.hpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
application.ti Implement support for C/C++ comments in the TI compiler 2014-10-17 19:44:31 +02:00
array-script.cpp Fix the clone() methods for the Array and Dictionary class 2014-12-12 15:38:06 +01:00
array.cpp Implement prototype functions 2014-12-12 15:22:37 +01:00
array.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
boolean-script.cpp Move the VMFrame class to libbase 2014-12-12 15:33:56 +01:00
boolean.cpp Implement prototype functions 2014-12-12 15:22:37 +01:00
boolean.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
console.cpp Build fix for RHEL 2014-10-19 00:15:42 +02:00
console.hpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
context.cpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
context.hpp Rename qstring.{cpp,hpp} to string.{cpp,hpp} 2014-10-19 14:52:07 +02:00
convert.cpp Fix failing unit tests 2014-12-10 11:25:20 +01:00
convert.hpp Fix failing unit tests 2014-12-10 11:25:20 +01:00
debug.hpp Fix build problems with Oracle Solaris Studio 2014-09-02 13:09:17 +02:00
debuginfo.cpp Fix missing location information for included files 2014-12-10 15:06:09 +01:00
debuginfo.hpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
dictionary-script.cpp Fix the clone() methods for the Array and Dictionary class 2014-12-12 15:38:06 +01:00
dictionary.cpp Implement prototype functions 2014-12-12 15:22:37 +01:00
dictionary.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
dynamicobject.cpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
dynamicobject.hpp Disallow calling strings as functions 2014-12-12 20:45:11 +01:00
dynamicobject.ti Disallow calling strings as functions 2014-12-12 20:45:11 +01:00
dynamictype.cpp Fix missing location information for included files 2014-12-10 15:06:09 +01:00
dynamictype.hpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
exception.cpp Fix missing error messages (part 2) 2014-10-01 16:01:47 +01:00
exception.hpp Properly report errors when CreateProcess() fails 2014-11-07 10:01:44 +01:00
fifo.cpp Fix build problems with Oracle Solaris Studio 2014-09-02 13:09:17 +02:00
fifo.hpp Speed up type lookups 2014-11-07 12:39:32 +01:00
filelogger.cpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
filelogger.hpp Implement typeof() function 2014-11-03 00:45:14 +01:00
filelogger.ti Implement support for C/C++ comments in the TI compiler 2014-10-17 19:44:31 +02:00
i2-base.hpp Fix _DEBUG define on *NIX 2014-11-12 11:34:59 +01:00
initialize.cpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
initialize.hpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
json.cpp Implement a boolean sub-type for the Value class 2014-12-10 09:05:16 +01:00
json.hpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
logger.cpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
logger.hpp Implement typeof() function 2014-11-03 00:45:14 +01:00
logger.ti Implement support for C/C++ comments in the TI compiler 2014-10-17 19:44:31 +02:00
netstring.cpp Rename qstring.{cpp,hpp} to string.{cpp,hpp} 2014-10-19 14:52:07 +02:00
netstring.hpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
networkstream.cpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
networkstream.hpp Speed up type lookups 2014-11-07 12:39:32 +01:00
number-script.cpp Move the VMFrame class to libbase 2014-12-12 15:33:56 +01:00
number.cpp Implement prototype functions 2014-12-12 15:22:37 +01:00
number.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
object-script.cpp Move the VMFrame class to libbase 2014-12-12 15:33:56 +01:00
object.cpp Fix the prototype for the Object class 2014-12-12 15:47:51 +01:00
object.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
objectlock.hpp Add release barrier in ObjectLock::Unlock 2014-11-12 13:18:34 +01:00
primitivetype.cpp Implement prototype functions 2014-12-12 15:22:37 +01:00
primitivetype.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
process.cpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
process.hpp Speed up type lookups 2014-11-07 12:39:32 +01:00
registry.hpp Rename qstring.{cpp,hpp} to string.{cpp,hpp} 2014-10-19 14:52:07 +02:00
ringbuffer.cpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
ringbuffer.hpp Speed up type lookups 2014-11-07 12:39:32 +01:00
scripterror.cpp Fix missing location information for included files 2014-12-10 15:06:09 +01:00
scripterror.hpp Fix missing location information for included files 2014-12-10 15:06:09 +01:00
scriptframe.cpp Move the VMFrame class to libbase 2014-12-12 15:33:56 +01:00
scriptframe.hpp Get rid of the local/global keywords 2014-12-15 16:09:17 +01:00
scriptfunction.cpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
scriptfunction.hpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
scriptfunctionwrapper.cpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
scriptfunctionwrapper.hpp Implement support for executing remote commands 2014-11-13 14:54:55 +01:00
scriptglobal.cpp Fix incorrect variable scoping 2014-12-15 12:58:55 +01:00
scriptglobal.hpp Fix incorrect variable scoping 2014-12-15 12:58:55 +01:00
scriptutils.cpp Fix missing location information for included files 2014-12-10 15:06:09 +01:00
scriptutils.hpp Move the cast functions into libbase 2014-11-24 07:09:51 +01:00
serializer.cpp Make sure Serialize() doesn't fail for objects which don't have a registered type 2014-12-13 21:42:39 +01:00
serializer.hpp Replace cJSON with YAJL 2014-10-26 20:00:35 +01:00
singleton.hpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
socket.cpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
socket.hpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
stacktrace.cpp Rename qstring.{cpp,hpp} to string.{cpp,hpp} 2014-10-19 14:52:07 +02:00
stacktrace.hpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
statsfunction.cpp Fix static initializers 2014-11-11 13:24:44 +01:00
statsfunction.hpp Fix static initializers 2014-11-11 13:24:44 +01:00
stdiostream.cpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
stdiostream.hpp Speed up type lookups 2014-11-07 12:39:32 +01:00
stream.cpp Rename qstring.{cpp,hpp} to string.{cpp,hpp} 2014-10-19 14:52:07 +02:00
stream.hpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
streamlogger.cpp Fix crash in StreamLogger::~StreamLogger 2014-11-13 20:12:23 +01:00
streamlogger.hpp Fix crash in StreamLogger::~StreamLogger 2014-11-13 20:12:23 +01:00
streamlogger.ti Implement support for C/C++ comments in the TI compiler 2014-10-17 19:44:31 +02:00
string-script.cpp Move the VMFrame class to libbase 2014-12-12 15:33:56 +01:00
string.cpp Implement prototype functions 2014-12-12 15:22:37 +01:00
string.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
sysloglogger.cpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
sysloglogger.hpp Fix problem with unresolved symbols 2014-11-07 18:37:28 +01:00
sysloglogger.ti Implement support for C/C++ comments in the TI compiler 2014-10-17 19:44:31 +02:00
tcpsocket.cpp Refactor logging code 2014-10-19 17:52:17 +02:00
tcpsocket.hpp Speed up type lookups 2014-11-07 12:39:32 +01:00
thinmutex.cpp Remove unused code in the ThinMutex class 2014-11-24 01:01:39 +01:00
thinmutex.hpp Remove unused parameter 2014-11-24 01:05:19 +01:00
threadpool.cpp Fix another crash in ThreadPool::Stop 2014-12-11 09:45:57 +01:00
threadpool.hpp Make the ThreadPool spawn fewer threads 2014-12-06 19:23:27 +01:00
timer.cpp Rename static timer variables 2014-12-05 16:32:14 +01:00
timer.hpp Fix crash in the unit tests 2014-12-04 21:50:22 +01:00
tlsstream.cpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
tlsstream.hpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
tlsutility.cpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
tlsutility.hpp Remove unnecessary includes 2014-12-15 10:16:06 +01:00
type.cpp Refactor how variable scopes work 2014-12-14 11:33:45 +01:00
type.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
unix.hpp Add missing barriers for Object::m_LockOwner 2014-11-12 12:32:14 +01:00
unixsocket.cpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
unixsocket.hpp Speed up type lookups 2014-11-07 12:39:32 +01:00
utility.cpp Implement a way to call methods on objects 2014-12-11 21:12:34 +01:00
utility.hpp Escape special characters in repository file names 2014-12-10 13:20:16 +01:00
value-operators.cpp Implement a boolean sub-type for the Value class 2014-12-10 09:05:16 +01:00
value.cpp Implement prototype functions 2014-12-12 15:22:37 +01:00
value.hpp Implement prototype functions 2014-12-12 15:22:37 +01:00
visibility.hpp Replace boost::shared_ptr with boost::intrusive_ptr 2014-11-09 16:54:41 +01:00
win32.hpp Rename C++ header files. 2014-05-25 16:27:14 +02:00
workqueue.cpp Implement an experimental variable to limit the number of threads 2014-11-16 13:14:42 +01:00
workqueue.hpp Rename C++ header files. 2014-05-25 16:27:14 +02:00