google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/15250)
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...
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...
Once we get to v3 and support C++17, we should add std::byte support in our APIs where it increases usability and accuracy.
API turn down
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...
This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/15573)
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...