| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-28 | Add DirectXTK12 | sdcb | |
| The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++ Official github: https://github.com/Microsoft/DirectXTK12 | |||
| 2016-11-28 | [chakracore] upgrade to 1.3.1 | sdcb | |
| 2016-11-27 | Fixed missing glm dependency | Mattias Cibien | |
| 2016-11-27 | Added maintainer and url | Mattias Cibien | |
| 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-27 | Fix small logic error | codicodi | |
| 2016-11-27 | [ICU] Initial commit | codicodi | |
| 2016-11-26 | [clockutils] Remove copy of LICENSE | Alexander Karatarakis | |
| 2016-11-26 | [curl] Enable static building | Alexander Karatarakis | |
| 2016-11-26 | [clockutils] Call vcpkg_copy_pdbs() | Alexander Karatarakis | |
| 2016-11-26 | Add glslang. | vlj | |
| 2016-11-26 | Merge branch 'master' of https://github.com/ClockworkOrigins/vcpkg into ↵ | Alexander Karatarakis | |
| ClockworkOrigins-master | |||
| 2016-11-26 | Finished globjects | Mattias Cibien | |
| 2016-11-26 | Initial globjects | Mattias Cibien | |
| 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 | [qca] fix cmake files dir | devel71 | |
| Added qt5 as Build-Depends to CONTROL file. | |||
| 2016-11-26 | [qca] fix cmake file location | devel71 | |
| Added qt5 Build-Depends to CONTROL file. | |||
| 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-26 | [curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on ↵ | Robert Schumacher | |
| openssl. | |||
| 2016-11-25 | [vcpkg-integrate] Provide an opt-out for autolinking. Properly suppress ↵ | Robert Schumacher | |
| integration via MSBuild when using CMake. Add lib\ and lib\manual-link\ to additional library paths. [gtest] Because the four libraries provided by gtest supply redundant symbols and define main, opt them all out. Addresses #306. | |||
| 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 | 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 PROJ.4 cartographic projection library port | Manuel Massing | |
| 2016-11-25 | [glew] Implement static build | Manuel Massing | |
| 2016-11-25 | Adding http-parser library | ab | |
| 2016-11-25 | [boost] Link against correct version of zlib when building debug variant. | Manuel Massing | |
| 2016-11-25 | initial commit to qca branch | devel71 | |
| 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 | [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 | [boost] Build boost with zlib support | Manuel Massing | |
| 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-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 | |
