aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2016-11-22Merge pull request #313 from muemart/xsltAlexander Karatarakis
Add libxslt
2016-11-22Merge pull request #316 from sdcb/mongocxx-staticfixAlexander Karatarakis
[mongo-cxx-driver] fix static build
2016-11-22Merge branch 'muemart-xslt'Alexander Karatarakis
2016-11-22mode fmt export all symbols on windowsCharlie Barto
2016-11-22added libodb-pgsql supportCharlie Barto
2016-11-22[port] Added yaml-cppWakusei
#308
2016-11-22Use different output folder for every triplet, and add debug info to release ↵Martin Müller
builds
2016-11-22define MONGOCXX_STATIC in export.hppsdcb
2016-11-22[mongo-cxx-driver] fix static buildsdcb
note: Actually, static build is perfectly fine but the cmake always build static and dynamic library togather, in the static environment, dynamic build will fail due link error. I twisted a patch to the CMakeLists.txt to make dynamic build happy when building static.
2016-11-21[soci] Fix setting LIBDIR instead of SOCI_LIBDIRAlexander Karatarakis
2016-11-21Add libxslt portMartin Müller
2016-11-21Fix libxml2 port when building with static linkageMartin Müller
2016-11-21[soci] Fix to correctly set SOCI_STATIC and SOCI_SHAREDAlexander Karatarakis
2016-11-21[soci] FormattingAlexander Karatarakis
2016-11-21Merge branch 'soci_add' of https://github.com/barcharcraz/vcpkg into ↵Alexander Karatarakis
barcharcraz-soci_add
2016-11-21Bump fmt version to 3.0.1codicodi
2016-11-21Merge pull request #310 from sdcb/libbsonAlexander Karatarakis
[mongo-*] Enable static build, upgrade package version
2016-11-21Merge pull request #301 from drdanz/libjpeg-turbo_static_libsAlexander Karatarakis
[libjpeg-turbo] Fix static libraries name
2016-11-21[libjpeg-turbo] Fix static libraries nameDaniele E. Domenichelli
The libraries with the "-static" suffix are not found by CMake
2016-11-21[mongo-cxx-driver] there is a failure on link stage, cannot build static, ↵sdcb
warn and then build dynamic
2016-11-21[mongo-cxx-driver] Upgrade to 3.0.3sdcb
Enable static build Disable test and example
2016-11-21[mongo-c-driver] openssl is optional dependency.sdcb
2016-11-21[mongo-c-driver] Upgrade to 1.5.0-rc6sdcb
Enable building static library. Exclude test and examples.
2016-11-21Fix static build runtime error.sdcb
2016-11-21Upgrade libbson to 1.5.0-rc6sdcb
Add support for libbson-static build. Do not use the patch file for libbson.
2016-11-19[libuv] Enable static buildingAlexander Karatarakis
2016-11-19[libuv] Add branching for dynamic/static buildingAlexander Karatarakis
2016-11-18[libuv] Update to 1.10.1Alexander Karatarakis
2016-11-18Fix poco-pcre debug link issuesdcb
Should fix: https://github.com/Microsoft/vcpkg/issues/302
2016-11-17add support for SOCICharlie Barto
2016-11-17Merge pull request #276 from barcharcraz/libpqRobert Schumacher
added libpq port
2016-11-17[poco] Revert removal of POCO_STATIC, I misread it as PCRE_STATIC :)Robert Schumacher
2016-11-17Merge pull request #293 from sdcb/pocoRobert Schumacher
Add poco.
2016-11-17[pcre] [poco] Hardcode value of PCRE_STATIC into the pcre headers. Switch ↵Robert Schumacher
poco to use unbundled libs.
2016-11-17remove debug postfix again, missed in rebaseCharlie Barto
2016-11-17made libpq copy pdb filescharlie barto
2016-11-17revert debug rename, it was a stupid ideacharlie barto
2016-11-17added libpq portCharles Barto
2016-11-17install types and genbki, this seems to be needed for cmake's findpostgresqlCharlie Barto
2016-11-17used export all symbols instead of pq's .def files, this is so that we don't ↵charlie barto
have to change the sources depending on debug or release config
2016-11-17made libpq copy pdb filescharlie barto
2016-11-17revert debug rename, it was a stupid ideacharlie barto
2016-11-17removed debug suffix from libpqcharlie barto
2016-11-17install pg_config.hcharlie barto
2016-11-17updated dependencies for libpqcharlie barto
2016-11-17added libpq portCharles Barto
2016-11-16Merge branch 'poco' of https://github.com/sdcb/vcpkg into sdcb-pocoRobert Schumacher
2016-11-16Merge pull request #300 from barcharcraz/fix_glfwRobert Schumacher
more glfw3 path fixes
2016-11-16[boost] Also rename lib files in dynamic builds (conditionally)Alexander Karatarakis
i.e. for libboost_xxx.lib, if boost_xxx.lib exists, delete libboost_xxx.lib otherwise rename it to boost_xxx.lib
2016-11-16[boost] Use --layout=system to make the output binary names simplerAlexander Karatarakis