vcpkg/scripts
Francisco Facioni 4b4766c793
[breakpad] Update to 2022.07.12 (#26232)
* [breakpad] Update to 2022.07.12

* Also add arm64-windows to 'supports' because pe_util.cc(280) assumes IMAGE_RUNTIME_FUNCTION_ENTRY has a member UnwindInfoAddress which is only true on x86 and x64.

(Note that _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY, _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY, and _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY do not have this member)

Simplifying to CNF:
!uwp & !(windows & (arm | arm64 | alpha)) // except of course alpha doesn''t exist
!uwp & (!windows | !(arm | arm64))
!uwp & (!windows | (!arm & !arm64))
!uwp & (!windows | !arm) & (!windows | !arm64)

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-09 13:28:25 -07:00
..
azure-pipelines Update VMs for July 2022 Patch Tuesday, and to Ubuntu 22.04. (#25785) 2022-07-15 21:11:16 -07:00
boost [boost] update to 1.79.0 (#24210) 2022-04-21 10:01:54 -07:00
buildsystems [msbuild] don't fail on error messages (#25844) 2022-07-20 15:41:27 -07:00
cmake [vcpkg_download_distfile] Make file name more unique (#25607) 2022-08-01 15:14:44 -07:00
detect_compiler [OpenCV] upgrade to v4.5.5 (#22801) 2022-02-23 11:57:13 -08:00
get_cmake_vars [Fix uwp toolchain|world rebuild] make ninja work for uwp (#22831) 2022-04-27 18:12:48 -07:00
ifw [vcpkg-export-ifw] Maintenance Tool 2017-10-05 21:24:32 +03:00
posh-vcpkg/0.0.1 [vcpkg-tool] update to 2022-03-30 (#23886) 2022-03-31 19:08:09 -07:00
templates [gklib,metis,parmetis] Update sources for metis et al. to GitHub (#26020) 2022-08-03 18:59:36 -07:00
test_ports [openimageio] Update to v2.3.17.0, revise dependencies and export (#23918) 2022-07-28 22:19:42 -07:00
toolchains [wavpack] arm support (#21790) 2022-04-29 11:42:37 -07:00
addPoshVcpkgToPowershellProfile.ps1 [vcpkg-tool] update to 2022-03-30 (#23886) 2022-03-31 19:08:09 -07:00
bootstrap.ps1 Update vcpkg-tool to 2022-07-21 (#25920) 2022-07-22 10:48:15 -07:00
bootstrap.sh Update vcpkg-tool to 2022-07-21 (#25920) 2022-07-22 10:48:15 -07:00
build_info.cmake [vcpkg-tool-ninja] Add only the ninja port (#23911) 2022-05-09 14:00:29 -07:00
ci.baseline.txt [breakpad] Update to 2022.07.12 (#26232) 2022-08-09 13:28:25 -07:00
file_script.py [vcpkg] Revise the file lists script (#20864) 2021-11-29 16:12:27 -08:00
generateBaseline.py [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
generatePortVersionsDb.py [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
Get-Changelog.ps1 [docs] Add catalog release process. (#24647) 2022-05-11 12:18:31 -07:00
ports.cmake [vcpkg] Fixup rpath after building dynamic libraries on linux (#23035) 2022-07-18 12:44:34 -07:00
tls12-download.exe [vcpkg-tool] Update to 2021-08-03 (#19347) 2021-08-04 14:20:23 -07:00
vcpkg_completion.bash [autocomplete] Add tab-completion support for bash 2018-12-13 14:02:02 -08:00
vcpkg_completion.fish [vcpkg] Add tab completion for Fish (#14206) 2020-11-02 17:25:43 -08:00
vcpkg_completion.zsh [scripts] Add vcpkg_completions.zsh (#18274) 2021-06-30 13:16:51 -07:00
vcpkg_get_dep_info.cmake [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601) 2020-02-03 14:22:52 -08:00
vcpkg_get_tags.cmake [vcpkg] Add triplet option VCPKG_NO_COMPILER_TRACKING (#17526) 2021-08-25 20:36:28 -07:00
vcpkg.schema.json fix regex in json schema (#20386) 2021-09-27 11:47:43 -07:00
vcpkgTools.xml Update VMs for July 2022 Patch Tuesday, and to Ubuntu 22.04. (#25785) 2022-07-15 21:11:16 -07:00