Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -0/+8 |
|\ | |||||
| * | MDEV-12207 Include windows compatibility manifest into executable to make ↵ | Vladislav Vaintroub | 2017-03-08 | 1 | -0/+8 |
| | | | | | | | | GetVersionEx work correctly | ||||
| * | CRLF->LF | Sergei Golubchik | 2015-06-02 | 1 | -56/+56 |
| | | |||||
| * | line endings | Sergei Golubchik | 2014-04-08 | 1 | -8/+8 |
| | | |||||
* | | cmake: MYSQL_PARSE_ARGUMENTS -> CMAKE_PARSE_ARGUMENTS | Sergei Golubchik | 2015-11-23 | 1 | -7/+23 |
| | | |||||
* | | MDEV-4447 MariaDB sources should have unix-style line endings everywhere | Sergei Golubchik | 2014-02-27 | 1 | -48/+48 |
|/ | |||||
* | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS ↵ | Vladislav Vaintroub | 2010-11-12 | 1 | -1/+1 |
| | | | | | | | | are modified Backport version info handling (Windows-specific) from next-mr. Instead of adding ".res" object as linker flag, add resource file (.rc) file to the source list. This is more obvious and less error prone method. | ||||
* | Rename CMAKE_PARSE_ARGUMENTS macro to avoid name collision | Vladislav Vaintroub | 2010-09-29 | 1 | -1/+1 |
| | | | | | with CMake 2.8.3 builtin macro | ||||
* | Add components to INSTALL, some eraly Wix support | Vladislav Vaintroub | 2010-02-10 | 1 | -3/+10 |
| | |||||
* | Handle different installation layouts. | Vladislav Vaintroub | 2010-01-24 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | using cmake option INSTALL_LAYOUT=STANDALONE would produce the layout as in tar.gz or zip packages. INSTALL_LAYOUT=UNIX will produce unixish install layout (with mysqld being in sbin subdirectory , libs in lib/mysql etc). This layout is used for RPM packages. Subtle differences in both packages unfortunately lead to the need to recompile MySQL to use with other package type - as otherwise for example default plugins or data directories would be wrong set. There are numerous other variables that allow fine-tuning packaging layout. (INSTALL_BINDIR, INSTALL_LIBDIR , INSTALL_PLUGINDIR etc). This options are different from autotools as they do not expect full paths to directories, but only subdirectory of CMAKE_INSTALL_PREFIX. There are 2 special options that expect full directory paths - MYSQL_DATADIR that defines default MYSQL data directory (autotools equivalent is --localstatedir) - SYSCONFDIR can be added to search my.cnf search path (autotools equivalent is --sysconfdir) | ||||
* | Simplify embedding version info into executables with ADD_VERSION_INFO | Vladislav Vaintroub | 2009-12-18 | 1 | -44/+1 |
| | |||||
* | add new file | Vladislav Vaintroub | 2009-12-18 | 1 | -0/+89 |