Jean Flach
|
a71ab1e126
|
Rename macro RequireNotNull to REQUIRE_NOT_NULL
|
2018-02-21 13:47:46 +01:00 |
Noah Hilverling
|
6bebdf8a87
|
Add marco RequireNotNull
This is used to fix a number of possible nullptr dereferences
|
2018-02-21 13:47:46 +01:00 |
Gunnar Beutner
|
94e6be1a65
|
Remove unused includes
|
2018-01-22 09:52:29 +01:00 |
Gunnar Beutner
|
aa76ddf7f2
|
Build fix for ancient versions of GCC
|
2018-01-18 15:12:14 +01:00 |
Gunnar Beutner
|
21254fb610
|
Avoid accessing attributes for validators where not necessary
|
2018-01-11 08:20:16 +01:00 |
Gunnar Beutner
|
f05459b40c
|
Move inline functions to their .cpp files
|
2018-01-04 12:24:58 +01:00 |
Gunnar Beutner
|
91c256261a
|
Apply clang-tidy fix 'modernize-use-default-member-init'
|
2018-01-04 12:24:58 +01:00 |
Gunnar Beutner
|
ac155d1dda
|
Apply clang-tidy fix 'modernize-redundant-void-arg'
|
2018-01-04 12:24:57 +01:00 |
Gunnar Beutner
|
fe8572d75b
|
Remove inline methods and use explicit template instantiation to minimize the number of weak symbols
|
2018-01-03 11:04:58 +01:00 |
Gunnar Beutner
|
90496b5456
|
Build libraries as static libraries
|
2018-01-02 23:29:48 +01:00 |
Michael Insel
|
158ae2188e
|
Change copyright header for 2018
|
2018-01-02 12:08:55 +01:00 |
Gunnar Beutner
|
42744fde5b
|
Remove extraneous whitespace
|
2017-12-14 08:50:09 +01:00 |
Gunnar Beutner
|
df8266631d
|
Replace boost::tuple with std::tuple
|
2017-11-30 17:41:02 +01:00 |
Gunnar Beutner
|
fa874e659b
|
Build fix for I2_LEAK_DEBUG
|
2017-05-22 11:42:47 +02:00 |
Michael Friedrich
|
b7caf0820d
|
Ensure that *.icinga.com is used everywhere
fixes #13897
fixes #13277
|
2017-01-10 17:19:12 +01:00 |
Gunnar Beutner
|
7879c09789
|
Avoid unnecessary dictionary lookups
refs #12555
|
2016-09-01 07:41:41 +02:00 |
Gunnar Beutner
|
22cf939086
|
Build fix for Windows
refs #11612
|
2016-04-19 14:48:13 +02:00 |
Gunnar Beutner
|
d2cd4b6667
|
Improve performance for locks and value conversions
refs #11612
|
2016-04-19 09:38:22 +02:00 |
Gunnar Beutner
|
3008d5ef31
|
Improve performance for field accesses
fixes #11612
|
2016-04-18 17:05:22 +02:00 |
Gunnar Beutner
|
eb0892273e
|
Implement the DateTime class
fixes #9839
|
2016-03-29 13:27:20 +02:00 |
Gunnar Beutner
|
674badd3ce
|
Build fix
fixes #11096
|
2016-02-09 13:56:17 +01:00 |
Gunnar Beutner
|
9e7da9837e
|
Revert "Windows build fix"
This reverts commit f06f6d4d86 .
|
2016-02-09 13:54:19 +01:00 |
Michael Friedrich
|
f06f6d4d86
|
Windows build fix
fixes #11096
|
2016-02-05 10:55:16 +01:00 |
Gunnar Beutner
|
db0c6ef187
|
Only build leak detection code when I2_LEAK_DEBUG is set
refs #10963
|
2016-01-19 16:43:46 +01:00 |
Gunnar Beutner
|
b1aa6cc98a
|
Decrease memory usage for the Object class
refs #10963
|
2016-01-19 16:24:07 +01:00 |
Gunnar Beutner
|
d50c8e1085
|
Improve debug support for analyzing memory leaks
refs #10963
|
2016-01-19 15:24:17 +01:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Gunnar Beutner
|
e3c75faabc
|
Implement support for recursive object locks
fixes #10596
|
2015-11-11 10:21:30 +01:00 |
Gunnar Beutner
|
1a6b41787a
|
Implement joins for status queries
fixes #10060
|
2015-09-22 09:45:23 +02:00 |
Gunnar Beutner
|
f45f6ccd82
|
Implement support for tracking dependencies between config objects
refs #9096
|
2015-08-25 13:54:05 +02:00 |
Gunnar Beutner
|
d118b71a2a
|
Fix compiler warnings
fixes #9929
|
2015-08-18 07:46:04 +02:00 |
Michael Friedrich
|
428be72bab
|
Implement Object#clone and rename Array/Dictionary#clone to shallow_clone
fixes #9931
|
2015-08-17 13:59:49 +02:00 |
Gunnar Beutner
|
f405a26052
|
Implement validation for modified attributes
|
2015-08-15 20:07:11 +02:00 |
Michael Friedrich
|
d7970f5bb1
|
Implement modified attributes v2
refs #9081
refs #9093
|
2015-08-15 20:07:10 +02:00 |
Gunnar Beutner
|
111b154a6d
|
Remove unused #includes
|
2015-03-29 00:03:47 +01:00 |
Gunnar Beutner
|
4b15ec7774
|
Remove the macro argument for IMPL_TYPE_LOOKUP
fixes #8599
|
2015-03-05 07:42:13 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
97168378e8
|
Rename _DEBUG to I2_DEBUG
fixes #7767
|
2014-12-19 12:19:28 +01:00 |
Gunnar Beutner
|
aa38dde1fc
|
Implement prototype functions
fixes #8065
|
2014-12-12 15:22:37 +01:00 |
Gunnar Beutner
|
cf2b6e7ccc
|
Improve output of ToString for type objects
fixes #8020
|
2014-12-08 09:12:40 +01:00 |
Gunnar Beutner
|
c5a5d1833b
|
Add missing barriers for Object::m_LockOwner
refs #7648
|
2014-11-12 12:32:14 +01:00 |
Gunnar Beutner
|
02a7d97b17
|
Allow locks to be inlined
refs #7622
|
2014-11-12 06:33:20 +01:00 |
Gunnar Beutner
|
ee980a788b
|
Clean up the code a bit
|
2014-11-11 23:06:47 +01:00 |
Gunnar Beutner
|
478f03b49a
|
Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
|
2014-11-09 16:54:41 +01:00 |
Gunnar Beutner
|
187d443447
|
Implement support for thin mutexes
refs #7622
|
2014-11-09 16:54:33 +01:00 |
Gunnar Beutner
|
266b1754c7
|
Speed up type lookups
refs #7561
|
2014-11-07 12:39:32 +01:00 |
Gunnar Beutner
|
61e090595e
|
Fix build problem on Windows
fixes #7597
|
2014-11-06 14:21:22 +01:00 |
Gunnar Beutner
|
170c5a59e4
|
Implement typeof() function
|
2014-11-03 00:45:14 +01:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |