* Add arm64 patch to allow SFML to compile on m1
* Updated port version
* Fix missing line
* Fix version of port
* Patched libspeexdsp to add missing definitions on windows
* Result of VCPKG add-version
* Trigger workflow
* Use version rather than version-string.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [libcpplocate] New port
* UWP unsupported
Errors that I don't know how to fix and personally unfamiliar with UWP.
Maybe someone else knows how to fix/support it
* Add version
* Apply suggestions from code review
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Simplify patch
* Update version
* Use tagged v2.3.0
* Update version
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Fix namespace clashing between cub and thrust::cub.
Fix VS2022 error C3052: 'k': variable doesn't appear in a data-sharing clause under a default(none) clause
* update version
* update libressl
* version stuff
* correctly seperate urls
* version stuff
* let CI build it
* Revert "let CI build it"
This reverts commit a6bc04b334.
Co-authored-by: Alexander Neumann <you@example.com>
* update cmake to 3.22.0-rc3 to verify catalogue compatibility and be ready for final release
* update to cmake 3.22 final release
* [vcpkgTools] update to cmake 3.22.1
* update test port
* update cmake to 3.22.2
and git for windows to 2.35.1.2
* fix missing uuid on osx in ignition-transport.
* modernize
* fix hash
* fix qtbase regression
* try fixing the pc file search
* hidaoi give trace logs
* give me trace output
* bit of pkgconf changes. Need system search paths for pkgconf to work correctly.
* fix underscore
* remove extra x
* revert port changes
* add license to cmake test port
* fix arm regression due to not finding taglib.
* version stuff
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Alexander Neumann <you@example.com>
* Fixed inaccurate Chinese words
* fix other chinese translate problem
* fix
* Update CONTRIBUTING_zh.md
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update CONTRIBUTING_zh.md
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update CONTRIBUTING_zh.md
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update CONTRIBUTING_zh.md
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update CONTRIBUTING_zh.md
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* [get_cmake_vars] add -isysroot flag independednt of crosscompiling
Even without crosscompiling it is possible to specify a VCPKG_OSX_SYSROOT or
a SDKROOT this should be popagated to autotools and meson builds as well.
* [meson] add -arch and -isysroot to linker flags in case of osx crosscompile
* [meson] avoid DEPRECATION warning about flags in the [properties] section
* [meson] don't set OSXROOT evironment varibale
* [meson] don't set MACOSX_DEPLOYMENT_TARGET environment variable
cmake appends the -mmacosx-version-min flag c/cxx flags, overriding the
value set via VCPKG_C_FLAGS. By setting the environment variable, the
VCPKG_C_FLAGS value was used for meson builds. Now the same value is
taken for both.
* [meson/make] Add CMAKE_OSX_DEPLOYMENT_TARGET to VCPKG_DETECTED_CMAKE_C_FLAGS
This is done in the same way in CMake internally
* pkgconf enable system lookup on linux
* verison stuff
* use ubuntu defaults.
* version stuff
* WIP get libpaths from CMake
* just get colmap trace for fun
* merge opensuse and ubuntu settings. should be good for most systems.
* revert colmap change
* version stuff
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>