Gunnar Beutner
|
0cc9af6bee
|
Remove duplicate semicolons
|
2018-01-24 12:07:52 +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
|
e0c350b8a5
|
Apply clang-tidy fix 'modernize-use-nullptr'
|
2018-01-04 12:24:57 +01:00 |
Gunnar Beutner
|
e3ad0be769
|
Apply clang-tidy fix 'modernize-use-auto'
|
2018-01-04 12:24:57 +01:00 |
Gunnar Beutner
|
621eed3f13
|
Apply clang-tidy fix 'modernize-pass-by-value'
|
2018-01-04 12:24:57 +01:00 |
Gunnar Beutner
|
9ca682496c
|
Apply clang-tidy fix 'modernize-use-override'
|
2018-01-04 12:24:57 +01:00 |
Gunnar Beutner
|
ac155d1dda
|
Apply clang-tidy fix 'modernize-redundant-void-arg'
|
2018-01-04 12:24:57 +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
|
1ad83886ac
|
Replace a few more NULLs with nullptr
|
2017-12-14 15:37:20 +01: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
|
06cb3cf875
|
Another build fix for Windows
refs #9182
|
2016-08-31 13:43:50 +02:00 |
Gunnar Beutner
|
ba14c6e7ff
|
Build fix for Windows
refs #9182
|
2016-08-31 13:37:13 +02:00 |
Gunnar Beutner
|
8c50c6f91f
|
Add context traces to most exceptions
fixes #9182
|
2016-08-30 20:46:23 +02:00 |
Gunnar Beutner
|
68dceaab06
|
Replace boost::exception_ptr with std::exception_ptr
refs #9182
|
2016-08-30 20:46:23 +02:00 |
Gunnar Beutner
|
dca185a636
|
Implement support for libcxxabi
refs #9182
|
2016-08-30 20:46:23 +02:00 |
Gunnar Beutner
|
288413f046
|
Replace BOOST_FOREACH with range-based for loops
fixes #12538
|
2016-08-25 06:46:17 +02:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Gunnar Beutner
|
2d2e7ecdb2
|
Improve location information for exceptions
fixes #10568
|
2015-11-10 17:05:40 +01:00 |
Gunnar Beutner
|
7621870278
|
Implement a debugger for Icinga scripts
fixes #10547
|
2015-11-05 14:29:45 +01:00 |
Gunnar Beutner
|
071d2f18fb
|
Rename DynamicObject/DynamicType to ConfigObject/ConfigType
fixes #9914
|
2015-08-15 20:40:41 +02:00 |
Gunnar Beutner
|
f405a26052
|
Implement validation for modified attributes
|
2015-08-15 20:07:11 +02:00 |
Gunnar Beutner
|
72a7b08480
|
Move implementation code from thpp files into separate files
fixes #8890
|
2015-03-28 11:08:12 +01:00 |
Gunnar Beutner
|
ec7224e3ed
|
Generate C++ code for type validators
fixes #7709
fixes #8867
|
2015-03-27 07:59:27 +01:00 |
Gunnar Beutner
|
2ee1a197a9
|
Fix uninitialized field in the ScriptError class
Coverity Bug ID: 1272322
|
2015-03-02 10:14:14 +01:00 |
Gunnar Beutner
|
0490fe73f7
|
Implement line continuation for "icinga2 console"
fixes #8133
|
2015-02-10 13:27:02 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
1df13c792b
|
Fix compiler warnings
fixes #8175
|
2015-01-12 12:36:49 +01:00 |
Gunnar Beutner
|
9f6b90cd2d
|
Don't show stack traces for known exception types
refs #6070
|
2014-12-20 15:41:31 +01:00 |
Gunnar Beutner
|
c433284d27
|
Improve error reporting
fixes #8136
refs #6070
|
2014-12-20 15:29:04 +01:00 |
Gunnar Beutner
|
873e294158
|
Refactor the WorkQueue class to make error reporting easier
refs #7709
|
2014-12-18 15:11:57 +01:00 |
Gunnar Beutner
|
15358c6e95
|
Fix missing error messages (part 2)
refs #7331
|
2014-10-01 16:01:47 +01:00 |
Gunnar Beutner
|
308ba45102
|
Improve error message for duplicate objects
refs #6070
|
2014-09-09 14:49:21 +02:00 |
Gunnar Beutner
|
6f2ea6bc08
|
Fix build problems with Oracle Solaris Studio
refs #6896
|
2014-09-02 13:09:17 +02:00 |
Gunnar Beutner
|
e7c09dac97
|
Remove icinga::ErrorInformation.
Fixes #6333
|
2014-05-27 15:51:38 +02:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Michael Friedrich
|
0713918c5e
|
Extract exception error info message.
Refs #6070
|
2014-05-22 16:07:57 +02:00 |
Gunnar Beutner
|
9c3e399188
|
Remove unnecessary includes.
Fixes #6189
|
2014-05-11 18:11:32 +02:00 |
Gunnar Beutner
|
66faec2689
|
Build fix for OS X.
|
2014-04-22 07:13:16 +02:00 |
Gunnar Beutner
|
088b15e964
|
Build fix for Clang >= 3.4.
Fixes #5360
|
2014-04-20 14:12:20 +02:00 |
Gunnar Beutner
|
9fc5e6217a
|
Build fix for Windows.
Refs #6008
|
2014-04-14 09:59:00 +02:00 |
Gunnar Beutner
|
8c771d51e4
|
Fix another exception issue with FreeBSD.
Refs #6008
|
2014-04-14 03:02:33 +02:00 |
Gunnar Beutner
|
e3d96eb62d
|
Build fix for FreeBSD.
|
2014-03-31 18:30:57 +02:00 |
Gunnar Beutner
|
aba2a09245
|
Build fix for FreeBSD/OS X.
|
2014-03-31 00:08:43 +02:00 |
Gunnar Beutner
|
3c067e9547
|
Don't show stack traces for user errors.
Refs #5846
|
2014-03-22 08:38:46 +01:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
92dd32eb68
|
Implement support for high-level stack traces.
Refs #5085
|
2013-11-21 09:42:27 +01:00 |
Gunnar Beutner
|
39dcf20a89
|
Implement support for stack traces for STL exceptions.
Fixes #5114
|
2013-11-20 21:55:14 +01:00 |