aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-26[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on ↵Robert Schumacher
openssl.
2016-11-25[rxcpp] Renaming downloaded file back to RxCpp-v3.0.0.tar.gz to avoid ↵Robert Schumacher
collisions with other libraries
2016-11-25Revert "Merge pull request #348 from kirkshoop/rxcpp3.0.0"Robert Schumacher
This reverts commit 82c29e0dc5f7a19f6294b2b654acf2c7b5bae60d, reversing changes made to a5b1ed784aafd000a9e14dfc2c6ed228d5fe2952.
2016-11-25Merge pull request #348 from kirkshoop/rxcpp3.0.0Robert Schumacher
2016-11-25Merge pull request #347 from sdcb/rxcpp-3Robert Schumacher
[rxcpp] Upgrade to latest 3.0.0
2016-11-25Merge pull request #338 from sdcb/dxut-staticRobert Schumacher
[dxut] switch dxut building static lib
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-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-23Merge pull request #328 from sdcb/mongo-c-remove-patchAlexander Karatarakis
[mongo-c-driver] Remove useless 0001_cmake.patch
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-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-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
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