aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2016-11-28Add DirectXTK12sdcb
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.1sdcb
2016-11-27Fixed missing glm dependencyMattias Cibien
2016-11-27Added maintainer and urlMattias Cibien
2016-11-26Merge pull request #346 from mikebmcl/masterRobert Schumacher
Added ports for pixman 0.32.0 and cairo 1.14.6.
2016-11-27Fix small logic errorcodicodi
2016-11-27[ICU] Initial commitcodicodi
2016-11-26[clockutils] Remove copy of LICENSEAlexander Karatarakis
2016-11-26[curl] Enable static buildingAlexander Karatarakis
2016-11-26[clockutils] Call vcpkg_copy_pdbs()Alexander Karatarakis
2016-11-26Add glslang.vlj
2016-11-26Merge branch 'master' of https://github.com/ClockworkOrigins/vcpkg into ↵Alexander Karatarakis
ClockworkOrigins-master
2016-11-26Finished globjectsMattias Cibien
2016-11-26Initial globjectsMattias Cibien
2016-11-26#339 added clockUtils portDaniel Bonrath
2016-11-26Bump versioncodicodi
2016-11-26Specify path for includescodicodi
2016-11-26[qca] fix cmake files dirdevel71
Added qt5 as Build-Depends to CONTROL file.
2016-11-26[qca] fix cmake file locationdevel71
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-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-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-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-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-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-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-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