aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-29[pangolin] Missing Pangolin header fix: Copy missing pangolin_export.h file ↵Bill Healey
regardless of library linkage (#13154) * Copy missing pangolin_export.h file regardless of library linkage * Update portfile.cmake * Update control version for Pangolin * Update portfile.cmake * Update CONTROL Co-authored-by: Bill Healey <bill@presto.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-09-28[vcpkg] fix ci #13790 (#13794)Alexander Neumann
* [vcpkg] fix ci #13790 * add extra space * needs ""
2020-09-28Add MSVC-internal testing scripts to public GitHub. (#13748)Billy O'Neal
2020-09-28[vcpkg baseline] Skip libvmdk (#13775)NancyLi1013
* [vcpkg baseline] Skip libvmdk * Add comments to ci.baseline.txt
2020-09-28[vcpkg] add env var VCPKG_OVERLAY_TRIPLETS (#12790)Alexander Neumann
* [vcpkg] add env var VCPKG_OVERLAY_TRIPLETS * shorten way to complicated doc * run clang format * Apply CR Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * Apply CR2 Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-27[libpq] Add conflict error message (#12551)Lily
* [libpq] Add conflict error message * [decimal-for-cpp] Move header into subdirectory to avoid common-name conflicts * [libpq] Revert changes Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-27[fbthrift] Add new port (#13072)curoky
* [fbthrift] Add new port * [fbthrift] only supports x64, except osx * [fbthrift] add missing vcpkg_fail_port_install * [fbthrift] format code * [fbthrift] use vcpkg_copy_tools install thrift1 * [fbthrift] support build on osx * [fbthrift] specify the bison path directly
2020-09-27[OpenMVS] fix OpenMP feature on linux for downstream projects (#13330)Stefano Sinigardi
2020-09-27[platform-folders] Fixed PlatformFolders to work with mingw on windows. (#13369)Domen Mori
* Fixed PlatformFolders to work with mingw on windows. * Update ports/platform-folders/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-09-27[boost-modular-build-helper] Fix build fail due to missing library file (#13407)bialasjaroslaw
Set correct library suffixes for mingw builds (.dll.a instead of default .so)
2020-09-27[libssh] Update to 0.9.5 (#13522)JonLiu1993
* [libssh] Update to 0.9.5 * Update profile.cmake * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-27[nettle] Fix build error on Linux (#13523)Lily
* [nettle] Fix build error on Linux * [nettle] Fix build error on Linux * [nettle] Fix build error on Linux
2020-09-27[aws-c-*] Update version (#13558)Jack·Boos·Yu
* [many ports] Update version * [aws-checksums] Add dependency aws-c-common * update version * port updates * port updates * Update ports/brotli/CONTROL * [draco] fix uwp build * [blosc] Fix win static build * [blosc] fix unix build * move changes to other PRs * Remove unuse patches
2020-09-27[vcpkg] Add compiler info to nuspec description (#13571)Francois Rivard
* Add compiler info to nuspec description * Run clang-format on some files * Fix the unit tests * [vcpkg] Clarify NuGet description to note 'CXX compiler' * [vcpkg] Fix tests Co-authored-by: frivard <frivard@coveo.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-27[range-v3] Update to 0.11.0 (#13630)JonLiu1993
* [range-v3] Update to 3.11.0 * [range-v3] Update to 0.11.0
2020-09-27[dimcli/draco/refprop-headers/coolprop] Update version (#13679)Jack·Boos·Yu
* [manyports] Update version 5 * [coolprop] Update version * Update CONTROL * Update ports/refprop-headers/CONTROL Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-27[x264] Fix *inx dynamic build (#13684)Jack·Boos·Yu
* [x264] Fix *inx dynamic build * bump version
2020-09-27[capnproto/check/cppgraphqlgen] Update version (#13677)Jack·Boos·Yu
* [manyports] Update version 3 * move changes to other PRs * Remove unuse patch * Remove useless patch
2020-09-27[vcpkg-bootstrap] Update the latest g++-10 version for build if exists (#13644)Cengizhan Pasaoglu
2020-09-27[vcpkg-docs] Add note about GitHub hosted agents (#13641)ras0219
* [vcpkg_docs] Add note about GitHub hosted agents * [vcpkg-docs] Add ./ prefixes to GitHub example Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-27[nanodbc] Fix vcpkg_fixup_cmake_targets CONFIG_PATH in unix (#13699)Jack·Boos·Yu
2020-09-27[gamma] Fix find dependency libsndfile (#13698)Jack·Boos·Yu
* [gamma] Fix find dependency libsndfile * [gamma] Add homepage Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-09-27[libidn2] Support UNIX (#13708)Jack·Boos·Yu
* [libidn2] Support UNIX * update baseline * Add supports
2020-09-27[freeimage] Fixed link errors with libTIFF (#13720)TheReclif
2020-09-27[mbedtls/nana] Update to the latest version (#13672)NancyLi1013
* [mbedtls/nana] Update to the latest version * [nana] Remove unused patch and update patch EOF
2020-09-27[asmjit][botan][brotli] Update version (#13676)Jack·Boos·Yu
2020-09-27[cpp-netlib] Fix usage with boost 1.73 (#13671)ras0219
* [cpp-netlib] Fix usage with boost 1.72 * Add dependency port boost-logic, boost-scope-exit Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-09-27[polyhook2] Update to new version (#13645)Stephen Eckels
* Update polyhook2 * [polyhook2] Update CONTROL * Update portfile.cmake Co-authored-by: wangli28 <wangli28@beyondsoft.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-09-27[protobuf] Add vcpkg-cmake-wrapper.cmake (#13659)Phoebe
* [opencv] Fix dependency port protobuf * Add vcpkg-cmake-wrapper.cmake for protobuf * Remove blank line * Set the cmake_policy
2020-09-27[ogdf] Fix build error on Visual Studio 2019 (#13647)NancyLi1013
* [ogdf] Fix build error on Visual Studio 2019 * Update portfile.cmake Update Format
2020-09-27[libyaml/sqlpp11/xeus/uvatlas/xxhash] Update to the latest version (#13657)Lily
* [many ports] Update to the latest version * [xeus] Fix static build * [usd] Revert change * [xeus] Fix build error * [sqlpp11] Update latest version * [libyaml] Fix build error on Linux * [sqlpp11] Fix build error
2020-09-27[vcpkg] Skip all files named .DS_Store, no need to check if the file is ↵ras0219
regular (#13669)
2020-09-27[freerdp] Update to the latest version (#13709)NancyLi1013
2020-09-27[vcpkg baseline] Update libvmdk (#13765)NancyLi1013
* [vcpkg baseline] Update libvmdk * Remove unused patch * Update ports/libvmdk/portfile.cmake
2020-09-26[vcpkg_build_cmake] Set PARALLEL_ARG when using Ninja (#13732)Jack·Boos·Yu
* [vcpkg_build_cmake] Set PARALLEL_ARG when using Ninja * Update scripts/cmake/vcpkg_build_cmake.cmake
2020-09-26[qt5-location] Rename vendored libs to avoid conflicts (#13451)ras0219
* [qt5-location] Rename vendored libs to avoid conflicts * [qt5-location] Use upstream patch * [qt5-location] Replace / in patch url with %2F * Update ports/qt5-location/CONTROL * [assimp][irrxml] Remove outdated version of irrxml; redirect assimp at newer irrlicht * [assimp] Apply skipped patch irrlicht.patch Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-26[seal] Fixed and updated ports/seal to 3.5.9. (#13598)Wei Dai
* Fixed and updated ports/seal to 3.5.9. * Update ports/seal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/seal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [seal] Disable vendored dependencies. Fix writes to source dir. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-25[vcpkg] Fix Windows pipeline's outdated Ninja reference (#13722)Robert Schumacher
2020-09-24[vcpkg macos ci] Switch to using our own base boxes, to fix bringing up mac ↵nicole mazzuca
machines (#13619) * [vcpkg ci:osx] Remove brew install * add instructions for creating a new vagrant box * fix the vagrant scripts for the new box * finish fixing the setup * [mecab jxrlib] fix ports for CI mecab needed to use an actual ref that wasn't master, and jxrlib needed a patch for xcode 12 CLTs. Additionally, this fixes the mecab version to be a date, the date of the last commit, since `1.0` is not the correct version (mecab doesn't have released versions) * [many ports] fix compile with Xcode 12 CLTs This mostly means fixing errors on implicit-function-declaration, and removing some Werrors * alac-decoder * apr * argtable2 * arrow * hyperscan * mcpp * minizip * mosquitto * stormlib * [many ports] even more Xcode 12 CLT fixes * [jxrlib darknet] fix the last ports! (hopefully) * CRs, plus minor wip changes to osx scripts
2020-09-24[libtins] Update to version 4.3 (#13681)cnbatch
* [libtins] Upgrade version to 4.3 And enables C++11 support * [libtins] Upgrade version to 4.3 And enables C++11 support
2020-09-24[lv2] Add port (#13462)Dominic Clark
2020-09-24[x264] Fix x64-windows-static (#13450)Alexander Neumann
* try fixing x264 * fix remaining issues * Remove unnecessary COPY_SOURCE
2020-09-24[ffmpeg] fix linking with iconv feature (#13481)Matthias C. M. Troffaes
* [ffmpeg] fix linking with iconv feature * [ffmpeg] use official iconv cmake target (broken for now, needs fix in libiconv, see #11776) * [ffmpeg] fix typo in theora configuration * [ffmpeg] switch to $<NOT:$<CONFIG:Debug>> for selecting release libraries * [ffmpeg] use find_dependency(Iconv) on macos to better handle downstream REQUIRED * Bump port version. * [ffmpeg] remove iconv dependency on mac when it's not needed Patch originally provided by @cenit
2020-09-24[ffmpeg] fix feature dependencies (#13502)Matthias C. M. Troffaes
* [ffmpeg] fix feature dependencies * do not pull in default depedencies when specifying nonfree/gpl * explicitly mark postproc as gpl * add required dependencies for ffmpeg, ffplay, and ffprobe * remove defunct ffserver feature (this feature was removed in ffmpeg a while ago) * [ffmpeg] fix feature dependencies for avformat and avdevice * [ffmpeg] Bump port-version to 25 Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-24[vcpkg, libpq] separate static and shared library installations (#13491)Andrei Lebedev
* [vcpkg] add missing Makefile flag for install step Signed-off-by: Andrei Lebedev <lebdron@gmail.com> * [libpq] add custom Makefile to install only required targets Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2020-09-24[nng] Update to 1.3.2 (#13545)myd7349
* [nng] Update to 1.3.2 [nng] Add tools feature * [nng] Let's give ninja a second chance * Update ports/nng/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-24[scintilla] Update to 4.4.5 (#13665)Alek
* Add static linking to Scintilla * Add Port-Version to CONTROL * Split library linkage from crt linkage * Update CI baseline * [scintilla] Update to 4.4.5 * Remove vcpkg_copy_pdbs() * [scintilla] Add supports Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-09-24[Ninja] update to 1.10.1 (#13562)Farwaykorse
* [Ninja] update to 1.10.1 * [Ninja] update to 1.10.1 (find_acquire_program) Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-24[libvpx] allow arm64 as target architecture (#13569)Hanseul Jun
* [libvpx] allow arm64 as target architecture * [libvpx] bump port version to 2
2020-09-24[qt5] Install Qt5 Network SSL dependencies (#13599)alexander-smyslov
* Add files via upload * [new port] avro-cpp * add boost-format * remove comments * remove comments * fix copy ssl libraries * fix * bump version Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com> Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>