* 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>
* Adding tracy port
* Formatting tracy port
* Tidying up the port
* Formatting again
* Making sure git-tree is correct
* Adding correct vcpkg dependencies
* Newline at file end again
* Update version database
* Making sure to mark tracy as not supporting x86 at all
* Updating version again
* Responding to feedback and double checking which builds will work
* Updating versions
* Tidying up some loose ends
* Updating port version again
* Removing port-version 1
* Removing tracy from ci baseline
* Removing unnecessary include copy
* Updating version
* Resolving feedback
* Updating version and formatting
* Version for the version god
* tweaking tracy supports
* Formatting and version
* Version
* Adding pthreads dependency to tracy for non-windows platforms
* Version
* Fixing tracy port
* Fixing version
* TRACY_IMPORTS should be an INTERFACE define
* Updating patch to tracy to place it in the correct namespace
* Fixing issue in patch file
* Updating version
* Forgot to put the :: in the namespace
* Updating version
* Bumping port version
* Updating version
* Updating version database
* Fixing incorrect version of tracy
* Update version
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* [libao] Add parameter to control whether to detect dlfcn
* Use Cache variables instead of patch file
* Avoid using undefined variable
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* Use static runtime if capstone wants to be statically linked
This makes more sense than using the shared runtime if building a static version
* increase port-version
* Update version database
* select CRT as new feature
* don't use upercase in feature name
* format json
* run x-add-version
* remove extra space
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* run x-add-version
* Modernize the port file.cmake
* update version
* checking feature per OS
* update versioning
* remove check for static CRT on windows so it doesn't conflict with other ports (Triton)
* update versioning
* use VCPKG_CRT_LINKAGE instead of feature for CRT
* update versioning
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [gstreamer] Support arm-windows and add features
* version
* Fix cmake code
* version
* Disable more docs
* version
* Remove code about zlib
* version
* Fix build issues
* version
* Modernize portfile
* Install COPYING.txt for copyright
* Create uniform pc file names for all configurations
* Provide uniform and documented CMake config
* Update versions
* Use version field
* Update versions
* CI
* Update charls to 2.3.4
* version
* Change version-string to version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [leveldb] Fix target "Threads::Threads" was not found
* update version
* add dependency pthreads
* update version
* remove pthreads
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>