aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-01[aws-sdk-cpp] correct patch pathsdcb
2016-12-01[aws-sdk-cpp] set FORCE_SHARED_CRT ON when building dynamic.sdcb
2016-12-01[aws-sdk-cpp] add patch to define USE_IMPORT_EXPORT to fix dynamic build ↵sdcb
link issue
2016-11-30[aws-sdk-cpp] correct FORCE_SHARED_CRTflysha
2016-11-30[aws-sdk-cpp] enable static and disable testflysha
2016-11-29[aws-sdk] issues occurs in static build, revert code.sdcb
2016-11-29[aws-sdk] drop static block because aws-sdk actually works in static builds.sdcb
2016-11-28[aws-sdk-cpp] specify dynamic onlyflysha
2016-11-28[aws-sdk-cpp] correct the lib fileflysha
2016-11-28Add aws-sdk-cppsdcb
Note: 1. I add a patch to not using git, because git will emit a wrong version number in initialize_project_version.cmake file. 2. building aws-sdk-cpp will emit some very long file(longer than 258 in my machine), to make it work, you must moving vcpkg into some shorter path like: C:\vcpkg
2016-11-26Merge pull request #346 from mikebmcl/masterRobert Schumacher
Added ports for pixman 0.32.0 and cairo 1.14.6.
2016-11-26[clockutils] Remove copy of LICENSEAlexander Karatarakis
2016-11-26[curl] Enable static buildingAlexander Karatarakis
2016-11-26Merge branch 'ClockworkOrigins-master'Alexander Karatarakis
2016-11-26[clockutils] Call vcpkg_copy_pdbs()Alexander Karatarakis
2016-11-26Merge branch 'master' of https://github.com/ClockworkOrigins/vcpkg into ↵Alexander Karatarakis
ClockworkOrigins-master
2016-11-26Merge pull request #350 from codicodi/codicodi-fix-directxtkAlexander Karatarakis
[DirectXTK] Specify install folder for headers
2016-11-26#339 added clockUtils portDaniel Bonrath
2016-11-26Bump versioncodicodi
2016-11-26Specify path for includescodicodi
2016-11-26[vcpkg] Do not return references to localsRobert Schumacher
2016-11-26[vcpkg] The static keyword at member function scope is not ↵Robert Schumacher
once-per-instance, it's once-per-function
2016-11-26Merge pull request #349 from saulthu/add-zstd-portRobert Schumacher
Add zstd port
2016-11-26[zstd] Reduce modifications to the upstream CMake. Remove all variation from ↵Robert Schumacher
the import lib name.
2016-11-26Merge branch 'add-zstd-port' of https://github.com/saulthu/vcpkg into ↵Robert Schumacher
saulthu-add-zstd-port
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-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 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-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