Skip to content

Tags: rsimion/google-cloud-cpp

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix version numbers and release dates. (googleapis#1578)

The version numbers in google/cloud/CMakeLists.txt was off by one. Also
fixed the release date in the release notes.

v0.4.0-pre2

Toggle v0.4.0-pre2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make ccache bigger for coverage builds. (googleapis#1567)

We need a bigger cache for the code coverage build. While most builds
take 500MiB, the code coverage build takes nearly 1.5GiB.

When I ran this the build time went from ~37m to ~30m, that is a big gain,
and the coverage build is the longest build so it speeds up the iterations.

0.4.0-pre1

Toggle 0.4.0-pre1's commit message

Verified

This commit was signed with the committer’s verified signature.
coryan Carlos O'Ryan
Create v0.4.x release branch

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update release notes. (googleapis#1379)

v0.3.0-pre2

Toggle v0.3.0-pre2's commit message

Verified

This commit was signed with the committer’s verified signature.
coryan Carlos O'Ryan
Label branch as release branch for build purposes.

v0.3.0-pre1

Toggle v0.3.0-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement future<void> and promise<void>. (googleapis#1367)

This implements futures and promises for `void`. It does not yet
implement the `.then()` member function, to keep the PR size small. Part
of the work for googleapis#1345.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update v0.2.x release notes [skip ci]. (googleapis#964)

v0.2.0-pre1

Toggle v0.2.0-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update v0.2.x release notes [skip ci]. (googleapis#964)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README files to declare this is an Alpha release. (googleapis#385

)

v0.1.0-pre2

Toggle v0.1.0-pre2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Integration test for InstanceAdmin::ListInstances. (googleapis#371)

This fixes googleapis#343.