This follows the pattern in the Windows toolchain with respect to
setting VCPKG_CMAKE_SYSTEM_VERSION and also how arm64 macOS can execute
x86_64 through Rosetta.
* [cmake] update to 3.24-rc1
* update to rc2
* CI debugging
* osx use correct cmake download
* update to rc3
* revert --trace-expand
* update to rc4. CI should give hashes
* adjust hashes.
* fix hashes again?
* fixing the hashes
* --trace-expand for qttools
* update to rc5
* update to release version
* revert qttools
* [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>
* [rapidjson] Fix cmake config
* version
* There are no pc files on Windows
* version
* Different config paths on Windows
* version
* Fix config path
* version
* Upstream messed up cmake config on Windows
* version
* Remove PACKAGE_NAME on Windows
* version
* Fix config location
* version
* Revert FILE_DISAMBIGUATOR removal because it invalidates existing downloads for no reason.
* Fix version DB
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* [pdal] Prepare for nlohmann-json 3.11.x
In nlohmann-json 3.11.0, json_fwd.hpp changed.
Replace PDAL's internal copy of the file as part of the de-vendoring
process.
* [pdal] Bump port version
* [pdal] Add dependency nlohmann-json
* [pdal] Update versions
* [tree-sitter] add new port
* ci: test support for uwp
* fixup: address review comments
* chore: update git-version
* fixup: skip removing non-existent binaries
* refactor: patch the upstream pkgconfig instead
* fixup: remove unnecessary vcpkg-cmake-wrapper
this is only used for overriding CMake's builtins
* Bump cmake_minimum_required
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Fix version database
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* cryptopp: Fix compilation with clang-cl
* Add clang-cl 12.0+ to supported configurations
* Use MSVC path to detect CRYPTOPP_CXX17_UNCAUGHT_EXCEPTIONS
* cryptopp: Update port version
* cryptopp: Fix clang-cl SIMD flag detection
* Patch CheckCompileLinkOption to use try_compile on all platforms
* Use GNU path when detecing SSE options with clang-cl
* Minor cleanup, drop debug postfix
* Force finding packages without patch
* Trim and rename dependencies patch
* Fix pc file, disable MSVC config postfix
* Disable random libwebp dependency
* Update versions