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/15559)

**Does this issue affect the google-cloud-cpp project?** Yes **What component of google-cloud-cpp is this related to?** Authentication **Describe the bug** Providing an incorrect credential file causes a crash while performing...

**Does this issue affect the google-cloud-cpp project?** Yes **What component of `google-cloud-cpp` is this related to?** Authentication **Describe the bug** Providing an incorrect credential file causes a crash. **To Reproduce**...

type: bug
priority: p2

The PR fixes issue: #15140 which says to provide a function to convert `storage_experimental::AsyncReader` into a single `future`. The functionality is already there in [storage_experimental::ReadAll()](https://github.com/googleapis/cpp-storage-prelaunch/blob/04483120a960dcd63073261824995b1d43b44cc8/google/cloud/storage/async/read_all.h#L33) method. This PR adds the...

api: storage

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

api: spanner

…and construction It's a small perf hit but it does show up in profiles. In a long running query I see it taking 6% of the cpu time. I think...

https://github.com/googleapis/google-cloud-cpp/pull/15563 introduced compilation error for code guarded behind a #ifdef that detects if c++20 support is available. The presubmit running c++20 was not able to capture this compilation issue. However,...

type: bug
priority: p3

**Observed Behavior:** The `ConnectionImplTest.MultiplexedPrecommitUpdated` test is failing in our Windows CMake builds on Kokoro. The test fails with an `Unexpected mock function call` for `StreamingRead`, immediately followed by a fatal...

type: bug
priority: p3