aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-11[sqlite] Updated to 3.32.1 to fix a security vulnerability (#11716)Richard H
* updated to sqlite 3.32.1 to fix a security vulnerability * Update ports/sqlite3/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-11[licensepp] Add new port (#11711)myd7349
* [licensepp] Add new port * [cryptopp-pem] Update to a newer version that will make lincensepp happy * Revert "[cryptopp-pem] Update to a newer version that will make lincensepp happy" This reverts commit 726e3ce3d20bc6266bc7bf63cb35572fe297869f. This version can not compile with cryptopp. * [licensepp] Finish it * [licensepp] Fix interface include directory * [licensepp] Fixup cmake targets * [licensepp] -O3 is not recognised by msvc * [licensepp] Fix _iterator_debug_level value mismatch * [licensepp] Update patch file * [licensepp] Fail fast on UWP * [licensepp] Simplify patch file * [licensepp] Tabs -> Spaces
2020-06-11[xbyak] Add new port (#11689)Ryan
* [xbyak] Add new port * [xbyak] add homepage, removed deprecated functions, handle copyright correctly
2020-06-11[log4cxx] Add new port (#11659)Sean Yen
* Adding log4cxx 0.10.0 * adding the ci baseline. * updated ci.baseline.txt * Update portfile.cmake * Update CONTROL
2020-06-11[opencv4] Fix linking halide (#11429)huangqinjin
2020-06-11[usd] Fix build error on Linux (#11440)NancyLi1013
* [usd] Fix build error on Linux * Add supports field and update baseline
2020-06-11[json-schema-validator] Add new port (#11599)Ankush Singh
* [json-schema-validator] Add new port * [json-schema-validator] Fix string ambiguous assignment error * [json-schema-validator] Remove redundant part from patch's path * [json-schema-validator] Forward find_package() for nlohmann_json * [json-schema-validator] comment out lines from source's CMakeLists.txt * [json-schema-validator] Improve portfile.cmake and regenerate patch Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-06-10[vcpkg baseline] Fix baseline (#11865)Jack·Boos·Yu
* [msix] Fix source hash * [librsfv] Change repo to github * [librsvg] Just re-trigger it * [libxmp-lite] Re-trigger CI test * Update ports/msix/CONTROL
2020-06-10[plibsys] Fix failures on linux and osx (#11633)Phoebe
* [plibsys] Fix failures on linux and osx * Update patch for fix build failure with x64-windows-static * Add vcpkg_cmake_wrapper and usage
2020-06-10[avisynthplus] Upgrade to 3.6.0 (#11736)wangqr
* [avisynthplus] Upgrade to 3.6.0 AviSynth+ also supports linux and macOS now * [avisynthplus] Allow x64-linux build fail on CI AviSynth+ requires C++17 to build correctly. C++17 std::filesystem is not available in gcc 7.5 used in CI.
2020-06-10[magic-enum] Update to v0.6.6 (#11814)Daniil Goncharov
2020-06-10[sol] Update to version 3.2.1 (#11826)hdhog
Co-authored-by: hdhog <hdhog@hdhog.ru>
2020-06-10[abseil] Enable dynamic build on Windows (#11827)Jack·Boos·Yu
* [abseil] Enable dynamic build on Windows * re-fix arm build
2020-06-10[unicorn-lib] Update to 01cc7fc (2020-03-02) (#11830)Wolfgang Stöggl
* [unicorn-lib] Check current version on CI first - Check if the current version of unicorn-lib builds on all supported triplets - Current version of port in vcpkg: commit ba11f5930dbeb5f8e04b2ee727b6dd3932fd6b03 date 2019-07-09 * [unicorn-lib] Update to 01cc7fc (2020-03-02) - Update to current version in git: commit 01cc7fcd2d60dbc083767d448477638e5ec8b92a date 2020-03-02
2020-06-10[cr] Add new port (#11841)Leonid Pospelov
* [cr] Add new port * Update ports/cr/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-10[cpprestsdk] Fix find dependency openssl (#11867)Jack·Boos·Yu
* [cpprestsdk] Fix find dependency openssl * Update portfile.cmake Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-10[sqlpp11] update to v0.59 (#11771)yurybura
* [sqlpp11] update to v0.59 [sqlpp11-connector-mysql] support MySQL connector * [cpp-taskflow][fastrtps] update hashes to fix ci * revert "[cpp-taskflow][fastrtps] update hashes to fix ci" * [sqlpp11] add homepage
2020-06-09[Arrow] Update to 0.17.1 (#11472)Tanguy Fautre
* [Arrow] Update to 0.17.1 * Remove arrow:x64-linux=fail from ci.baseline.txt. Add explicit tool dependencies on Flex and Bison for Linux and OSX. * Revert arrow dependency on Flex/Bison, it's Thrift that needs them and its portfile is already fine. * Use vcpkg_fail_port_install(ON_ARCH x86 arm arm64) instead of custom check. Remove thrift:x64-osx=fail from ci.baseline.txt (we know arrow depends on it, and arrow:x64-osx has been shown to work in 3rd party project). * Disable using pkg-config files to locate dependencies in arrow This is incompatible with vcpkg as these files refer to paths in the packages directory rather than the installed directory, so this only works if the packages haven't been cleaned. * Mark thrift:x64-osx as still failing until a proper solution for Bison can be found. * Update ports/arrow/portfile.cmake Co-authored-by: Adam Reeve <adreeve@gmail.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-09[mlpack] Explicitly depend on stb (#11785)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-08[vcpkg] Fix OSX CI by ensuring the downloads directory exists (#11839)Billy O'Neal
* [vcpkg] Remove do-nothing Set-Content from Windows azure-pipelines.yml. * [vcpkg] Fix OSX CI by ensuring the downloads directory exists in advance, and extract common command line parameters with powershell splatting. * [tensorflow-cc] Prevent hang building tensorflow-cc asking to configure iOS. * Skip ignition-msgs5:x64-osx
2020-06-05[boost] MinGW build fixes (#11427)Todor Prokopov
2020-06-05[pcre] Add pkgconfig files (#11564)Wolfgang Stöggl
* [pcre] Add pkgconfig files * [pcre] Install *.pc files on all platforms
2020-06-05[protobuf] Don't redefine PROTOBUF_USE_DLLS (#11516)Andi Burch
* [protobuf] Don't redefine PROTOBUF_USE_DLLS * [protobuf] Increased version in CONTROL after merge from master.
2020-06-05[CI|gfortran] Install gfortran for OSX and Linux CI (#11693)Alexander Neumann
* [CI|gfortran] Install gfortran for OSX and Linux CI * [osx] use cask
2020-06-05[mozjpeg] Update to latest commit (#11719)Lily
2020-06-05[librsvg] Fix for macOS (#11722)angelmixu
* fix librsvg * fix for linux dependencies * fix for linux dependencies (retry) * increase control port version Co-authored-by: Angel Sánchez <angelsanchez@inedit.com>
2020-06-05[p-ranav-csv2] Add new port (#11725)Daniel Marshall
2020-06-05[winreg] Update to 2.4.0 (#11766)Jack·Boos·Yu
2020-06-05[skyr-url] Changed version number for skyr-url (#11774)Glyn Matthews
2020-06-05[blend2d] Update to beta_2020-06-01 (#11778)ZeeWanderer
2020-06-05[vcpkg README] Add #include<C++> channel (#11750)nicole mazzuca
* [vcpkg README] Add #include<C++> channel * Fix includecpp -> www.includecpp the SSL is only valid for www.*
2020-06-05[docs] fix CMakeLists example for SQLite3 (#11763)James Liu
* docs: fix CMakeLists example for SQLite3 * docs: simplify CMake config * fix: remove extra parenthesis
2020-06-04[vcpkg] Provide $(VcpkgRoot) and $(VcpkgCurrentInstalledDir) for customers. ↵Billy O'Neal
(#11779)
2020-06-04[vcpkg-baseline][manyport] Fix baseline error (#11742)Jack·Boos·Yu
* [fastrtps] Fix source hash * [cpp-taskflow] Update source hash * [eabase] Re-trigger CI test * Change repo * [sdformat9] Re-trigger CI test * update baseline * update baseline * [sdformat9] Fix find dependency urdfdom
2020-06-04[nowide] Set the ports to empty package (#11732)Phoebe
2020-06-03[vcpkg] Add directories to x-ci-clean lost in merge conflict resolution. ↵Billy O'Neal
(#11764)
2020-06-03[vcpkg] Allow CI to pass in all relevant directories and remove use of ↵Billy O'Neal
symbolic links (#11483)
2020-06-03[mpir] Baseline-skip on all platforms due to conflict with gmp. (#11759)Billy O'Neal
See https://github.com/microsoft/vcpkg/issues/11756
2020-06-02[amqpcpp] Update to 4.1.7 (#11608)JonLiu1993
* update [amqpcpp] to 4.1.7 * [amqpcpp] update to 4.1.7 * [amqpcpp] Update to 4.1.7 * [amqpcpp] Update to 4.1.7
2020-06-02[Protozero] Add new port (#11652)Majid Hojati
* protozero ci.baseline edit * protozero ci.baseline edit * protozero port added * minor updates * minor updates
2020-06-02[cpprestsdk] Avoid using pkg-config to find OpenSSL libraries on Linux (#11694)Owen Rudge
2020-06-02[google-cloud-cpp] Consolidate all google-cloud* packages (#11698)Carlos O'Ryan
* [google-cloud-cpp] Consolidate all google-cloud* packages Starting with the v1.14.0 release all google-cloud* packages and the googleapis package are kept in a single repository and released simultaneously. * Update CI baseline. google-cloud-cpp used to inherit failures from googleapis, which indicates these are (probably) problems in the generated protobuf/grpc code.
2020-06-02[jsoncons] Update to v0.153.0 (#11699)Daniel Parker
2020-06-02[libfabric] Only support dynamic build (#11647)Jack·Boos·Yu
2020-06-02[enet] Update to 1.3.15 (#11702)Lennard Berger
* Update enet-control * Update enet portfile to 1.3.15 * Use correct hashsum in enet 1.3.15 * Remove empty lines from enet 1.3.15 * [enet] Replace deprecated vcpkg_common_functionality * [enet] Remove includes that needn't be included
2020-06-02fix llvm-tblgen build with MSVC v19.26 (#11703)yurybura
2020-06-02[magic-enum] Uprev to v0.6.5 (was v.0.6.4) (#11704)Alexander Karatarakis
2020-06-02[fmt] add vcpkg_fixup_pkgconfig (#11706)Alexander Neumann
2020-06-02[libtorrent] Update to 1.2.7 (#11709)Francisco Pombal
2020-06-02[ace] Fix missing cpp files (#11713)Johnny Willemsen
* [ace] Update to 6.5.8 * Address review comments * ports/ace/portfile.cmake: * Put back copy step * ports/ace/portfile.cmake: * Fixed error * ports/ace/portfile.cmake: * ARM should work, let us try it * ports/ace/portfile.cmake: * ARM doesn't work yet, so disable it again * ports/ace/portfile.cmake: * Add support for vcpkg of ace on MacOSX * ports/ace/portfile.cmake: * [ace] Add patch to fix Visual Studio 2019 internal compiler error * ports/ace/process_manager.patch: Added. * ports/ace/CONTROL: * ports/ace/portfile.cmake: * Attempt to fix apply patches * ports/ace/portfile.cmake: * [ace] Updated baseline for ace, 4 configurations work again with the applied patch * scripts/ci.baseline.txt: * Address review comments * ports/ace/portfile.cmake: * Revised patch for ACE * ports/ace/process_manager.patch: * [ace] Add support for uwp * ports/ace/portfile.cmake: * ace now works in all configurations * scripts/ci.baseline.txt: * Removed !uwp and update version * ports/ace/CONTROL: * Simplified install of copyright file and on windows we always have a QoS library * ports/ace/portfile.cmake: * Install all cpp files, at some point we should try the MPC install support on Windows * [ace] Updated version