Commit Graph

134 Commits

Author SHA1 Message Date
443bbe73d2 Mqfilter is built if possible
The mqfilter was not built by default even though it should have been. This has
been fixed but the filter is built only if librabbitmq is found. This was done
to avoid having the librabbitmq and its development headers as a hard
dependency.
2015-11-26 09:28:27 +02:00
d7e685e2fe Increased version number.
MaxScale version number set to 1.3.0-1.
2015-11-23 13:06:39 +02:00
23b2ce004b Added support for MariaDB 10.1 embedded library
The code used in the query classifier was not compatible with 10.1 version
of MariaDB and needed to be fine tuned in order for it to work with all
supported versions of MariaDB.
2015-11-23 11:41:05 +02:00
069297f47e Added BUILD_MMMON to CMake cache. 2015-11-17 14:16:32 +02:00
b22d40b06b Fixed PCRE2 beng built when CMake is configured
The bundled PCRE2 library will be built as a separate target and configuring
CMake no longer builds it. Instead, it will only be built when it is out of date.
This requires all targets to declare that they depend on the pcre2 target in
order for it to be built.
2015-11-16 13:59:47 +02:00
ee29e85016 Added bundled PCRE2 library. 2015-10-27 09:24:34 +02:00
0134fdc397 Merge branch 'release-1.2' into develop
Conflicts:
	server/core/dbusers.c
2015-07-13 15:52:36 +03:00
38b5166543 fixed double definition of CMake variables. 2015-07-13 13:03:15 +03:00
e03dcc07c3 Enabled C99 compiler options 2015-07-11 17:13:00 +03:00
f095ec353c Fixed config file being installed into /usr/etc instead of /etc. 2015-07-10 21:31:33 +03:00
b0e98bc420 Added template cnf file to /etc and renamed folders. 2015-07-09 14:41:23 +03:00
309b8bba97 Added missing --piddir option to testall maxscale invokation. 2015-07-04 09:07:37 +03:00
2c3c856ea1 Added option for C99 builds. 2015-06-29 16:01:56 +03:00
22053cfafb Updated MaxScale version to 1.2.0. 2015-06-26 10:36:27 +03:00
4cbcc4ecb6 Removed old unused cmake variables, updated documentation and fixed testall suite. 2015-05-26 15:12:29 +03:00
5f076b81d4 Merge branch 'install_dir_change' into develop
Conflicts:
	CMakeLists.txt
	Documentation/Tutorials/Administration-Tutorial.md
	log_manager/CMakeLists.txt
	server/core/CMakeLists.txt
	server/core/gateway.c
	server/core/maxkeys.c
	server/core/maxpasswd.c
	server/modules/filter/test/CMakeLists.txt
	server/modules/routing/CMakeLists.txt
2015-05-26 13:34:39 +03:00
2b457bf372 Updated init.d and systemd scripts. 2015-05-11 06:19:06 +03:00
88da984ea3 Added even more clarification to the non-release warning in FindMySQL.cmake 2015-04-30 11:42:56 +03:00
31be62774f Added a more descriptive warning when building MaxScale with source built MariaDB server. 2015-04-30 11:39:24 +03:00
5394b4d0fa Changed standard installation directory from /usr/local/mariadb-maxscale to /usr/local. 2015-04-29 05:42:58 +03:00
71531cde3e Updated package installation and started documentation update. 2015-04-28 11:09:49 +03:00
e681d18fdd Split packaging to RPM and DEB cmake files. 2015-04-27 23:11:49 +03:00
bbcecc0db5 Changed all MaxScale.cnf code references to maxscale.cnf 2015-04-27 13:44:36 +03:00
9eeec2e9d3 Added FindJemalloc.cmake 2015-04-27 04:52:29 +03:00
c500d23d04 Moved default file search paths to gwdirs.h which is configured by CMake from gwdirs.h.in. 2015-04-27 04:48:50 +03:00
17a7b2addb Updated more variables. 2015-04-26 20:08:27 +03:00
89b75cb510 Added FindJemalloc.cmake 2015-04-26 11:41:02 +03:00
ed426ca30d Updated packaging install layout, moved some cmake files around. 2015-04-26 06:35:36 +03:00
b2cfa674b9 Added support for tcmalloc usage. 2015-04-20 17:52:50 +03:00
254b1bf05d Added FindPCRE.cmake which is used by the FindMySQL.cmake. 2015-04-16 18:11:29 +03:00
e9aa692acd Added the platform check back and added linker flags for PCRE if the embedded library does not have them. 2015-04-03 22:14:51 +03:00
15262f3fbf Added new Make target for testing MaxScale's core parts.
This target doesn't need a running MaxScale and only executes core, log_manager and query_classifier unit tests.
2015-03-19 11:56:40 +02:00
bd10215a84 Added Make targets for PDF and HTML generation. 2015-02-09 19:52:11 +02:00
5d6b805d6e Moved CMake modules to a separate directory and disabled local installs of system files when building packages.
The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
2015-01-30 15:45:33 +02:00