aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-01-25[directxtk] do not use win10 sdk (can now built without win10 sdk installed)周杰
2017-01-25[libmariadb] rollback conflict with libmysqlflysha
2017-01-25Merge remote-tracking branch 'refs/remotes/origin/master'flysha
2017-01-24Merge branch 'mpir-static' of https://github.com/sdcb/vcpkg into ↵Alexander Karatarakis
sdcb-mpir-static
2017-01-24[wt] Suppress reliance on boost autolinkingRobert Schumacher
Fixes #558
2017-01-23[mpir] enable static buildflysha
2017-01-20Merge pull request #568 from OlafvdSpek/masterRobert Schumacher
Package lzo
2017-01-20[lzo] Disable dynamic builds again due to library not having appropriate ↵Robert Schumacher
dllexport annotations.
2017-01-20[lzo] Fix compiler error. Add support for non-static triplets.Robert Schumacher
2017-01-20[libmysql] Create bin\ and debug\bin\ directoriesAlexander Karatarakis
(also make identation consistent)
2017-01-20Merge branch 'mysql-5.7.17' of https://github.com/sdcb/vcpkg into ↵Alexander Karatarakis
sdcb-mysql-5.7.17
2017-01-20[libmariadb] upgrade to 2.3.2sdcb
1. upgrade package to 2.3.2 2. enable static build support 3. do not block with libmysql
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
2017-01-19Merge pull request #551 from smasherprog/masterRobert Schumacher
FLTK Port
2017-01-19[fltk] Avoid renaming DLLs -- they are referred to by name in LIBs.Robert Schumacher
2017-01-19Merge pull request #529 from codicodi/add-glibRobert Schumacher
Add glib
2017-01-19Package lzoOlaf
2017-01-18Merge pull request #564 from sdcb/dx101Alexander Karatarakis
[dx] upgrade to 1.0.1
2017-01-18[pcre] Update to 8.39. Add sourceforge mirrorAlexander Karatarakis
2017-01-18Merge pull request #538 from sdcb/UVAtlasAlexander Karatarakis
add UVAtlas
2017-01-18[dx] upgrade to 1.0.1flysha
2017-01-17[zlib] Add sourceforge mirrorAlexander Karatarakis
2017-01-17[zlib] Update to 1.2.11Alexander Karatarakis
2017-01-17Merge pull request #552 from jwillemsen/masterAlexander Karatarakis
Use ACE 6.4.2 which got released January 17th 2017
2017-01-17Fix Boost dynamic build.Christian Ullrich
Some of the Boost libraries build differently depending on whether BOOST_X_DYN_LINK is defined, so this symbol must be present in the dynamic build, and removing it as part of disabling auto-link was wrong. Reverts half of 5a3881a0.
2017-01-17Use ACE 6.4.2 which got released January 17th 2017Johnny Willemsen
* ports/ace/CONTROL: * ports/ace/portfile.cmake:
2017-01-16Merge pull request #548 from mwoelk83/masterAlexander Karatarakis
add cereal port
2017-01-16Merge pull request #539 from codicodi/fix-grpcAlexander Karatarakis
[grpc] build statically
2017-01-16[protobuf] Attempt to make build more consistentAlexander Karatarakis
2017-01-16[uvatlas] do not install the debug lib twicesdcb
2017-01-15FLTK PortScott
2017-01-15Use ACE 6.4.1, the latest micro releaseJohnny Willemsen
* ports/ace/portfile.cmake:
2017-01-14Create portfile.cmake for cerealMarcus Wölk
2017-01-14Create CONTROL fileMarcus Wölk
2017-01-14[glib] install gdbus-codegen toolcodicodi
It is required to build gtk+
2017-01-14fix UVAtlas build, I dropped the uvatlas tool.sdcb
2017-01-14Merge remote-tracking branch 'refs/remotes/upstream/master'sdcb
2017-01-14[glib] toooolscodicodi
2017-01-14Revert "[glib] use win_iconv and add subdir for tools"codicodi
This reverts commit ccd3e399f023129a39bb9a402324676a9391a970.
2017-01-14Revert "[glib] hunt down every mention of libiconv"codicodi
This reverts commit 6a3b19b9e04d304ef9e07a9d99d3abbd17552993.
2017-01-14[grpc] build statically and preserve debug libscodicodi
2017-01-13[glew] Avoid renaming DLLs, because LIBs reference them by name. Prefer ↵Robert Schumacher
using vcpkg_copy_pdbs().
2017-01-13Merge branch 'rename-glew-ouput' of https://github.com/adam4813/vcpkg into ↵Robert Schumacher
adam4813-rename-glew-ouput
2017-01-14[glib] hunt down every mention of libiconvcodicodi
2017-01-14[glib] use win_iconv and add subdir for toolscodicodi
2017-01-13Merge pull request #536 from stammen/libwebsockets-uwpRobert Schumacher
libwebsockets: added support to build uwp versions
2017-01-13[libwebsockets] Bump version to correspond to source code change for uwp ↵Robert Schumacher
support.
2017-01-13Merge pull request #534 from ab-acx/http-parser-strictRobert Schumacher
On release set HTTP_PARSER_STRICT to zero.
2017-01-13[http-parser] Bump version to reflect build change adding HTTP_PARSER_STRICT=0Robert Schumacher
2017-01-13Merge pull request #528 from stammen/curl-uwpRobert Schumacher
CURL: added support for building uwp versions