Gunnar Beutner
|
0d3563ddaa
|
Add -flto to compiler flags
fixes #12564
|
2016-08-27 16:07:37 +02:00 |
Gunnar Beutner
|
5cd2bdcbcd
|
Fix ccache support for Travis CI
|
2016-08-27 12:47:39 +02:00 |
Gunnar Beutner
|
f1cac2f20a
|
Fix compatibility with boost <= 1.53
refs #12555
|
2016-08-27 12:43:56 +02:00 |
Gunnar Beutner
|
8f2477db46
|
Fix incorrect variable type in the FilterArrayToInt function
refs #12509
|
2016-08-27 12:23:09 +02:00 |
Gunnar Beutner
|
27a23fcff6
|
Avoid an unnecessary case in the Encode function
refs #12509
|
2016-08-27 12:20:54 +02:00 |
Gunnar Beutner
|
45c1e57842
|
Use range-based for loops in mkclass
refs #12538
refs #12509
|
2016-08-27 12:17:10 +02:00 |
Gunnar Beutner
|
00eec13338
|
Avoid unnecessary string copies in the JSON encoder
refs #12509
|
2016-08-27 11:47:36 +02:00 |
Gunnar Beutner
|
170c3624e3
|
Use 'default' for move constructors
refs #12555
|
2016-08-27 11:39:08 +02:00 |
Gunnar Beutner
|
7c273d7748
|
Add another rvalue constructor for the String class
refs #12555
|
2016-08-27 11:00:04 +02:00 |
Gunnar Beutner
|
6e384f81a0
|
Remove unused #includes
refs #12481
|
2016-08-27 10:59:52 +02:00 |
Gunnar Beutner
|
4dbc07e2bc
|
Improve support for MySQL >=5.7
fixes #12558
|
2016-08-27 10:20:59 +02:00 |
Gunnar Beutner
|
16742f83ba
|
Don't link against libmysqlclient_r
fixes #12514
|
2016-08-27 09:59:23 +02:00 |
Gunnar Beutner
|
b5b09216c6
|
Use lambda functions for INITIALIZE_ONCE
fixes #12562
|
2016-08-27 09:48:36 +02:00 |
Gunnar Beutner
|
5058c5d75b
|
Use 'auto' for iterator declarations
fixes #12561
|
2016-08-27 08:37:19 +02:00 |
Gunnar Beutner
|
03b593fa67
|
Fix support for building with ccache
refs #12537
|
2016-08-27 08:01:13 +02:00 |
Gunnar Beutner
|
60e86e02ff
|
Improve error message for old versions of GCC
refs #12537
|
2016-08-27 07:45:37 +02:00 |
Gunnar Beutner
|
56ba6089d0
|
Add rvalue support for the Array and Dictionary classes
refs #12555
|
2016-08-27 07:42:28 +02:00 |
Gunnar Beutner
|
7194b36d3e
|
Avoid unnecessary string copies for LiteralExpression objects
refs #12509
|
2016-08-26 18:11:56 +02:00 |
Gunnar Beutner
|
c1a58446af
|
Add another rvalue constructor for the Value class
refs #12555
|
2016-08-26 18:11:28 +02:00 |
Gunnar Beutner
|
dac0ff9343
|
Improve config validation for arrays of object names
fixes #12556
|
2016-08-26 10:36:53 +02:00 |
Gunnar Beutner
|
4f46e59af3
|
Implement an rvalue constructor for the String and Value classes
fixes #12555
|
2016-08-26 09:11:36 +02:00 |
Gunnar Beutner
|
49a130242c
|
Add missing #include in loader.cpp
refs #12552
|
2016-08-25 20:59:22 +02:00 |
Gunnar Beutner
|
1236495dd3
|
Implement the --file and --syntax-only options for "icinga2 console"
fixes #12554
fixes #10675
|
2016-08-25 19:14:54 +02:00 |
Gunnar Beutner
|
30762e5330
|
Set versions for all internal libraries
fixes #12552
|
2016-08-25 17:56:18 +02:00 |
Gunnar Beutner
|
092f2ee099
|
Add missing initializer for WorkQueue::m_NextTaskID
fixes #12545
|
2016-08-25 11:57:00 +02:00 |
Gunnar Beutner
|
ce7b6e4f87
|
Remove unused method: ApplyRule::DiscardRules
fixes #12544
|
2016-08-25 10:21:14 +02:00 |
Gunnar Beutner
|
290e390914
|
Merge branch 'support/2.5'
|
2016-08-25 08:09:58 +02:00 |
Gunnar Beutner
|
3a5d48d681
|
Release version 2.5.3
|
2016-08-25 08:09:54 +02:00 |
Gunnar Beutner
|
51c89fbb5f
|
Release version 2.5.3
|
2016-08-25 08:08:14 +02:00 |
Gunnar Beutner
|
3b04e04565
|
Fix incorrect hash size for User objects
fixes #12533
|
2016-08-25 08:04:12 +02:00 |
Gunnar Beutner
|
225bb8029a
|
Fix incorrect hash size for User objects
fixes #12533
|
2016-08-25 07:37:41 +02:00 |
Gunnar Beutner
|
8ed21fcdad
|
Fix compiler warning in dbg_eval
refs #12534
|
2016-08-25 06:46:24 +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
|
bdaf02295f
|
Update cmake config to require a compiler that supports C++11
fixes #12537
|
2016-08-25 06:32:45 +02:00 |
Gunnar Beutner
|
376e83bd06
|
Add -fvisibility=hidden to the default compiler flags
fixes #12536
|
2016-08-25 05:05:51 +02:00 |
Gunnar Beutner
|
78c249b96b
|
Fix compiler warnings in DB IDO
refs #12534
|
2016-08-25 05:00:46 +02:00 |
Louis Sautier
|
e725e6719c
|
Detect logrotate not installed in /usr/sbin
Gentoo started installing the logrotate binary to bin, see
gentoo/gentoo@bc23def39c
and https://bugs.gentoo.org/show_bug.cgi?id=588156
There might be other systems doing that, which makes it a good idea
to stop hardcoding the path.
fixes #12535
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
|
2016-08-24 21:10:03 +02:00 |
Gunnar Beutner
|
429d11daa8
|
Fix compiler warnings
fixes #12534
|
2016-08-24 20:33:34 +02:00 |
Gunnar Beutner
|
ae1ab5f865
|
Implement unit tests for state changes
fixes #12530
|
2016-08-24 19:45:52 +02:00 |
Michael Friedrich
|
209697ea68
|
Merge branch 'support/2.5'
|
2016-08-24 15:20:02 +02:00 |
Michael Friedrich
|
ce851c8815
|
Release version 2.5.2
|
2016-08-24 15:19:50 +02:00 |
Michael Friedrich
|
e33dffcbba
|
Release version 2.5.2
|
2016-08-24 14:05:44 +02:00 |
Gunnar Beutner
|
b238df3fa3
|
Fix missing IDO updates for groups
fixes #12527
|
2016-08-24 14:01:10 +02:00 |
Gunnar Beutner
|
8c1fc813d1
|
Fix incorrect notifications for soft recoveries
fixes #12529
|
2016-08-24 14:01:10 +02:00 |
Michael Friedrich
|
ed15c1c299
|
Docs: Change tip/note formatting again
refs #12523
|
2016-08-24 14:01:09 +02:00 |
Michael Friedrich
|
e9fe0f4277
|
Docs: Fix notes formatting
refs #12523
|
2016-08-24 14:01:09 +02:00 |
Gunnar Beutner
|
c981426cfb
|
Fix missing IDO updates for groups
fixes #12527
|
2016-08-24 12:22:09 +02:00 |
Gunnar Beutner
|
deb938d412
|
Fix incorrect notifications for soft recoveries
fixes #12529
|
2016-08-24 12:22:08 +02:00 |
Michael Friedrich
|
a14add3411
|
Docs: Change tip/note formatting again
refs #12523
|
2016-08-23 20:20:15 +02:00 |
Michael Friedrich
|
1c074b395f
|
Docs: Fix notes formatting
refs #12523
|
2016-08-23 20:11:37 +02:00 |