| Age | Commit message (Collapse) | Author |
|
|
|
* [google-cloud-cpp] update to latest release (v1.32.1)
* Argh, this was sitting in my workspace
|
|
* [google-cloud-cpp] migrate to vcpkg_cmake_config_fixup()
* Address review comments
|
|
* [google-cloud-cpp] update to latest release (v1.32.0)
* Update from deprecated vcpkg functions
* Undo migration to `vcpkg_cmake_config_fixup()`
I could not get this to work. I will ask in the discord channel because
I must be using it wrong.
|
|
|
|
|
|
* [google-cloud-cpp] use features to stop package growth
We have plans to grow `google-cloud-cpp`, but we think the build times
are large enough already. This creates "features" to at least stop the
package growth as new features are added. The "default-features"
reflects the current features in the package.
* Remove versions created during development
* Address review comments
|
|
|
|
|
|
|
|
* [google-cloud-cpp] update to latest (v1.28.0) version
* Address review comments
* Revert "Address review comments"
This reverts commit db47320dda0d15a02d9fc4e177f4ee355a5991b5.
|
|
|
|
* [google-cloud-cpp] update to the latest release (v1.26.0)
* Reset port version after update
|
|
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json
* [many ports] Apply host dependencies
* [yasm-tool] Revert yasm-tool changes to split into PR #16478
* [many ports] Add versions
* [vcpkg.cmake] Revert change applied in other PR
* [boost-modular-build-helper] Merge from master
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
|
|
|
|
* [google-cloud-cpp] update to v1.23.0
* Fix versions
|
|
|
|
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
|
|
|
|
* [google-cloud-cpp] Update to v1.18.0 release
* Update portfile.cmake
Add unsupported message
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
|
|
|
|
|
|
* [google-cloud-cpp] Consolidate all google-cloud* packages
Starting with the v1.14.0 release all google-cloud* packages and the
googleapis package are kept in a single repository and released
simultaneously.
* Update CI baseline.
google-cloud-cpp used to inherit failures from googleapis, which
indicates these are (probably) problems in the generated protobuf/grpc
code.
|
|
|
|
Update google-cloud-cpp-common to v0.21.0, google-cloud-cpp to v0.20.0,
and google-cloud-cpp-spanner to v0.9.0. These changes need to be atomic,
thus the single PR.
|
|
|
|
* [google-cloud-cpp*] Upgrade to latest release
* Update CI baseline.
* Address review comments.
|
|
* [google-cloud-cpp] Upgrade to v0.17.0
* Fix the x86-windows build.
|
|
|
|
|
|
|
|
* Add googleapis proto libraries port.
Compile protos from github.com/googleapis/googleapis into C++ libraries.
* Updated google-cloud-cpp to 0.12.0
* [google-cloud-cpp] Fix flaky build
|
|
|
|
With the new version we should not need the patch, so I removed it. We
also moved the repository from GoogleCloudPlatform to the googleapis/
GitHub organization, save a redirect in the download by fixing that.
|
|
|
|
* Upgrade google-cloud-cpp to 0.8.1.
* Update to Opus 1.3.1 (#6086)
* [cpptoml] new port (#6089)
* Update patch comment
|
|
* [google-cloud-cpp] Fix libcurl linkage
* [curl] Fix libcurl exported CMake target config (Windows)
|
|
|
|
In this version we can remove the dependency on gtest for the build. Of
course there are many other changes, but that is the one relevant for
packaging.
|
|
In this version we can disable the unit and integration tests, though it
still tries to find `googletest` so we cannot remove the dependency just
yet.
|
|
This time with less patches!
|
|
Just a periodic release.
|
|
* Update google-cloud-cpp to 0.3.0.
A new release of google-cloud-cpp, with some improvements in packaging
that simplified the port files.
* [google-cloud-cpp] Fix OSX builds
|
|
|
|
* Initial port for google-cloud-cpp
* Use pre-release tag instead of commit sha1.
* Fix version.
* [google-cloud-cpp] Portfile improvements
* [google-cloud-cpp] Update to 0.1.0
|