aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp
AgeCommit message (Collapse)Author
2021-10-14[google-cloud-cpp] fix backwards compatibility package files (#20723)Carlos O'Ryan
2021-10-06[google-cloud-cpp] update to latest release (v1.32.1) (#20561)Carlos O'Ryan
* [google-cloud-cpp] update to latest release (v1.32.1) * Argh, this was sitting in my workspace
2021-10-05[google-cloud-cpp] migrate to vcpkg_cmake_config_fixup() (#20521)Carlos O'Ryan
* [google-cloud-cpp] migrate to vcpkg_cmake_config_fixup() * Address review comments
2021-10-01[google-cloud-cpp] update to latest release (v1.32.0) (#20463)Carlos O'Ryan
* [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.
2021-09-07[google-cloud-cpp] update to latest release (v1.31.1) (#19957)Carlos O'Ryan
2021-09-02[google-cloud-cpp] update to latest release (v1.31.0) (#19889)Carlos O'Ryan
2021-08-30[google-cloud-cpp] use features to stop package growth (#19600)Carlos O'Ryan
* [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
2021-08-13[google-cloud-cpp] update to latest release (v1.30.1) (#19507)Carlos O'Ryan
2021-08-05[google-cloud-cpp] update to latest version (v1.30.0) (#19336)Carlos O'Ryan
2021-07-06[google-cloud-cpp] update to latest release (v1.29.0) (#18759)Carlos O'Ryan
2021-06-04[google-cloud-cpp] update to latest (v1.28.0) version (#18246)Carlos O'Ryan
* [google-cloud-cpp] update to latest (v1.28.0) version * Address review comments * Revert "Address review comments" This reverts commit db47320dda0d15a02d9fc4e177f4ee355a5991b5.
2021-05-06[google-cloud-cpp] update to latest (v1.27.0) version (#17661)Carlos O'Ryan
2021-04-02[google-cloud-cpp] update to the latest release (v1.26.0) (#17027)Carlos O'Ryan
* [google-cloud-cpp] update to the latest release (v1.26.0) * Reset port version after update
2021-03-26[many ports] Apply host dependencies (#16479)ras0219
* [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>
2021-03-01[google-cloud-cpp] update to latest release (v1.25.0) (#16477)Carlos O'Ryan
2021-02-11[google-cloud-cpp] use 'version' for version numbers (#16177)Carlos O'Ryan
2021-02-10[google-cloud-cpp] populate license field (#16162)Carlos O'Ryan
* [google-cloud-cpp] populate license field * Fix port version after license file
2021-02-03[google-cloud-cpp] update to the latest release (v1.24.0) (#16001)Carlos O'Ryan
2021-01-19[google-cloud-cpp] update to v1.23.0 (#15669)Carlos O'Ryan
* [google-cloud-cpp] update to v1.23.0 * Fix versions
2021-01-13[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-08[google-cloud-cpp] update to latest release (v1.22.0) (#15510)Carlos O'Ryan
2020-12-03[google-cloud-cpp] update to latest release (v1.21.0) (#14886)Carlos O'Ryan
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-03[google-cloud-cpp] Update to the v1.20.0 release (#14375)Carlos O'Ryan
2020-10-06[google-cloud-cpp] Update to v1.19.0 release (#13846)Carlos O'Ryan
2020-09-16[google-cloud-cpp] Update to v1.18.0 release (#13552)Carlos O'Ryan
* [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>
2020-09-04[google-cloud-cpp] Upgrade to v1.17.1 (#13336)Carlos O'Ryan
2020-08-05[google-cloud-cpp] Update to v1.16.0 (#12747)Carlos O'Ryan
2020-07-01[google-cloud-cpp] Update to v1.15.0 (#12195)Carlos O'Ryan
2020-06-02[google-cloud-cpp] Consolidate all google-cloud* packages (#11698)Carlos O'Ryan
* [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.
2020-04-07[google-cloud-cpp*] update to the latest release (#10680)Carlos O'Ryan
2020-03-04[google-cloud-cpp*] update to latest release (#10283)nicole mazzuca
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.
2020-02-12[google-cloud-cpp{,-common}] upgrade to latest release (#10037)Carlos O'Ryan
2020-02-08[google-cloud-cpp*] Upgrade to latest release (#9946)Carlos O'Ryan
* [google-cloud-cpp*] Upgrade to latest release * Update CI baseline. * Address review comments.
2020-01-10[google-cloud-cpp] Upgrade to v0.17.0 (#9576)Carlos O'Ryan
* [google-cloud-cpp] Upgrade to v0.17.0 * Fix the x86-windows build.
2019-11-19[google-cloud-cpp*]Upgrade to latest release (#8986)Carlos O'Ryan
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-10-03[google-cloud-cpp] Update to v0.14.0 (#8441)Carlos O'Ryan
2019-09-10Update google-cloud-cpp and googleapis. (#8077)Carlos O'Ryan
2019-08-07Update google-cloud-cpp to 0.12.0. (#7557)Carlos O'Ryan
* 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
2019-07-15Upgrade google-cloud-cpp to v0.11.0. (#7134)Carlos O'Ryan
2019-06-05Upgrade google-cloud-cpp to 0.10.0. (#6785)Carlos O'Ryan
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.
2019-05-08Upgrade google-cloud-cpp to 0.9.0. (#6355)Carlos O'Ryan
2019-04-15[google-cloud-cpp] Upgrade to 0.8.1. (#6072)Carlos O'Ryan
* Upgrade google-cloud-cpp to 0.8.1. * Update to Opus 1.3.1 (#6086) * [cpptoml] new port (#6089) * Update patch comment
2019-04-08[google-cloud-cpp] Fix libcurl linkage (#5968)past-due
* [google-cloud-cpp] Fix libcurl linkage * [curl] Fix libcurl exported CMake target config (Windows)
2019-04-05Update google-cloud-cpp to v0.8.0. (#5972)Carlos O'Ryan
2019-03-10Upgrade google-cloud-cpp to 0.7.0. (#5619)Carlos O'Ryan
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.
2019-02-12Upgrade google-cloud-cpp to 0.6.0. (#5367)Carlos O'Ryan
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.
2019-01-08Upgrade google-cloud-cpp to v0.5.0. (#5096)Carlos O'Ryan
This time with less patches!
2018-12-11Upgrade google-cloud-cpp to v0.4.0Carlos O'Ryan
Just a periodic release.
2018-11-14Update google-cloud-cpp to 0.3.0. (#4719)Carlos O'Ryan
* 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