google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

C++ Client Libraries for Google Cloud Services

Results 531 google-cloud-cpp issues
Sort by recently updated
recently updated
newest added

This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/15250)

api: storage

Currently using the serialized string of the key proto. Since we're comparing fields of a message and not between different messages and we know they will always be serialized with...

type: cleanup

The multithreaded tests for query plan were failing using 1000 threads in 32 bit mode, but passing in 64 bit mode. Attempts to simplify the tests to debug, caused the...

type: cleanup

Once we get to v3 and support C++17, we should add std::byte support in our APIs where it increases usability and accuracy.

type: feature request

I'm working on updating the google-cloud-cpp FreeBSD port, and hit the build issue below. It also occurs under FreeBSD 14.2 with clang18. ``` # uname -a FreeBSD barracuda.acadix.biz 14.3-RELEASE-p2 FreeBSD...

type: bug
priority: p2

This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/15573)

api: storage
do not merge

The `unified_credentials_integration_test` is currently experiencing multiple failures on the kokoro macOS CI build. - Some tests within `google/cloud/storage/tests/unified_credentials_integration_test.cc` have been commented out as they were causing build failures. ``` [24,691...

type: bug
priority: p2