Commit Graph

81 Commits

Author SHA1 Message Date
Gunnar Beutner fae0cf8b0d Disable debugging by default. 2013-01-23 15:54:08 +01:00
Gunnar Beutner 17553e5cc4 Implement --enable-debug configure option.
Fixes #3254
2013-01-23 09:45:25 +01:00
Gunnar Beutner e9251cb2de Added disclaimer text to "configure". 2012-10-16 09:54:06 +02:00
Gunnar Beutner 01b8141c30 configure.ac: Use $PACKAGE instead of $PACKAGE_NAME. 2012-10-04 08:55:05 +02:00
Gunnar Beutner 115489a531 Fixed loading components when using a custom --libdir. 2012-10-02 09:26:17 +02:00
Gunnar Beutner 47fa56a805 Added methods for retrieving the installation prefix and local state dir. 2012-09-28 13:16:08 +02:00
Michael Friedrich ea9309096c Merge branch 'master' into mfriedrich/compatido 2012-09-27 15:10:04 +02:00
Gunnar Beutner c5479057f7 Make exception messages more verbose. 2012-09-27 09:38:28 +02:00
Gunnar Beutner 719f7b58be Use AC_PROG_LEX instead of AM_PROG_LEX. 2012-09-26 09:54:11 +02:00
Michael Friedrich f5d2924452 Merge branch 'master' into mfriedrich/compatido
Conflicts:
	components/Makefile.am
	configure.ac
	icinga2.sln
2012-09-24 17:48:46 +02:00
Michael Friedrich 454adc5a90 Merge branch 'master' into compatido 2012-09-22 15:07:43 +02:00
Michael Friedrich ca227528e5 Revert "drop broken example config install"
This reverts commit a4df0209d9.
2012-09-22 15:07:30 +02:00
Michael Friedrich 9ec586c16a Revert "set boost required to 1.42"
This reverts commit a55c35cd65.
2012-09-22 15:07:13 +02:00
Gunnar Beutner 5921337b46 Merged convenience component into libicinga. 2012-09-21 13:49:14 +02:00
Gunnar Beutner b4e632141c Updated boost version (1.42 -> 1.41). 2012-09-18 12:38:08 +02:00
Gunnar Beutner d7b55f4926 Changed minimum version for Boost to 1.42 2012-09-17 11:17:15 +02:00
Michael Friedrich 3db96f01ce Merge branch 'master' into compatido 2012-09-15 13:23:51 +02:00
Michael Friedrich a55c35cd65 set boost required to 1.42 2012-09-15 13:22:40 +02:00
Michael Friedrich a4df0209d9 drop broken example config install 2012-09-15 12:53:38 +02:00
Michael Friedrich 7540cd82a6 WIP: compatido 2012-09-15 12:51:40 +02:00
Gunnar Beutner 5c5db5b3a5 Added example config files and updated the build script so they get installed. 2012-09-14 11:35:30 +02:00
Gunnar Beutner 7e0fa1ce13 Renamed component: cibsync -> replication 2012-09-14 10:52:57 +02:00
Gunnar Beutner 4688c6395e Set required boost version to 1.46 (at least until we've figured out the exact requirements). 2012-09-14 10:25:20 +02:00
Gunnar Beutner 12f6b87bbc Fixed error with detecting Boost library. 2012-09-10 15:50:49 +02:00
Gunnar Beutner 037e3d913b Refactored the libraries. 2012-09-10 14:07:32 +02:00
Gunnar Beutner 9bc93ce4a9 Renamed 'doc' to 'docs'.
Moved Doxygen files to docs/.
Removed cJSON directory.
Moved libraries into lib/.
Renamed 'config' to 'm4'.
Renamed 'dyn' library to 'config'.
2012-09-07 10:27:31 +02:00
Gunnar Beutner dc6246642f Implemented replication for Endpoint objects. 2012-09-03 10:29:02 +02:00
Gunnar Beutner 082c627fb9 Fixed build error on Debian wheezy. 2012-08-31 09:48:31 +02:00
Gunnar Beutner 8b87e30197 Removed roles/publications. 2012-08-14 10:53:04 +02:00
Gunnar Beutner 24a5a10e00 Refactored ConfigObject adapter classes. 2012-07-27 19:56:57 +02:00
Gunnar Beutner 9b7251abb9 Implemented 'services' property for host definitions. 2012-07-06 11:22:38 +02:00
Gunnar Beutner a1423371d0 Moved configrpc code into the cibsync module. 2012-07-02 15:08:15 +02:00
Gunnar Beutner f2420fb17a Moved CIB stuff into a separate library and loadable component. 2012-07-02 12:34:54 +02:00
Gunnar Beutner 5f0bec3936 Implemented compat module (WIP). 2012-06-27 18:43:34 +02:00
Gunnar Beutner d4fb11d427 Even more bugfixes. 2012-06-21 16:16:53 +02:00
Gunnar Beutner 1ce92cf29a Use popen_noshell() instead of popen(). 2012-06-19 19:05:24 +02:00
Gunnar Beutner 1db56a5995 Bugfixes for the nagios checker/thread pool. 2012-06-18 17:23:48 +02:00
Gunnar Beutner 4c658eb889 Multi-threaded nagios checks. 2012-06-17 21:00:24 +02:00
Gunnar Beutner 0bd5323629 Prefer boost::* over C++0x features. 2012-06-15 19:32:41 +02:00
Gunnar Beutner e66285ddc5 Merge branch 'master' of github.com:gunnarbeutner/strawberry
Conflicts:
	components/checker/checkercomponent.cpp
2012-06-14 15:17:51 +02:00
Gunnar Beutner 1e1bb43dea Replaced custom event code with Boost.Signals. 2012-06-14 15:16:41 +02:00
Gunnar Beutner 27f9d9373c Added delegation component. 2012-06-14 13:21:40 +02:00
Gunnar Beutner 739d0c1c29 Implemented asynchronous (internal) API calls. 2012-06-14 11:18:20 +02:00
Gunnar Beutner 3e2b5d5269 Fixed memory leaks in the parser.
Improved Dictionary performance.
2012-06-06 14:38:28 +02:00
Gunnar Beutner 1825d3384a Added config parser. 2012-05-31 08:45:02 +02:00
Gunnar Beutner 195cd07ace Updated dyntest app. 2012-05-30 14:46:51 +02:00
Gunnar Beutner 6c580aeb4a Removed SQLite. 2012-05-30 09:51:45 +02:00
Gunnar Beutner 132a62f4eb Fixed Solaris compatibility. 2012-05-29 16:56:25 +02:00
Gunnar Beutner 071853034d Pretty-print library detection data. 2012-05-29 16:14:49 +02:00
Gunnar Beutner b31591997c Only build SQLite when there's no system-provided library. 2012-05-29 15:59:00 +02:00