aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
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-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-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-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-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.
2017-12-11[exiv2] update to latest master and fix debug configjasjuang
2017-12-11[openssl] Add -utf-8 flagAlexander Karatarakis
2017-12-09Merge pull request #2341 from cdcseacave/masterRobert Schumacher
[tinyexif] update to version 1.0.1
2017-12-09[speex] Fix release mode .def file. Add missing exports (#2340)Artem Golubikhin
* [speex] Fix release mode .def file. Add missing exports Fixed .def file in release mode (it is bugged after #2293 fix in d5395ac793d1db78ab97ca144d5e89eabf49a735) https://github.com/Microsoft/vcpkg/issues/2293#issuecomment-350449317 Added exports for speex_header_free and speex_mode_list (https://github.com/Microsoft/vcpkg/issues/2292#issuecomment-348773393) * [speex] Fix regression for release mode import library
2017-12-09[speex] Fix regression for release mode import libraryRobert Schumacher
2017-12-09[tinyexif] update to version 1.0.1cDc
2017-12-09alac-decoder (#2176)atkawa7
2017-12-09[tinyexif] add TinyEXIF library (#2221)cDc
2017-12-09[mbedtls] Initial port. (#2286)lcdtyph
* mbedtls: init port * add VCPKG_LIBRARY_LINKAGE for static libs only * [mbedtls] Slight cleanup
2017-12-08Merge pull request #2338 from JayFoxRox/unicorn-portRobert Schumacher
[unicorn] Adding unicorn port
2017-12-08[unicorn] Adjust handling of CRT and LIBRARY LINKAGE. Reformat to LF.Robert Schumacher
2017-12-08[gtest] Remove renaming of DLLs -- only the import libs need renaming.Robert Schumacher
2017-12-08Merge pull request #2261 from UnaNancyOwen/fix_gtestRobert Schumacher
Add install googletest/src and Fix find_package Gtest
2017-12-09[unicorn] Adding unicorn portJannik Vogel
2017-12-08[openssl] Remove entry of removed patchAlexander Karatarakis
2017-12-08Merge pull request #2330 from eao197/masterAlexander Karatarakis
Port for sobjectizer updated to v5.5.20
2017-12-08Merge pull request #2329 from jwillemsen/jwi-ace-646Alexander Karatarakis
[ACE] 6.4.6
2017-12-08[jansson] Prefer ninjaMichał Janiszewski
2017-12-08Update for sobjectizer v.5.5.20eao197
2017-12-08[ACE] 6.4.6Johnny Willemsen