aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-12-21[boost-python] Fix build.Robert Schumacher
2017-12-21Merge branch 'llvm' of https://github.com/jasjuang/vcpkg into jasjuang-llvmRobert Schumacher
2017-12-21Merge pull request #2419 from jasjuang/alembicRobert Schumacher
[alembic] update to 1.7.5
2017-12-21Merge pull request #2376 from dzenanz/itk2Robert Schumacher
Improving support for ITK
2017-12-21[assimp] Fixup: add missing patchfileRobert Schumacher
2017-12-21[libtorrent] Update to more recent snapshot to support boost 1.66Robert Schumacher
2017-12-21[assimp] Fix unitialized variable issue.Robert Schumacher
2017-12-21[boost] Fix uwp builds on systems with spacesRobert Schumacher
2017-12-21Merge pull request #2380 from IronsDu/masterRobert Schumacher
Added port brynet - A C++ cross platform high performance TCP network library.
2017-12-21[brynet] Use vcpkg_from_githubRobert Schumacher
2017-12-21[nghttp2] initial port (dynamic build only). (#2366)Vitaliy Didik
* [nghttp2] initial port (dynamic build only). * [nghttp2] Slight tweak
2017-12-20[folly] Handle boost upgradeRobert Schumacher
2017-12-20[hpx] Handle boost breaking changes. Fixes #2416.Robert Schumacher
2017-12-20libmupdf initial port (#1950)Guillaume Lachance
* libmupdf initial port * [libmupdf] Use CMake for buildsystem replacement.
2017-12-20Added port libqrencode - a fast and compact QR Code encoding library (#2372)Anatoly Shirokov
* https://github.com/Microsoft/vcpkg/issues/2363 * libqrencode: Added necessary new line at end of CONTROL, portfile.cmake, usage files. Added copying the usage file in portfile.cmake, and removed unnecessary DBUILD_SHARED_LIBS as remarked @ras0219-msft * [libqrencode] Adjust usage to match other packages
2017-12-20Merge pull request #2409 from UnaNancyOwen/fix_boostRobert Schumacher
Initial experimental re-support for VCPKG_BUILD_TYPE release
2017-12-20[alembic] update to 1.7.5jasjuang
2017-12-20Merge pull request #2403 from markgarcia/msvc-ignore-warning-C4201Alexander Karatarakis
[glm] Ignore MSVC warning C4201
2017-12-20Merge pull request #2408 from pravic/sciterAlexander Karatarakis
[sciter] Update to 4.0.7.5637
2017-12-21[libdatrie] add version 0.2.10Mikhail Paulyshka
2017-12-20Improving support for ITKDženan Zukić
2017-12-20Merge branch 'master' into fftwxoviat
2017-12-20[fftw] Build more libsxoviat
2017-12-20[dlib] update to 19.8jasjuang
2017-12-20Initial experimental re-support for VCPKG_BUILD_TYPE releaseTsukasa Sugiura
re-add this commit 5335d17
2017-12-20[sciter] Update to 4.0.7.5637pravic
2017-12-19[llvm] Add atlmfc to dependencies -- fixes #2400Robert Schumacher
2017-12-19Merge pull request #2269 from Microsoft/boost-modularRobert Schumacher
[boost] Modularize and update to 1.66
2017-12-19[magnum] Remove --traceRobert Schumacher
2017-12-19Update downstream libraries to use modularized boostRobert Schumacher
2017-12-19[boost] ModularizeRobert Schumacher
2017-12-19[glm] Ignore MSVC warning C4201Mark Garcia
2017-12-18Update Range-V3-VS2015.Casey Carter
2017-12-18Merge pull request #2388 from Chaiinik/masterAlexander Karatarakis
[nlohmann-json] Update to 3.0.0
2017-12-18Update string-theory to 1.7Michael Hansen
2017-12-17[nlohmann-json] Update to 3.0.0Chainik
2017-12-15Merge pull request #2381 from markgarcia/tbb-2018_U2Alexander Karatarakis
[tbb] Update to 2018_U2
2017-12-15[gsl-lite] Updated to 0.26.0WPMGPRoSToTeMa
2017-12-15[tbb] Update to 2018_U2Mark Garcia
2017-12-15Added port brynet - A C++ cross platform high performance TCP network ↵IronsDu
library using C++ 11.
2017-12-14[gtest] Fix issue with renaming gtest DLLs in debug modeRobert Schumacher
2017-12-14[cpprestsdk] Update to 2.10.1Robert Schumacher
2017-12-14[tinyxml2] update to 6.0.0jasjuang
2017-12-15change serial module nameBarath Kannan
2017-12-15change to python2 for future web engine supportBarath Kannan
2017-12-15fix naming issuesBarath Kannan
2017-12-13[brotli] Fix regressions introduced during updateRobert Schumacher
2017-12-13Upgrade assimp to v4.1.0 (#2364)Mark Garcia
* [assimp] Update to v4.1.0 and remove code patch which is fixed in new version * [assimp] Fix vcpkg_fixup_cmake_targets argument * [assimp] Fix formatting
2017-12-12Merge pull request #2356 from jasjuang/exiv2Alexander Karatarakis
[exiv2] update to latest master and fix debug config
2017-12-12Fix Gtest port fails install when one of the configuration is set to ↵Tsukasa Sugiura
VCPKG_BUILD_TYPE (#2359) * Support build with master/HEAD Gtest will be able to build with master/HEAD. * Fix install when one of the configuration is set to VCPKG_BUILD_TYPE Fix install when one of the configuration is set to VCPKG_BUILD_TYPE.