aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-25Merge pull request #340 from sdcb/directxtkRobert Schumacher
Add directxtk
2016-11-25update rxcpp to 3.0.0Kirk Shoop
2016-11-26[rxcpp] Upgrade to latest 3.0.0flysha
2016-11-25Added ports for pixman 0.32.0 and cairo 1.14.6. Note that neither support ↵Michael B. McLaughlin
UWP (pixman can only build as a static library due to having no exports and cairo depends on GDI among other things). Also, cairo depends on pixman, libpng, and zlib.
2016-11-25Add PROJ.4 cartographic projection library portManuel Massing
2016-11-25[glew] Implement static buildManuel Massing
2016-11-25Adding http-parser libraryab
2016-11-25[boost] Link against correct version of zlib when building debug variant.Manuel Massing
2016-11-25initial commit to qca branchdevel71
2016-11-25Add directxtksdcb
Note: 1. dynamic build is not supported, because upstream build are static by default. 2. Currently uwp build are not supported, it can eanbled by swith to using DirectXTK_Windows10.sln instead of DirectXTK_Desktop_2015_Win10.sln. We can enable it in the future.
2016-11-25[dxut] switch dxut building static libsdcb
dxut is by building static library by default, my previous PR forcing dxut building dynamic by creating a huge patch (basically add dllimport/dllexport everywhere). This PR droped the huge patch and switch building static library (which is the upstream default behavior). related issue: https://github.com/Microsoft/DXUT/issues/8
2016-11-24Merge pull request #336 from frederich/tc-range_update-e2d3018Alexander Karatarakis
[think-cell-range] upgrade to e2d3018
2016-11-24[think-cell-range] upgrade to e2d3018Jens Frederich
Signed-off-by: Jens Frederich <jens.frederich@vector.com>
2016-11-23Merge pull request #322 from barcharcraz/libpq-postgresAlexander Karatarakis
added libodb-pgsql support
2016-11-23[fmt] Bump versionAlexander Karatarakis
2016-11-23Merge pull request #333 from barcharcraz/fix-fmt-againAlexander Karatarakis
mode fmt export all symbols on windows
2016-11-23Update CHANGELOG and bump version to v0.0.60Alexander Karatarakis
2016-11-23[boost] Build boost with zlib supportManuel Massing
2016-11-23Merge pull request #328 from sdcb/mongo-c-remove-patchAlexander Karatarakis
[mongo-c-driver] Remove useless 0001_cmake.patch
2016-11-23zstd port: rename libs to non-versioned namesSaul Thurrowgood
2016-11-23zstd port: rename to non-versioned libs, don'tSaul Thurrowgood
2016-11-23[mongo-c-driver] Remove useless 0001_cmake.patchsdcb
2016-11-22Merge pull request #326 from sdcb/mongo-cxx-code-refactorAlexander Karatarakis
[mongo-cxx-driver] using BUILD_SHARED_LIBS instead of self-defined macro
2016-11-23[mongo-cxx-driver] using BUILD_SHARED_LIBS instead of self-defined macro.sdcb
related to: https://github.com/Microsoft/vcpkg/pull/316
2016-11-23Add zstd portSaul Thurrowgood
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[bootstrap] Use "unknownhash" if git is not available. Resolves #305Alexander Karatarakis
2016-11-21Merge branch 'barcharcraz-soci_add'Alexander Karatarakis
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-21Remove unused #includesAlexander Karatarakis
2016-11-21Merge pull request #312 from codicodi/masterAlexander Karatarakis
Bump fmt version to 3.0.1
2016-11-21[post-build-checks] Add check about no lib filesAlexander Karatarakis
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-21Merge pull request #307 from barcharcraz/vs2017fixRobert Schumacher
add support for VS 2017
2016-11-21[libjpeg-turbo] Fix static libraries nameDaniele E. Domenichelli
The libraries with the "-static" suffix are not found by CMake