Commit Graph

117 Commits

Author SHA1 Message Date
Scott Hart
54e04ebab6
[google-cloud-cpp] update to the latest release (v2.31.0) (#42061) 2024-11-11 00:22:19 -08:00
Darren Bolduc
c401516b95
[google-cloud-cpp] update to the latest release (v2.30.0) (#41323) 2024-10-04 11:42:52 -04:00
Scott Hart
4d68ffe598
[google-cloud-cpp] update to the latest release (v2.29.0) (#40840) 2024-09-09 20:28:35 -07:00
Darren Bolduc
8e7e48eb0f
[google-cloud-cpp] fix bigquerycontrol feature (#40592) 2024-08-26 01:05:56 -07:00
Darren Bolduc
a89dc1d076
[google-cloud-cpp] update to the latest release (v2.28.0) (#40403) 2024-08-12 16:26:03 -07:00
Darren Bolduc
82ecd5fb24
[google-cloud-cpp] update to the latest release (v2.27.0) (#40220) 2024-08-06 00:31:33 -07:00
Theodore Tsirpanis
3389f5011d
[google-cloud-cpp] Skip building mock libraries. (#39802) 2024-07-10 10:14:13 -04:00
Carlos O'Ryan
41d1c11714
[google-cloud-cpp] update to v2.26.0 (#39638) 2024-07-02 13:42:05 -04:00
Scott Hart
e8706eed75
[google-cloud-cpp] update to the latest release (v2.25.0) (#39150) 2024-06-07 02:48:50 -07:00
Bradley White
eaba9afccf
[google-cloud-cpp] update to the latest release (2.24.0) (#38524)
Tested locally (on x64-linux) with:
```
for feature in <new_features>; do ./vcpkg remove google-cloud-cpp; ./vcpkg install "google-cloud-cpp[core,${feature}]" || break; done
```
and
```
./vcpkg remove google-cloud-cpp && ./vcpkg install 'google-cloud-cpp[*]'
```
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-05-07 20:30:17 -07:00
Carlos O'Ryan
44cbf67d92
[google-cloud-cpp] handle features names with _ (#38443)
Fixes #38442

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-04-29 09:09:04 -04:00
Anna Levenberg
ece635c102
[google-cloud-cpp] update to the latest release (v2.23) (#38204)
Updates google-cloud-cpp to the latest release (v2.23.0)

Removed `DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUND` since it is no
longer used because it is automatically set now
(https://github.com/googleapis/google-cloud-cpp/pull/13877).

Tested locally (on x64-linux) with:

```
 for feature in "cloudcontrolspartner" "storagecontrol" "apphub" "backupdr"; do ./vcpkg remove google-cloud-cpp; ./vcpkg install "google-cloud-cpp[core,${feature}]" || break; done
```

and

```
./vcpkg remove google-cloud-cpp && ./vcpkg install 'google-cloud-cpp[*]'
```

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-04-24 08:52:48 -04:00
Carlos O'Ryan
7185475232
[google-cloud-cpp] fix feature name (#37601) 2024-03-22 16:56:39 -07:00
Carlos O'Ryan
f82160a747
[google-cloud-cpp] update to latest release (v2.22.0) (#37125)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 00:19:42 -08:00
Darren Bolduc
80403036a6
[google-cloud-cpp] update to the latest release (v2.21.0) (#36522)
* [google-cloud-cpp] update to the latest release (v2.21.0)

* rerun version thingy

* rerun version thingy again
2024-02-02 13:39:16 -08:00
Pravila
f744cba89a
[google-cloud-cpp] Add rpc feature (#36476)
* Add feature to google-cloud-cpp

* Format manifest file

* Add version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
2024-02-01 15:07:24 -08:00
Scott Hart
c4e9b765d9
[google-cloud-cpp] update to the latest release (v2.20.0) (#36034) 2024-01-05 13:25:15 -08:00
autoantwort
32e4877eec
[google-cloud-cpp] fix feature sql (#35609) 2023-12-13 23:38:31 -08:00
Bradley White
f74109a40b
[google-cloud-cpp] update to the latest release (2.19.0) (#35451) 2023-12-04 17:28:36 -08:00
Anna Levenberg
90512eeab9
[google-cloud-cpp] update to latest release (v2.18.0) (#34873)
* [google-cloud-cpp] update to latest release (v2.18.0)

* don't modify old version's git-tree

* change git sha
2023-11-09 11:08:40 -08:00
Darren Bolduc
fa70b2dd4c
[google-cloud-cpp] update to v2.17.0#2 (#34641)
* [google-cloud-cpp] update to v2.17.0#2

* disable compute on windows
2023-11-01 12:37:31 -07:00
Theodore Tsirpanis
03ca89f0b9
[google-cloud-cpp] Remove dependency to grpc when not used. (#34569)
* [google-cloud-cpp] Remove dependency to grpc when not used.

* Update version database.
2023-10-19 11:55:20 -07:00
Darren Bolduc
b90d191914
[google-cloud-cpp] update to latest release (v2.17.0) (#34434) 2023-10-12 20:49:47 -07:00
Darren Bolduc
3ee9091ed4
[google-cloud-cpp] update to latest release (v2.13.0) (#34238) 2023-10-04 11:36:32 -07:00
Carlos O'Ryan
2ad55efa24
[google-cloud-cpp] upgrade to v2.15.1 (#33667) 2023-09-13 15:42:16 -07:00
Carlos O'Ryan
4a600e9fea
[google-cloud-cpp] update to latest release (v2.14.0) (#33503) 2023-09-01 15:34:33 -07:00
Darren Bolduc
3e7978bd02
[google-cloud-cpp] fix opentelemetry feature (#32936) 2023-08-04 06:58:38 -07:00
Scott Hart
b423d24fff
[google-cloud-cpp] update to latest release (v2.14.0) (#32881) 2023-08-02 09:05:37 -07:00
Carlos O'Ryan
dafef74af5
[google-cloud-cpp] update to latest release (v2.13.0) (#32391) 2023-07-07 10:16:49 -07:00
Frank
b18a96f435
[google-cloud-cpp] update to 2.12.0 (#32299)
* [google-cloud-cpp] update to 2.12.0

* version
2023-06-30 17:34:48 -07:00
Carlos O'Ryan
7dfcad590a
[google-cloud-cpp] update to latest release (v2.11.0) (#31995) 2023-06-16 20:53:40 -07:00
Carlos O'Ryan
8b332e211c
[google-cloud-cpp] update to the latest release (v2.10.0) (#31202) 2023-05-01 15:34:02 -07:00
Carlos O'Ryan
c4f39609d4
[google-cloud-cpp] update to latest release (v2.9.0) (#30643)
* [google-cloud-cpp] update to latest release (v2.9.0)

* Address review comments
2023-04-05 10:04:00 -07:00
Carlos O'Ryan
8e82d67b78
[google-cloud-cpp] update to latest release (v2.8.0) (#29956) 2023-03-01 18:26:22 -08:00
Carlos O'Ryan
62ee5c8ca4
[google-cloud-cpp] uipgrade to latest version (v2.7.0) (#29373) 2023-02-03 13:04:00 -08:00
Carlos O'Ryan
4dd6b9c3ad
[google-cloud-cpp] update to latest release (v2.6.0) (#28726) 2023-01-05 05:04:38 -08:00
autoantwort
4c76cc0af7
[google-cloud-cpp] add missing dependency (#28411) 2022-12-19 12:18:07 -08:00
Carlos O'Ryan
5b7881e937
[google-cloud-cpp] update to latest release (v2.5.0) (#28112) 2022-12-02 09:05:17 -08:00
Carlos O'Ryan
ad91176594
[google-cloud-cpp] update to latest release (v2.4.0) (#27601) 2022-11-01 17:33:14 -07:00
Carlos O'Ryan
4a5fbdb6e0
[google-cloud-cpp] update to latest release (v2.3.0) (#27060) 2022-10-03 14:03:11 -07:00
Carlos O'Ryan
7acd91abc2
[google-cloud-cpp] fix feature dependencies (#27001)
* [google-cloud-cpp] fix feature dependencies

* Add missing 'osconfig' feature

* Fix versions
2022-09-29 14:15:38 -07:00
Carlos O'Ryan
b9bfab0406
[google-cloud-cpp] update to latest release (v2.2.0) (#26647) 2022-09-06 11:19:58 -07:00
Lily Wang
d044f52707
[google-cloud-cpp] Fix features dialogflow-* CMake export (#26480)
* [google-cloud-cpp] Fix feature dialogflow-* CMake export

* x-add-version
2022-08-23 10:36:54 -07:00
Lily Wang
58df5a8bf7
[google-cloud-cpp] Fix wrong parameter "${FEATURES}" (#26459)
* [google-cloud-cpp] Fix wrong parameter "${FEATURES}"

* x-add-version
2022-08-22 09:29:53 -07:00
Carlos O'Ryan
1707f9ba57
[google-cloud-cpp] update to latest release (v2.1.0) (#26110) 2022-08-02 10:24:21 -07:00
Carlos O'Ryan
31211e0bce
[google-cloud-cpp] update to latest release (v2.0.1) (#25898)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 14:38:14 -07:00
Carlos O'Ryan
ce9dc455ef
[google-cloud-cpp] update to latest release (v2.0.0) (#25608)
* [google-cloud-cpp] update to latest release (v2.0.0)

* Disable `channel` and `asset` features on Windows

Protobuf <= 3.19 does not know about the `TRUE` and `DOMAIN` macros on
Windows, so it cannot hide said macros when used as enum values in a
proto file.  vcpkg uses protobuf==3.19.4

* Fix formatting

* Fix versions
2022-07-14 14:12:01 -07:00
Carlos O'Ryan
d9de2d6525
[google-cloud-cpp] update to latest release (v1.42.0) (#25369) 2022-06-23 12:58:17 -07:00
Carlos O'Ryan
a91c2d160f
[google-cloud-cpp] update to latest release (v1.41.0) (#25032) 2022-06-01 16:31:46 -07:00
Carlos O'Ryan
a6a97cd1fc
[google-cloud-cpp] add missing subpackage (#24626) 2022-05-10 11:36:36 -07:00