* [vcpkg-tool] update to 2022-02-03
this adds the feature of `"license": null`, important to silence warnings
* update mailio license
* [vcpkg doc] update docs for new license parser
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* [python3][python2] Use mkdir -p to create directories to avoid race conditions
* Revert "[vcpkg baseline][python3] Fix race during parallel install (#21734)"
This reverts commit a515872b1a.
# Conflicts:
# ports/python3/vcpkg.json
# versions/baseline.json
# versions/p-/python3.json
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Added libe57format port
* Formatted the manifest file
* vcpkg x-add-version --all
* From vcpkg_configure_cmake to vcpkg_cmake_configure
* Updated to vcpkg_cmake_config_fixup
* Fix version database and format vcpkg.json.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [botan] Fix debug info
- Embed debug info into object files.
- Enable debug info for release builds.
- Pass-through C++ build flags.
Fixes#12088
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [opentelemetry-cpp] update version to v1.2.0
* [opentelemetry-cpp] update version to v1.2.0
* [opentelemetry-cpp] update version to v1.2.0
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
I updated the patch for `abseil[cxx17]`. Unfortunately the patch
includes the version of `google-cloud-cpp`, I will try to fix things
upstream so we do not need to go through this on each release.
* Bump GSL to 4.0.0
* Update version database
* Fix typo
* Add missing file
* Update version database
* GSL portfile properly expose Microsoft.GSL package
* Update version database
* Respond to review
* Update version database
* Update version database v2
* Update release ref
* Update version database
* Respond to review
* Update version database
* Add patch to SEAL to link to correct GSL version
* Update version database
* Update version database v2
* use pkgconf
* version stuff
* Update ports/vcpkg-pkgconfig-get-modules/x_vcpkg_pkgconfig_get_modules.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* version stuff
* fix obviuos error
* bit of version playaround
* version stuff
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Stop failing in build step on unknown generators
CMake already completed configuration using the given generator.
* Support parallel build with Unix Makefiles
* Documentation fixes for vcpkg_cmake port
* `vcpkg_cmake_configure`: links to `opencv4` as example instead of
`opencv` which is an empty port
* `vcpkg_cmake_install`: fix link to `vcpkg_cmake_build`'s docs
* `vcpkg_cmake_build`: fix link to `vcpkg_cmake_install`'s docs
* Extra script audit
* Update versions
* Regenerate docs
* [vcpkg-cmake] support Xcode parallel build
* no/parallel_args when CMake Generator is "Xcode"
* Update versions
* CI
Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com>
Co-authored-by: luncliff <dong-ha-park@linecorp.com>
* Fix Build Windows - include files not copied correctly to target
* Update versions
* install_includes requires quotes on windows
* Update ace.json
Co-authored-by: bisaillonp <Pierre.Bisaillon@ixiasoft.com>
* [wt] update to 4.6.1
Setting WTHTTP_CONFIGURATION and CONFIGURATION to empty string as well,
because these would otherwise be filled in with an absolute path.
Setting them to empty string ensures they won't be used.
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [brpc] Fix build failed when protobuf update to 3.19.3
* update version
* Add license
* update version
* Add support in vcpkg.json
* update version
* update version
* update patch
* remove patch
* update patch name
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>