icinga2/lib/base
Gunnar Beutner 288413f046 Replace BOOST_FOREACH with range-based for loops
fixes #12538
2016-08-25 06:46:17 +02:00
..
CMakeLists.txt Implement unit tests for state changes 2016-08-24 19:45:52 +02:00
application-version.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
application.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
application.hpp Fix: IDO marks objects as inactive on shutdown 2016-08-17 19:24:22 +02:00
application.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
array-script.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
array.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
array.hpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
boolean-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
boolean.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
boolean.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
configobject-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
configobject.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
configobject.hpp Improve performance for type lookups 2016-08-16 11:02:33 +02:00
configobject.ti Fix compiler warnings 2016-08-24 20:33:34 +02:00
configtype.cpp Remove the ConfigTypeIterator class 2016-08-16 13:26:24 +02:00
configtype.hpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
configwriter.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
configwriter.hpp Fix: ConfigWriter::EmitScope incorrectly quotes dictionary keys 2016-06-22 12:35:47 +02:00
console.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
console.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
context.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
context.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
convert.cpp Fix unit tests for Convert::ToString 2016-06-16 15:32:29 +02:00
convert.hpp Fix incorrect formatting for some macro values 2016-06-16 15:14:35 +02:00
datetime-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
datetime.cpp Implement the DateTime class 2016-03-29 13:27:20 +02:00
datetime.hpp Implement the DateTime class 2016-03-29 13:27:20 +02:00
datetime.ti Make sure timestamps are formatted as integers in macro strings 2016-06-21 11:29:12 +02:00
debug.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
debuginfo.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
debuginfo.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
dependencygraph.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
dependencygraph.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
dictionary-script.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
dictionary.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
dictionary.hpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
exception.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
exception.hpp Fix compiler warnings 2016-08-24 20:33:34 +02:00
fifo.cpp Fix incorrect memcpy() with overlapping buffers 2016-02-01 12:58:42 +01:00
fifo.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
filelogger.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
filelogger.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
filelogger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
function-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
function.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
function.hpp Fix incorrect function name for deprecated functions 2016-08-12 15:41:03 +02:00
function.ti Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
functionwrapper.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
functionwrapper.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
i2-base.hpp Improve performance for locks and value conversions 2016-04-19 09:38:22 +02:00
initialize.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
initialize.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
json-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
json.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
json.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
loader.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
loader.hpp Move internal script functions into the 'Internal' namespace 2016-08-10 06:55:44 +02:00
logger.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
logger.hpp Implement validation for the Logger#severity attribute 2016-04-21 13:50:47 +02:00
logger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
math-script.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
netstring.cpp Avoid unnecessary string copies 2016-08-23 15:01:40 +02:00
netstring.hpp Avoid unnecessary string copies 2016-08-23 15:01:40 +02:00
networkstream.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
networkstream.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
number-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
number.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
number.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
object-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
object.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
object.hpp Build fix for Windows 2016-04-19 14:48:13 +02:00
objectlock.hpp Remove the ConfigTypeIterator class 2016-08-16 13:26:24 +02:00
objecttype.cpp Make sure base classes are registered in the right order 2016-08-12 14:18:59 +02:00
objecttype.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
primitivetype.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
primitivetype.hpp Implement the DateTime class 2016-03-29 13:27:20 +02:00
process.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
process.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
registry.hpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
ringbuffer.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
ringbuffer.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
scriptframe.cpp Move type variables into the 'Types' namespace 2016-08-12 17:05:19 +02:00
scriptframe.hpp Remove some unused #includes 2016-08-18 15:46:01 +02:00
scriptglobal.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
scriptglobal.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
scriptutils.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
scriptutils.hpp Implement the __ptr function 2016-07-22 09:43:59 +02:00
serializer.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
serializer.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
singleton.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
socket.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
socket.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
socketevents-epoll.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
socketevents-poll.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
socketevents.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
socketevents.hpp Make the socket event engine configurable 2016-04-18 14:38:59 +02:00
stacktrace.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stacktrace.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
statsfunction.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
statsfunction.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stdiostream.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stdiostream.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stream.cpp Fix memory leak in Stream::Close 2016-02-03 13:02:49 +01:00
stream.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
streamlogger.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
streamlogger.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
streamlogger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
string-script.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
string.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
string.hpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
sysloglogger.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
sysloglogger.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
sysloglogger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
tcpsocket.cpp Fix setsockopt() error on Windows 2016-07-05 13:16:14 +02:00
tcpsocket.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
threadpool.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
threadpool.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
timer.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
timer.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
tlsstream.cpp Include client IP address and port in HTTP requests 2016-07-25 09:43:13 +02:00
tlsstream.hpp Include client IP address and port in HTTP requests 2016-07-25 09:43:13 +02:00
tlsutility.cpp Use hash-based serial numbers for new certificates 2016-08-16 15:03:01 +02:00
tlsutility.hpp Use hash-based serial numbers for new certificates 2016-08-16 15:03:01 +02:00
type.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
type.hpp Move type variables into the 'Types' namespace 2016-08-12 17:05:19 +02:00
typetype-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
unix.hpp Revert "Fix incorrect detection of the 'Concurrency' variable" 2016-08-19 11:58:52 +02:00
unixsocket.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
unixsocket.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
utility.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
utility.hpp Revert "Fix incorrect detection of the 'Concurrency' variable" 2016-08-19 11:58:52 +02:00
value-operators.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
value.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
value.hpp Disallow casting "" to an Object 2016-08-10 11:14:33 +02:00
visibility.hpp Fix building Icinga with -fvisibility=hidden 2016-08-09 09:00:19 +02:00
win32.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
workqueue.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
workqueue.hpp Add name attribute for the WorkQueue class 2016-06-14 09:08:04 +02:00