aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-03[vcpkg baseline][armadillo] Update to 10.2.0 and also update the repository ↵NancyLi1013
(#15973) * [armadillo] Update to 10.2.0 and also update the repository * Update versions * Remove NO_REMOVE_ONE_LEVEL and update patches * Update versions/a-/armadillo.json
2021-02-03[physx] Use /Z7 instead of /Zi to integrate the debug info when building ↵Jack·Boos·Yu
static (#15934) * [physx] Use /Z7 instead of /Zi to integrate the debug message when building static * update version record * [physx] Add homepage * update version record * [physx] Re-fix flags, using toolchain set * update version record
2021-02-03[magic-enum] Update to v0.7.2 (#15974)Daniil Goncharov
* [magic-enum] Update to v0.7.2 * x-add-version
2021-02-03[nameof] Update to 0.10.0 (#15975)Daniil Goncharov
* [nameof] Update to 0.10.0 * x-add-version
2021-02-03[libebur128] add new port with version 1.2.5 (#15988)Be
2021-02-03[libdjinterop] add new port with version 0.14.6 (#15990)Be
2021-02-03[date] Fix vcpkg_fixup_cmake_targets for mingw (#15994)Long Nguyen
* [date] Fix vcpkg_fixup_cmake_targets for mingw * [vcpkg baseline] Update date port-version * [date] Tweak Windows detection Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * [vcpkg baseline] Update date port-version again Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-02-03[azure-core-cpp] Add new port (#16013)Azure SDK Bot
* Update port for azure-core-cpp * Update port version SHA * Apply suggestions from code review Remove comment headers from port files Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update port version SHA once again Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-03[libpqxx] Fix build with Visual Studio 2017 (#15995)Jack·Boos·Yu
* [libpqxx] Fix build with Visual Studio 2017 * update version record
2021-02-03[vcpkg] Add shell.nix for building on NixOS (#15906)Daniel Poelzleithner
NixOS does not follow the FHS/LSB convention and building vcpkg therefore fails. In general, vcpkg is of very limited use for a Nix system. This shell.nix however, allows a developer to enter a environment suitable for building vcpkg and developing packages for use on other platforms. Running with argument withX11 will allow building most packages that require X11 libraries. $ nix-shell --arg withX11 true
2021-02-03[vcpkg] Emit parse errors to match '<file>:<line>:<col>: error: <text>' for ↵ras0219
better IDE compatibility (#15926) Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-03[opencascade] Update to 7.5.0 (#15997)JonLiu1993
* [opencascade] Update to 7.5.0 * update version
2021-02-03 [log4cxx] Fix dependency and pkgconfig (#16018)NancyLi1013
* [Log4cxx] Fix dependency and pkgconfig * Update versions
2021-02-03[google-cloud-cpp] update to the latest release (v1.24.0) (#16001)Carlos O'Ryan
2021-02-03[vcpkg] Apply fixes needed to extract vcpkg-tool (#16012)Billy O'Neal
utilities.cmake: Disable warnings that are firing on Azure Pipelines CI machines due to different Clang version. expected.h: Fix a bug I introduced in https://github.com/microsoft/vcpkg/pull/15638/ because I was under the impression expected worked like optional (in that value_or_exit for it should be treated as a program bug) build.cpp: Add (void)s to silence warnings. binarycaching.cpp: Repair assumption that the current directory is C: which isn't true on the Hosted Azure Pipelines agents. others: Make unit tests respect %VCPKG_ROOT%, as necessary in the vcpkg_tool repo. Note that this required splitting vcpkgcmdarguments::ImbueFromEnvironment into the once-only process modifying part and the just imbue from environment part.
2021-02-03[vcpkg] fix checking out git registry ports (#16009)nicole mazzuca
* [vcpkg] fix checking out git registry ports * fix the new issues in builtinregistryentry * fix tests * fix tests boogaloo * [vcpkg] Fix issue where baseline is requested for overlay during version resolution * split BuiltinRegistryEntry into two types Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-02-02[chromaprint] add new port with version 1.5.0 (#15986)Be
2021-02-02[Arrow] Update to 3.0.0 (#15757)Tanguy Fautre
* Cherry picked WiP (Update to arrow-2.0.0) * Point to arrow-3.0.0 files * Add missing re2 dependency. Sort dependency list alphabetically. * Configure ARROW_SNAPPY_USE_SHARED * Configure ARROW_THRIFT_USE_SHARED * Spaces vs tabs. * Fix Thrift and Lz4 library finding logic. * Fix debug arrow (shared) linking against release snappy. Tell CI x86 is not supported. * Fix debug arrow (shared) linking against release snappy (for real this time). * Fix linux build not finding Lz4. * Fix thrift finding on Linux (was pointing to an intermediate dir) * Try to fix macOS 10.x build. * Update port_versions. * update version * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-02[vcpkg] Miscellaneous internal improvements extracted from #15424 (#15677)ras0219
* [vcpkg] Miscellaneous internal improvements extracted from #15424 * [vcpkg] CR comments * [armadillo] Use vcpkg_from_git() to workaround gitlab missing archive Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-02-02[metrohash] support Android triplet build (#15715)Park DongHa
* [metrohash] support Android build * check ANDROID variable * exclude 'crc' sources that requires non-ARM intrinsic * rewrite CONTROL to vcpkg.json * [metrohash] update checksum and version JSON * [metrohash] apply PR feedback * [metrohash] enable sse4.2 for Clang compiler * [metrohash] fix wrong version string * [metrohash] fix wrong version string
2021-02-02[libidn2] Fix cross-compile (non-Windows) (#15868)pastdue
* [libidn2] Fix cross-compile (non-Windows) * Convert CONTROL, bump port-version * x-add-version libidn2
2021-02-02[libffi] Added armv7-a to allowed architectures for Android 32 bit arm ↵Don Venable
builds (#15821) * Added armv7-a to allowed architectures for Android 32 bit arm builds Closes #15820 * Fixed typo * Bumped port version to 7 * Updated libffi version files
2021-02-02[drogon] Upgrade to v1.3.0 (#15850)双草酸酯
* [drogon] Upgrade to v1.3.0 * Update_versions * [drogon] remove debug stuffs * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-02[ngspice] build codemodel extension libraries (#15882)Marek Roszko
* [ngspice] build codemodel extension libraries * tabs -> spaces * [ngspice] make codemodels a feature * [ngspice] Improve portfile.cmake * update version record Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-02-02[libconfig] Fix libconfig when installing master branch (#15885)miheer vaidya
* Fix libconfig when installing master branch Also add a warning that stable version won't create cmakeConfig files * run x-add-version * Update ports/libconfig/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libconfig/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libconfig/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libconfig/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Revert "run x-add-version" This reverts commit 79b9ef86933a79012be9866ef638c8cee5abf02d. * run x-add-version libconfig Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-01[meson] fix single-config builds (#15937)Stefano Sinigardi
2021-02-01[fast-cpp-csv-parser ] Update to the latest commit: Fixes compiler warnings ↵Rémi Bédard-Couture
(#15943) * Update port to latest commit: Fixes compiler warnings * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-01[raylib] Fix usage (#15935)NancyLi1013
* [raylib] Fix usage * Update ports/raylib/CONTROL * Update versions * Update versions/r-/raylib.json
2021-02-01[libgcrypt] Update libgcrypt (#15950)Ryan Mast
* [libgrypt] Update version to 1.8.7 * [libgcrypt] update versions
2021-02-01[libjpeg-turbo] update to 2.0.6 (#15936)JonLiu1993
* [libjpeg-turbo] update to 2.0.6 * update version
2021-02-01[libsndfile] Update to 1.0.31 (#15953)evpobr
* [libsndfile] Update to 1.0.31 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-01[libsamplerate] Update to 0.2.1 (#15954)evpobr
2021-01-29[vcpkg] Teach vcpkg.targets to emit a .tlog, enabling up-to-date checks (#15898)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-28clarify the actions of vcpkg_check_linkage (#15832)Charlie Barto
Co-authored-by: Charles Barto <barto.charlie@gmail.com>
2021-01-28[libpq] Fix install tool pg_config on Linux (#15748)Jack·Boos·Yu
* [libpq] Fix install tool pg_config * update baseline * [libpq] Use vcpkg_copy_tool_dependencies instead * update baseline * [libpq] Fix install tool pg_config * update baseline * [libpq] Use vcpkg_copy_tool_dependencies instead * update baseline
2021-01-28vcpkg_configure_make: Support macOS cross-compile (#15659)pastdue
* vcpkg_configure_make: Support macOS cross-compile * Move compiler flags logic to get_cmake_vars * Better match the arch behavior of config.guess * Apply suggestions from code review Co-authored-by: Billy O'Neal <bion@microsoft.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-01-28[pugixml] Update to 1.11.4 (#15207)Wolfgang Stöggl
* [pugixml] Update to 1.11.4 * update version * Update ci.baseline.txt Add paraview:x64-linux=fail Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-01-28[CGAL] switch dep to gmp instead of mpir (#15860)Alexander Neumann
* [cgal] switch dependency to gmp * run x-add-version
2021-01-28[libgeotiff] Fix packagename via find_package (#15750)NancyLi1013
* [libgeotiff] Fix packagename via find_package * Update port_versions * Update portfile.cmake * Update patch * [libgeotiff] Fix packagename via find_package * Update port_versions * Update patch * [pdal] Fix geotiff package name * Update versions * [pdal] Update dependency * Update versions/p-/pdal.json
2021-01-28[ace] Update to 7.0.0 (#15862)Johnny Willemsen
* [ace] 7.0.0 * [ace] 7.0.0 versions * Update portfile.cmake * Update ace.json
2021-01-28[OpenCV] bump to 4.5.1 and to 3.4.13 (#15859)Stefano Sinigardi
* [OpenCV] bump to 4.5.1 and to 3.4.13 * [OpenCV] fix patches * [OpenCV] fix hdf5 integration * [OpenCV] devendor quirc * fix quirc for downstream ports * [quirc] fix target export * update version refs * [OpenMVG] fix regressions with new opencv * update version refs * fix quirc mismatch * update version refs
2021-01-28[libkeyfinder] add new port with libkeyfinder 2.2.4 (#15878)Be
2021-01-28[seal] Update verson record (#15933)Jack·Boos·Yu
2021-01-28update tests (#15449)Alex Pozhylenkov
2021-01-28Update to SEAL 3.6.1 (#15015)Radames Cruz
2021-01-28set CMake policy CMP0087 for X_VCPKG_APPLOCAL_DEPS_INSTALL (#15874)Be
Without this, X_VCPKG_APPLOCAL_DEPS_INSTALL does not work and CMake prints this warning at the configure step: CMake Warning (dev) in CMakeLists.txt: Policy CMP0087 is not set: Install CODE|SCRIPT allow the use of generator expressions. Run "cmake --help-policy CMP0087" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. https://cmake.org/cmake/help/latest/policy/CMP0087.html
2021-01-27[ffmpeg] use nasm instead of yasm (#14547)Matthias C. M. Troffaes
* [ffmpeg] use nasm instead of yasm * [ffmpeg] bump port version * [ffmpeg] remove old yasm path reference * update baseline * [ffmpeg] fall back to yasm on x86 * [ffmpeg] add comment in portfile about issue with ffmpeg nasm build for future reference * [ffmpeg] update git-tree Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-27[libpqxx] Upgrade to v7.3.1 (#15851)Tom Lankhorst
* [libpqxx] Upgrade to v7.3.1 * Update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-01-27[speex] Add linux and macOS support. (#15855)Adam Johnson
* [speex] Add linux and macOS support. * [speex] Improve portfile.cmake * update version record Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-27[baseline][colmap] Fix find dependency freeimage (#15886)Jack·Boos·Yu
* [colmap] Fix find dependency freeimage * update version record