aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-29[rtlsdr] Fix the 'rtlsdr' package when not running from within a git tree. ↵Billy O'Neal
(#11575)
2020-05-29[vcpkg] Rename the msbuild property VcpkgRoot to VcpkgCurrentInstalledDir, ↵Billy O'Neal
and set VcpkgRoot to the expected root instead. (#11653)
2020-05-29[vcpkg metrics] Allow someone to opt out after build (#11542)nicole mazzuca
* [vcpkg metrics] start using json library Additionally, add floats to the JSON library since they're required. * [vcpkg metrics] allow users to disable metrics after the build Additionally, as a drive by, fix UUID generation * fix metrics data * code review
2020-05-29[mongo-cxx-driver] Patch std::atomic P0883 changes (#11584)Billy O'Neal
Previously submitted as https://github.com/mongodb/mongo-cxx-driver/pull/654
2020-05-28[cpputest] Move library to manual-link (#11585)Jack·Boos·Yu
* [cpputest] Move library to manual-link * [cpputest] Replace move patch to codes
2020-05-28[nanoprintf] Add new port (#11605)myd7349
* [nanoprintf] Add new port * [nanoprintf] Update
2020-05-28[ace] Simplified port file (#11464)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: * [ace] Simplified the port file by using an array for directories and libraries * ports/ace/CONTROL: * ports/ace/portfile.cmake: * Update ports/ace/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-28[bond] Update to 9.0.0 (#11628)Jack·Boos·Yu
2020-05-28[vcpkg baseline] Fix baseline failures (#11612)Phoebe
* [vcpkg baseline] Fix baseline failures * Update the target check
2020-05-27[vcpkg] Move CI cleaning back out of the 'ci' command into a separate ↵Billy O'Neal
command to restore cross-compilation preinstalls. (#11545)
2020-05-27[libpopt] Remove invalid URL (#11607)Lily
2020-05-27[ace] Add support for uwp (#11441)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:
2020-05-26[simdjson] Update to 0.3.1 (#10709)myd7349
* [simdjson] Update to 0.3.1 * [simdjson] Update CI baseline * [simdjson] Include arm build * [simdjson] Make UWP happy * [simdjson] Turn off SIMDJSON_COMPETITION for linux * [simdjson] Update to 2020-05-06 [simdjson] Turn off SIMDJSON_SANITIZE under DEBUG mode (#10145) * [simdjson] Update to lastest * wip * [simdjson] Update to 2020-05-20 * [simdjson] Update to 2020-05-21 * [simdjson] Fix ninja build * [simdjson] arm-uwp still not supported * [simdjson] Update to 2020-05-22 and disable UWP patch * [itk] You shall pass * [simdjson] Fix x64-uwp * Revert "[itk] You shall pass" This reverts commit 885e8a8af4bcce2c02207d95cbfdce7078dd4a3b. * [simdjson] Update * [simdjson] Update to 2020-05-26
2020-05-26[telnetpp] Add missing <ostream> for Visual Studio 2019 16.6 (#11573)Billy O'Neal
* [telnetpp] Add missing <ostream> for Visual Studio 2019, previously submitted as https://patch-diff.githubusercontent.com/raw/KazDragon/telnetpp/pull/215 Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-05-26[ponder] patch missing headers for Visual Studio 2019 16.6 (#11582)Billy O'Neal
* [ponder] patch missing headers, previously submitted as https://github.com/billyquith/ponder/pull/121 * Add home page. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Remove vcpkg_common_functions. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-05-26[symengine] Add new port (#8752)myd7349
* [symengine] Add new port * [symengine] Fix boost.math dependency boost.lexical_cast depends on boost.math. * [symengine] Fix linux build * [symengine] Modernize * [symengine] Update to 2019-11-30 * [symengine] Disable dynamic build on Windows [symengine] Modernize * [symengine] Update to 2020-05-12 * [symengine] Update to 2020-05-23 * [symengine] Let us give uwp a try * [symengine] Dynamic library support * [symengine] Update * [symengine] INTERFACE_INCLUDE_DIRECTORIES * [symengine] Add feature tcmalloc * [symengine] Update to 2020-05-25
2020-05-26[ace] Add patch to fix Visual Studio 2019 16.5 internal compiler error (#11369)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: * Update ports/ace/portfile.cmake add comment about why the patch is needed Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-26[simdjson] Fix error LNK2001 when compile with /fsanitize=address in MSVC ↵Cheney Wang
(#11495) * [simdjson] Fix error LNK2001 when compile with /fsanitize=address * Update ports/simdjson/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/simdjson/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/simdjson/portfile.cmake * Update ports/simdjson/portfile.cmake * Update ports/simdjson/portfile.cmake Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-05-26[basisu, gppanel, msgpack11, nana, rapidcheck, folly] Fix std function build ↵Lily
error (#11494)
2020-05-26[protobuf] Fix RPATH error for static build (#11504)Konnov Konstantin
* [protobuf] Fix RPATH error for static build. * Update version Co-authored-by: Konstantin Konnov <konstantin.konnov@litmus.io>
2020-05-26[protobuf-c] Fix tool protoc-gen-c crash (#11517)Jack·Boos·Yu
2020-05-26[freeglut] fix debug macro patch (#11527)Tim Autry
* [freeglut] fix linking release dll to debug lib This patch: 1. Increments version by -1 in the CONTROL file 2. Adds execution of fix-debug-macro.patch file in portfile.cmake 3. Add the fix-debug-macro.patch to the port directory * [freeglut] update version to -1 Update CONTROL file to reflect version 3.2.1-1 adding fix-debug-macro.patch * [freeglut] update portfile.cmake Update portfile.cmake to execute new fix-debug-macro.patch Reference: https://github.com/microsoft/vcpkg/issues/8315 This patch updates: 1. the ./include/GL/freeglut_std.h - line 73 and 91 - from ifdef NDEBUG - to if defined(NDEBUG) || !defined(_DEBUG) 2. the ./src/blackberry/fg_main_blackberry.c - line 34 - from ifdef NDEBUG - to if defined(NDEBUG) || !defined(_DEBUG) * Update portfile.cmake * Update ports/freeglut/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-26[pegtl/cppgraphqlgen] matching updates for dependency (#11531)Bill Avery
* [pegtl] Update to latest 3.0.0-pre commit * [cppgraphqlgen] Update to v3.2.2 (matches PEGTL)
2020-05-26[tinyply] Add new port (#11534)myd7349
* [tinyply] Add new port * [tinyply] CMake patch
2020-05-26[gmp/nettle] try fixing build issues (#11565)Alexander Neumann
* [gmp/nettle] try fixing build issues * [nettle/gmp] remove unnecessary comments
2020-05-26[scnlib] Update to version 0.3 (#11540)Neel Raiyani
* Update to version 0.3 * Update ports/scnlib/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-26[ocilib] Add new port (#11549)victorburckel
* ocilib port * Update ci.baseline * Code review * Code review
2020-05-26[luafilesystem][lpeg] Bump versions (#11554)Stephen E. Baker
* Bump luafilesytem to 1.8.0 and lpeg to 1.0.2 * Code review changes for lpeg / luafilesystem * [lpeg][luafilesystem] Remove windows only gates * Remove failures from baseline
2020-05-26[replxx] Add missing header <stdexcept> needed to name std::runtime_error ↵Billy O'Neal
for replxx. (#11571) * [replxx] Add missing header <stdexcept> needed to name std::runtime_error for replxx. Already applied upstream as https://github.com/BillyONeal/replxx/commit/723d9c84869511dfb5e63f5c3d3372ac38114713 * Bump version.
2020-05-26[skyr-url] Changed version number to 1.9.0 (#11568)Glyn Matthews
2020-05-26[libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 ↵Billy O'Neal
16.6 (#11570) * [libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 16.6 * Bump verison.
2020-05-26[magic-get] Fix improper direct reference to the "downloads" directory which ↵Billy O'Neal
fails when the downloads directory has been relocated. (#11581)
2020-05-26[jaeger-client-cpp] Fix improper direct reference to the "installed" ↵Billy O'Neal
directory which fails when it has been redirected. (#11583)
2020-05-26[seal] Disable SEAL_USE_MSGSL and add default feature zlib (#11588)Jack·Boos·Yu
2020-05-26[libusbmuxd berkeleydb cppcms activemq-cpp] Add Supports and failure message ↵Phoebe
(#11589) * [libusbmuxd berkeleydb cppcms] Add Supports and failure message * Add Supports for activemq-cpp
2020-05-26[Xmlsec] Update to 1.2.30 (#11595)SvenPStarFinanz
* [xmlsec] Add cmake target exports * Removed vcpkg_common_functions. * [xmlsec] Update to 1.2.30 Co-authored-by: Sven Paschukat <Sven.Paschukat@starfinanz.de>
2020-05-26[libvpx] Change default target on Unix (#11500)Vitaly Petrov
* [libvpx] Change default target on Unix * Update CONTROL * [libvpx] Support to build x86/x64 on Unix * [libvpx] Update by review comments * Update portfile.cmake * [libvpx] By default build with 'generic-gnu'
2020-05-25[VCPKG baseline] Fix many ports (#11559)Jack·Boos·Yu
2020-05-23[Baseline] Fix boost-*:arm-uwp failure and resolve conflicts in CI (#11496)Phoebe
* [baseline] Fix boost-*:arm-uwp failure and resolve conflicts in CI * Remove itk:x64-osx=fail in CI * Resolve conflicts * Rebase the changes
2020-05-22[jsoncons] Update to v0.152.0 (#11505)Daniel Parker
* [jsoncons] Update to v0.152.0 * [jsoncons] Update to v0.152.0
2020-05-22[wil] Update to 2020-05-19 (#11506)Duncan Horn
* Update commit for WIL * Update wil port to match the commit used for NuGet package 1.0.190716.2 * Update WIL port * Update WIL port
2020-05-22[entt] Update to 3.4.0 (#11507) (#11509)Vennor
* [entt] Update to 3.4.0 (#11507) * [entt] Replaced port name with ${PORT}. (#11507)
2020-05-22[azure-storage-cpp] Upgrade to 7.4.0 (#11510)JinmingHu
2020-05-22[vcpkg-acquire-msys] Update pacman before any other package. (#11443)emptyVoid
* [vcpkg-acquire-msys] Update pacman manually to work around update issues.
2020-05-21[itk] Mark as passing on osx. (#11513)Billy O'Neal
2020-05-21[vcpkg] Remove powershell from the 'run vcpkg ci' path to reduce hangs from ↵Billy O'Neal
msys components. (#11512) * [vcpkg] Remove powershell from the 'run vcpkg ci' path to reduce hangs from msys components. * The BatchScript task uses filename rather than filePath * cmd hates BOMs * cmd hates forward slashes
2020-05-21[tinyxml] Use proper CMake targets (#11383)Trent Weiss
* use proper cmake targets * change target name to be unofficial
2020-05-21[python3] Fix dynamic build error on Linux (#11489)NancyLi1013
* [python3] Fix dynamic build error on Linux * Update baseline to resolve the regression
2020-05-21[vcpkg] Fix cmake architecture detection on windows with ninja generator ↵Christian Fersch
(#11466)
2020-05-21[marl] Update to 2020-05-20 (#11465)myd7349
* [marl] Update to 2020-05-20 * [marl] Update to 2020-05-21