aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-27[casclib] Update library to 1.50b (#7907)Ehsan
* [casclib] Update library to 1.50b * Fix ctype_for_mac.patch
2019-08-27json5-parser (#7915)zi-m
2019-08-27Add homepage for orc (#7908)Dmitry Marakasov
* Add homepage for orc * [orc] Fix build by updating tzdata url The build fails as is tries to fetch tzdata-2018c-1.tar.xz which is gone from FTPs. Fix it by updating to tzdata-2019b-1. This is the same as upstream commit 51a26ab85fc33a7d765dc1f500d43e6ae4ceb0d1
2019-08-27[magic-enum] Update to v0.6.0 (#7916)Alexander Karatarakis
2019-08-26avoid assembling error strings unless there is an errorPhil Christensen
2019-08-26Run clang-format and add more error messagesPhil Christensen
2019-08-26[fmt] Update to 6.0.0 (#7910)Kevin Lu
2019-08-26Add homepage for beast (#7909)Dmitry Marakasov
2019-08-26remove redundantzi-m
2019-08-26wxchartdirzi-m
2019-08-26chartdirzi-m
2019-08-26(#7757) [vcpkg] Switch to internal hash algorithms 📜Nicole Mazzuca
On non-Windows platforms, there is no standard way to get the hash of an item -- before this PR, what we did was check for the existence of a few common utility names (shasum, sha1, sha256, sha512), and then call that utility on a file we created containing the contents we wish to hash. This PR adds internal hashers for sha1, sha256, and sha512, and standardizes the interface to allow anyone to implement hashers in the future. These hashers are not extremely optimized, so it's likely that in the future we could get more optimized, but for now we just call out to BCryptHasher on Windows, since it's standard and easy to use (and about 2x faster for sha1 and sha256, and 1.5x faster for sha512). However, they are reasonably fast for being unoptimized. I attempted a few minor optimizations, which actually made the code slower! So as of right now, it's implemented as just a basic conversion of the code on Wikipedia to C++. I have tested these on the standard NIST test vectors (and those test vectors are located in vcpkg-test/hash.cpp).
2019-08-25[glfw3]Add more information about installing dependencies. (#7885)JackBoosY
2019-08-25[libwebp]Fix two dependent windows library link conditions.JackBoosY
2019-08-25[blaze] Update to Blaze 3.6 (#7878)igl42
2019-08-25[fplus] Add new port (#7883)Ehsan
2019-08-24[many ports] Updates 2019.07.09 (#7217)Robert Schumacher
* [many ports] Upgrades 2019.07.11 * Re-generate patches and fix build errors. * [manyport]Fix build errors. * Fix avro-c and console-bridge failures, revert curl and tesseract * fix botan failure * Fix build errors and undo some ports upgrades. * [aws-c-common,chipmunk,cxxopts,grpc]Fix build errors * Fix build errors. * [angle]Undo upgrade changes. * [directxtk]Fix UWP build error (#7233) * Revert leptonica since it cause tesseract failed * Revert jsonnet * [google-cloud-cpp] Disable parallel configure due to source directory writes * [many ports] Undo undesired changes * [bitsery] Fix indentation * [avro-c][aws-c-common][graphite2] Convert line endings to minimize PR diff * fix console-bridge and remove usockets unused patch * update ogre patch * [many ports] Revert unneeded changes w.r.t. master. Add missing write to console-bridge. * [console-bridge] Fix export macro * [avro-c] Revert upgrade; split to #7875 * [avro-c] Complete previous revert
2019-08-24[directxtk] Update library to aug2019 (#7871)Ehsan
2019-08-24[directxmesh] Update library to aug2019 (#7869)Ehsan
2019-08-24[directxtex] Update library to aug2019 (#7870)Ehsan
2019-08-24[directxtk12] Update library to aug2019 (#7872)Ehsan
2019-08-24[vcpkg] Move do_build_package_and_clean_buildtrees() above generating ↵Robert Schumacher
cpkg_abi_info.txt so it will be included in the package. (#7864)
2019-08-24[vcpkg docs] More tool maintainer docs! (#7821)nicole mazzuca
* [vcpkg docs] Add benchmarking 🏎 to the docs! Also, minor changes to the testing docs. * add documentation for the layout of the project
2019-08-23[OpenCV 3] update to v3.4.7 (#7658)Stefano Sinigardi
* [opencv3] uniform CONTROL file with opencv4 port * [opencv3] uniform portfile with opencv4 * [opencv3] uniform CONTROL file with opencv4 port * [opencv3] update to 3.4.7 draft * [OpenCV 3] wip to uniform port to opencv4 standards * [OpenCV3] fix IPPICV integration, use the same mechanism as in OpenCV4 port * [OpenCV3] fix sfm module * [OpenCV3] update hunk references in patches 0001 and 0009 * [OpenCV3] refresh install options to adhere to opencv4 standards * [opencv3] remove leftovers * [opencv3] Use OUT_FEATURE_OPTIONS with vcpkg_check_features()
2019-08-23Merge branch 'master' into multi_line_dependsPhil Christensen
2019-08-23[vcpkg] bump versionPhil Christensen
2019-08-23Merge pull request #7316 from JackBoosY/dev/jack/4167Phil Christensen
[gtest]Re-fix port_main/port_maind libraries path and add gmock cmake files.
2019-08-23clean up list parsing logic and add clear warningsPhil Christensen
2019-08-23[quickfix] Add new port (#7796)zi-m
* quickfix * simplify patch and add _CRT_SECURE_NO_WARNINGS * fix replace and add more _CRT_SECURE_NO_WARNINGS * add _CRT_NONSTDC_NO_DEPRECATE * win GetCurrentProcessId instead of getpid * add _WINSOCK_DEPRECATED_NO_WARNINGS * DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS for _M_ARM and _M_ARM64
2019-08-23[mp3lame] Add new port (#7830)zi-m
* mp3lame * "WindowsStore" and "arm" are not supported * "WindowsStore" and "arm" are not supported * simplify portfile.cmake * add ARM * add /APPCONTAINER * add MSBUILD_PLATFORM * remove "mp3lame does not support ARM" * arm64 support * arm64 support
2019-08-23[wxwidgets] Windows ARM support (#7833)driver1998
2019-08-23[lz4] Update library to 1.9.2 (#7860)Ehsan
2019-08-23[riffcpp] Update library to 2.2.2 (#7859)Ehsan
2019-08-23[cryptopp] Update library to 8.2.0 (#7854)Ehsan
2019-08-23Update range-v3 reference (#7845)Casey Carter
To fix breakage in VS2019 16.3p2 with the range-v3 0.5.0 (latest) release.
2019-08-23(#7798) [vcpkg] Fix the build on FreeBSD 😈Nicole Mazzuca
Add a `#else` line to `toolsrc/src/vcpkg/base/files.cpp`. On Linux and macOS, there are specific ways to copy from file descriptor to file descriptor, but on FreeBSD there isn't (as far as I could tell). This change does a copy using the POSIX standard `read` and `write` calls. (This change was to `RealFilesystem::rename_or_copy`). We expect to have people on FreeBSD install CMake themselves, and use `./bootstrap.sh -useSystemBinaries`, in order to build vcpkg. Since CMake 3.15.2 exists in the FreeBSD 12 (latest stable) package manager, it's trivial to install it.
2019-08-23Merge branch 'master' into path_separatorAlexander Neumann
2019-08-22[vcpkg] QoL: add host/target dependent variables for executable suffixes ↵Alexander Neumann
(#7599) * improve documentation * add executable suffixes for host/target into common definitions
2019-08-22[basisu] fix vcpkg version, merge upstream fixes (#7836)Bradley Austin Davis
2019-08-22[quickfast] Add new port (#7814)zi-m
* quickfast * replace 'noexcept' with BOOST_ASIO_NOEXCEPT
2019-08-22- Fixed ports script. (#7793)martin-s
2019-08-22Merge pull request #7840 from AMDmi3/patch-1Phil Christensen
Add homepage for selene
2019-08-22Add homepage for seleneDmitry Marakasov
2019-08-22[libmodbus] Update library to 3.1.6 (#7834)Kai Nadler
2019-08-21[vcpkg] Fix gcc-9 warning (#7816)Curtis J Bezault
* drop one usage of span in export. Span is not appropriate for rvalues * Add back reference * Fix @ubsan 's comments
2019-08-21[leptonica]Add dependency port libwebp and fix find libwebp in debug/release ↵JackBoosY
(#7712) * [leptonica]Add dependency port libwebp and fix find libwebp in debug/release. * [leptonica]Add dependency to LeptonicaConfig.cmake. * [leptonica]Re-fix find libwebp.
2019-08-21[boost] split Build-Depends on multipls linesPhil Christensen
2019-08-21[qt-advanced-docking-system] new portPhil Christensen
[qt-advanced-docking-system] Add new port
2019-08-21[spirv-cross] Update library to 2019-07-26 (#7802)Ehsan
2019-08-21[spectra] Update library to 0.8.1 (#7803)Ehsan