aboutsummaryrefslogtreecommitdiff
path: root/ports/libmysql
AgeCommit message (Collapse)Author
2018-10-03Handle VCPKG_BUILD_TYPE (#4287)hlysunnaram
* [curl] fix build failure when VCPKG_BUILD_TYPE is set * [libmysql] fix build failure when VCPKG_BUILD_TYPE is set * [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only * [icu] use VCPKG_BUILD_TYPE to build release or debug only * [gdal] use VCPKG_BUILD_TYPE to build release or debug only * bump versions of curl, gdal, icu, libmysql and openssl-windows
2018-03-19[libmysql] Use relative include path. Fixes #3071Robert Schumacher
2018-03-19[libmysql] Use system dependencies to avoid ODR violationsRobert Schumacher
2018-03-14[libmysql] Clarify support messageRobert Schumacher
2018-03-13[libmysql] Update to 8.0.4Robert Schumacher
2018-03-07[libmysql][chakracore] Add fast fail for uwpRobert Schumacher
2018-03-02[eigen3][libffi][libmysql][libwebp][rapidjson][websocketpp] Convert to use ↵Robert Schumacher
vcpkg_from_github
2017-10-25[libmysql] Disable /MT. Convert portfile tabs to spaces and CRLF to LF.Robert Schumacher
2017-09-25update the hash to match the current github release (!)Jim McGrath
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-02-17[libmysql] Disable installer projectAlexander Karatarakis
Fixes build failure when you have WiX installed in your system and you are using the VS2017 toolset
2017-01-25[libmariadb] rollback conflict with libmysqlflysha
2017-01-20[libmysql] Create bin\ and debug\bin\ directoriesAlexander Karatarakis
(also make identation consistent)
2017-01-20[libmysql] upgrade to 5.7.17sdcb
1. upgraded upstream mysql version to 5.7.17 2. simplified the patch size from 12K to 2K 3. enabled static build 4. switched mysql.h file to mysql/mysql.h
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-02[libmysql] Do not create empty directoryAlexander Karatarakis
2016-10-26[libmysql] Marked as not supporting static yetAlexander Karatarakis
2016-10-16Add libmariadb.flysha
2016-10-15fix some lib, pdb and dll path.flysha
2016-10-14Add libmysqlsdcb