| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-01 | [aws-sdk-cpp] correct patch path | sdcb | |
| 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_CRT | flysha | |
| 2016-11-30 | [aws-sdk-cpp] enable static and disable test | flysha | |
| 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 only | flysha | |
| 2016-11-28 | [aws-sdk-cpp] correct the lib file | flysha | |
| 2016-11-28 | Add aws-sdk-cpp | sdcb | |
| 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-26 | Merge pull request #346 from mikebmcl/master | Robert Schumacher | |
| Added ports for pixman 0.32.0 and cairo 1.14.6. | |||
| 2016-11-26 | [clockutils] Remove copy of LICENSE | Alexander Karatarakis | |
| 2016-11-26 | [curl] Enable static building | Alexander Karatarakis | |
| 2016-11-26 | Merge branch 'ClockworkOrigins-master' | Alexander Karatarakis | |
| 2016-11-26 | [clockutils] Call vcpkg_copy_pdbs() | Alexander Karatarakis | |
| 2016-11-26 | Merge branch 'master' of https://github.com/ClockworkOrigins/vcpkg into ↵ | Alexander Karatarakis | |
| ClockworkOrigins-master | |||
| 2016-11-26 | Merge pull request #350 from codicodi/codicodi-fix-directxtk | Alexander Karatarakis | |
| [DirectXTK] Specify install folder for headers | |||
| 2016-11-26 | #339 added clockUtils port | Daniel Bonrath | |
| 2016-11-26 | Bump version | codicodi | |
| 2016-11-26 | Specify path for includes | codicodi | |
| 2016-11-26 | [vcpkg] Do not return references to locals | Robert 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-26 | Merge pull request #349 from saulthu/add-zstd-port | Robert 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-26 | Merge 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-25 | Revert "Merge pull request #348 from kirkshoop/rxcpp3.0.0" | Robert Schumacher | |
| This reverts commit 82c29e0dc5f7a19f6294b2b654acf2c7b5bae60d, reversing changes made to a5b1ed784aafd000a9e14dfc2c6ed228d5fe2952. | |||
| 2016-11-25 | Merge pull request #348 from kirkshoop/rxcpp3.0.0 | Robert Schumacher | |
| 2016-11-25 | Merge pull request #347 from sdcb/rxcpp-3 | Robert Schumacher | |
| [rxcpp] Upgrade to latest 3.0.0 | |||
| 2016-11-25 | Merge pull request #338 from sdcb/dxut-static | Robert Schumacher | |
| [dxut] switch dxut building static lib | |||
| 2016-11-25 | Merge pull request #340 from sdcb/directxtk | Robert Schumacher | |
| Add directxtk | |||
| 2016-11-25 | update rxcpp to 3.0.0 | Kirk Shoop | |
| 2016-11-26 | [rxcpp] Upgrade to latest 3.0.0 | flysha | |
| 2016-11-25 | Added 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-25 | Add directxtk | sdcb | |
| 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 lib | sdcb | |
| 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-24 | Merge pull request #336 from frederich/tc-range_update-e2d3018 | Alexander Karatarakis | |
| [think-cell-range] upgrade to e2d3018 | |||
| 2016-11-24 | [think-cell-range] upgrade to e2d3018 | Jens Frederich | |
| Signed-off-by: Jens Frederich <jens.frederich@vector.com> | |||
| 2016-11-23 | Merge pull request #322 from barcharcraz/libpq-postgres | Alexander Karatarakis | |
| added libodb-pgsql support | |||
| 2016-11-23 | [fmt] Bump version | Alexander Karatarakis | |
| 2016-11-23 | Merge pull request #333 from barcharcraz/fix-fmt-again | Alexander Karatarakis | |
| mode fmt export all symbols on windows | |||
| 2016-11-23 | Update CHANGELOG and bump version to v0.0.60 | Alexander Karatarakis | |
| 2016-11-23 | Merge pull request #328 from sdcb/mongo-c-remove-patch | Alexander Karatarakis | |
| [mongo-c-driver] Remove useless 0001_cmake.patch | |||
| 2016-11-23 | zstd port: rename libs to non-versioned names | Saul Thurrowgood | |
| 2016-11-23 | zstd port: rename to non-versioned libs, don't | Saul Thurrowgood | |
| 2016-11-23 | [mongo-c-driver] Remove useless 0001_cmake.patch | sdcb | |
| 2016-11-22 | Merge pull request #326 from sdcb/mongo-cxx-code-refactor | Alexander 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-23 | Add zstd port | Saul Thurrowgood | |
