summaryrefslogtreecommitdiff
path: root/cmake/build_configurations
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-2/+2
|\ \ \ | |/ /
| * | MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either)Sergei Golubchik2019-03-271-2/+2
* | | MDEV-18954 numa dynamic dependencySergei Golubchik2019-03-221-0/+1
* | | cmake: remove unused variableSergei Golubchik2019-03-221-3/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-1/+0
|\ \ \ | |/ /
| * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-1/+0
| |\ \
| | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-1/+0
| | |\ \ | | | |/
| | | * Crude "auto-load-data-local-infile" modemariadb-5.5.63Sergei Golubchik2019-01-271-1/+0
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+1
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-0/+1
| | | |\
| | | | * Bug#26022865 BUILD FOR WINDOWS-S12-64BIT,ADVANCED IS FAILING ON PB2 MYSQL-5.6Tor Didriksen2017-11-091-7/+0
| | | | * Bug#25942414: SSL VARIABLES USAGE WHEN LIBMYSQL IS COMPILED WITH WITH_SSL=NOHarin Vadodaria2017-04-271-3/+1
| | | | * Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANGJon Olav Hauglid2014-10-131-9/+10
| | | | * Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| | | | * Bug#12710832 - PB2 DAILY-TRUNK BUILD FAILS ON SOLARIS X86_64Tor Didriksen2011-07-041-2/+2
| | | | * Updated/added copyright headersKent Boortz2011-06-301-1/+1
| | | | * bug#58955: Must -DBUILD_CONFIG=mysql_release require libaio on LinuxJonathan Perkin2010-12-161-11/+15
| | | | * bug#58766: Server binary was compiled without fast-mutexesJonathan Perkin2010-12-071-1/+4
| | | | * mergeSunanda Menon2010-11-221-20/+4
| | | | |\
| | | | | * Bug#58313: CMake stops with VS Express if -DBUILD_CONFIG=mysql_release.cmakeVladislav Vaintroub2010-11-201-2/+4
| | | | | * Bug#58272: -DBUILD_CONFIG=mysql_release is broken with cmake 2.8.3Vladislav Vaintroub2010-11-171-18/+0
| | | | * | Bug #58227 improve error message "aio is required on Linux"Sunanda Menon2010-11-191-1/+7
| | | | |/
| | | | * Bug#42733: Type-punning warnings when compiling MySQL -- strict aliasing viol...Davi Arnaut2010-10-081-9/+9
| | | | * bug#55250: 5.5.5-m3 incorrectly compiled with exceptions on Solaris/x86Jonathan Perkin2010-07-191-1/+1
| | | | * Spell CMAKE_COMPILER_IS_GNUCC correctly.Jonathan Perkin2010-07-061-1/+1
| | | | * Remove flags which have already been defined in configure.cmake.Jonathan Perkin2010-07-051-3/+4
| | | | * Fix typo in previous.Jonathan Perkin2010-07-051-1/+1
| | | | * kent's recent changes to this file resulted in flag loss due toJonathan Perkin2010-07-051-62/+81
| | | | * Fix icc/icpc flags.Jonathan Perkin2010-07-021-2/+6
| | | | * Don't cache {C,CXX} flags, this file is parsed twice, the first timeJonathan Perkin2010-07-021-14/+8
| | | | * Fix previousJonathan Perkin2010-06-251-0/+2
| | | | * Update ICC flags to avoid deprecated options.Jonathan Perkin2010-06-251-2/+2
| | | | * Ensure aio is available on Linux.Jonathan Perkin2010-06-251-0/+10
| | | | * CMakeLists.txtKent Boortz2010-06-231-45/+66
| | | | * Changes to build using CMake according to existing release packages:Jonathan Perkin2010-05-121-9/+11
| | | | * Fix typo (CMAKE_SIZEOF_VOIDP=>CMAKE_SIZEOF_VOID_P)Vladislav Vaintroub2010-03-081-2/+2
| | | | * Some CMake packaging fixes:Jonathan Perkin2010-02-241-0/+2
| | | | * When using SIGNCODE parameter, check that signing of test executable reaööy...Vladislav Vaintroub2010-02-021-0/+5
| | | | * Define feature sets that correspond to different products (advanced, pro, ent...Vladislav Vaintroub2010-02-021-13/+80
| | | | * Add -lmtmalloc to server linker flags on Solaris 10Vladislav Vaintroub2010-01-201-0/+4
| | | | * Add Solaris sparc Sun Studio flagsVladislav Vaintroub2010-01-201-2/+13
| | | | * - another take on BUILD_CONFIG variable - use OPTION instead of SET for Vladislav Vaintroub2010-01-201-14/+20
| | | | * Fix end-of-line characters in mysql_release.cmake to be unix-conformVladislav Vaintroub2010-01-191-92/+92
| | | | * Add compiler flags used by the buildteam to do releaseVladislav Vaintroub2010-01-191-0/+69
| | | | * Add option for specifying MYSQL build configurations.Vladislav Vaintroub2010-01-111-0/+23