aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-08[metrohash] support iOS triplets (#16035)Park DongHa
* [metrohash] ignore arm * this change will allow android/ios triplets * [metrohash] update baseline * [metrohash] check platform variables * [metrohash] fix wrong git-tee
2021-02-08[sentry-native] Update to 0.4.7 (#16021)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-02-08[ngspice] Update to rev 34 (#16008)Marek Roszko
* [ngspice] Update to release 34 * [ngspice] update x-add-version * Remove cppduals folder from being installed into /include * Update the x-add-version
2021-02-08[boost-concept-check] Fix warning C4834 when install pagmo2 (#15887)Cheney Wang
* [boost-concept-check] Fix warning C4834 when install pagmo2 * Update json files * Modify patch * update version * Modify the patch with other workaround * Update git-tree Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-02-08[sdl2] Fix vulkan feature dependencies (#16033)pastdue
* [sdl2] Fix vulkan feature dependencies SDL2 ships with its own copy of required Vulkan headers, so the `vulkan` port dependency here is unneeded (and unused). * Run x-add-version sdl2
2021-02-08[spirv-cross,spirv-tools] support iOS triplets (#16038)Park DongHa
* [spirv-tools] support iOS triplets * [spirv-cross] support iOS triplets * [spirv-cross,spirv-tools] update baseline * [spirv-tools] fix mistyped variable name * [spirv-tools] fix wrong git-tree SHA
2021-02-08[glslang] support iOS triplets (#16037)Park DongHa
* [glslang] support ios triplets * [glslang] update baseline * [glslang] fix wrong git-tree SHA
2021-02-08[azure-storage-files-shares-cpp] Add new port (#16053)Azure SDK Bot
* Update port for azure-storage-files-shares-cpp * Remove comment headers * Update version SHA Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-02-08[gtest] fix builds when using --head (#16071)Charles Milette
* [gtest] fix builds when using --head * Update port version * Update hash
2021-02-08[netcdf-c] Fix usage (#16085)Jack·Boos·Yu
* [netcdf-c] Fix usage * update version record
2021-02-08[spdlog] Support build shared library (#16089)JonLiu1993
* [spdlog] Support build shared library * update version * update protifile * update version
2021-02-08[vcpkg] Added support for additional `install` modifiers in ↵Carsten Rudolph
X_VCPKG_APPLOCAL_DEPS_INSTALL. (#16095)
2021-02-08[vcpkg docs] consistency-ify docs/regenerate on non-windows (#16127)nicole mazzuca
2021-02-08[abseil] Remove link flag '-ignore:4221' (#16106)Jack·Boos·Yu
* [abseil] Remove link flag '-ignore:4221' * update version record
2021-02-08[geos] Update to 3.9.0 (#16109)Jack·Boos·Yu
* [geos] Update to 3.9.0 * update version record
2021-02-08[nng] Update to v1.4.0 (#16120)Jackson
* Updated 'nng' to 1.4.0 * Generated version files for nng 1.4.0 Co-authored-by: Jackson Harmer <jackson.harmer@gm.com>
2021-02-08[doctest] Update to v2.4.5 (#16121)Jackson
* Updated 'doctest' to v2.4.5 * Updated version for doctest to v2.4.5 Co-authored-by: Jackson Harmer <jackson.harmer@gm.com>
2021-02-08[vcpkg] More versioning docs (#15693)Victor Romero
* [vcpkg] Versioning docs: Getting started * Versioning docs: Getting started [revised] * Link to example of manifests in msbuild * [WIP] Reference docs * [vcpkg] Fix links in Getting Started with Versioning
2021-02-04[msbuild]Fix incorrect triplet configuration for Project Reunion apps (#15410)Soumya Ranjan Mahunt
* Fix incorrect triplet configuration for Project Reunion apps * Modified VcpkgOSTarget detection condition
2021-02-04[pcl] Add gcc version check (#9231)NancyLi1013
* [pcl] Add compile options on unix platform * Add versions Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2021-02-04[vcpkg] Download vcpkg.exe rather than building it in bootstrap on Windows. ↵Billy O'Neal
(#15474) This reduces bootstrap cost for Windows customers, resolving the issue initially submitted as #12502 . The `toolsrc` tree was extracted to https://github.com/microsoft/vcpkg-tool. `bootstrap.sh` was changed to download the right source tarball, extract, and build it. This was chosen over the previous attempt, a submodule, over concerns of accidentally destroying people's local modifications.
2021-02-03[vcpkg registries] Registries: Take 2 (#13590)nicole mazzuca
* [vcpkg registries] Registries: Take 2 unfortunately without all the history because I really screwed up the git commands This RFC is the new state of the world with regard to our plan for registries; it is very different from the old RFC. It includes registry databases, which are how one describes the set of versions of ports that one has access to. It also includes the specification for git registries, and updates the specification for filesystem registries with these new registry databases. Since this RFC completely changes how registries work, the existing implementation will be broken. * update the registries RFC for modern design * remove bikeshedding
2021-02-03[ shaderwriter ]Update to version 1.0.0 (#15948)Sylvain Doremus
* Updated shaderwriter port to version 1.0.0 * Updated version files. * Fixed license file install script. * Fixed version file again
2021-02-03[azure-identity-cpp] Publish version 1.0.0-beta.3 (#16014)Azure SDK Bot
* Update port for azure-identity-cpp * Update port version SHA * Remove comment header from CONTROL file * Remove comment header from portfile.cmake file * 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>
2021-02-03[azure-storage-common-cpp] Publish version 12.0.0-beta.7 (#16020)Azure SDK Bot
* Update port for azure-storage-common-cpp * Update port for azure-storage-blobs-cpp * Update port for azure-storage-files-datalake-cpp * Update port version SHAs * Remove comment header from CONTROL files * Remove comment header from portfile.cmake files * Update port version SHAs once again Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-02-03[cairo] Make freetype and fontconfig optional. (#15965)Adam Johnson
* [cairo] Make fontconfig optional. * [cairo] Update port versions
2021-02-03[vcpkg] fix X_VCPKG_APPLOCAL_DEPS_INSTALL (#15960)David Hrdlička
* [vcpkg] fix X_VCPKG_APPLOCAL_DEPS_INSTALL * [vcpkg] fix x_vcpkg_install_local_dependencies Fixed `x_vcpkg_install_local_dependencies` always assuming a relative `DESTINATION`.
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>