about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-25 feat: update protos to 2020-02-25 version (#37)Carlos O'Ryan6-367/+308
Update the dependencies based on the new protos.
2020-02-17 fix: fix dependencies for trace.proto (#35)Carlos O'Ryan1-1/+5
2020-02-08 fix: correct value in GOOGLE_CLOUD_CPP_PC_REQUIRES (#34)Bradley White1-1/+1
`googleapis_cpp_bigquery_protos` => `googleapis_cpp_cloud_bigquery_protos`.
2020-01-16 chore: bump release numbers for future releases (#33)Carlos O'Ryan1-2/+2
2020-01-16 chore: bump version numbers (#32)Carlos O'Ryan1-2/+2
I need to create a v0.4.x release and the version numbers are at v0.3.0
2020-01-16 feat: add Cloud Pub/Sub protos (#31)Carlos O'Ryan7-29/+129
2020-01-15 ci: verify pkg-config files actually work (#30)Carlos O'Ryan6-10/+145
Change the CI builds to verify the pkg-config files we create actually work. Some improvements in the `.*ignore` files.
2019-12-11 chore: update googleapis version (#29)Scott Hart1-5/+3
2019-10-17 ci: add configs for a CMake+Ninja build (#27)Carlos O'Ryan4-0/+11
2019-10-17 bug: fix build with Ninja (#26)Carlos O'Ryan1-1/+1
2019-10-16 feat: upgrade googleapis and bigquery protos (#24)Carlos O'Ryan5-15/+96
2019-10-16 feat: add BigQuery proto library (#23)Carlos O'Ryan1-0/+30
2019-09-11 feat: add libraries for metric and monitored_resource. (#22)Carlos O'Ryan1-0/+6
2019-09-10 Merge pull request #21 from coryan/refactor-single-proto-librariesCarlos O'Ryan1-190/+122
cleanup: refactor single-source library definitions.
2019-09-10 Fix formatting.Carlos O'Ryan1-2/+2
2019-09-09 Address review comments.Carlos O'Ryan1-0/+4
2019-09-09 cleanup: refactor single-source library definitions.Carlos O'Ryan1-190/+118
A lot of the libraries have a single source and can be refactored to a function that creates them.
2019-09-01 bug: do not redefine targets in config file.Carlos O'Ryan1-3/+6
2019-09-01 bug: do not redefine targets in config file.Carlos O'Ryan1-3/+6
If the config file is included twice (via `find_dependency()` or `find_package()`) some of the targets could get redefined, breaking the configuration.
2019-08-23 chore: Irregularly scheduled update for the protos.Carlos O'Ryan2-2/+20
2019-08-23 Add yet another new dependency.Carlos O'Ryan1-0/+2
2019-08-23 Fix dependencies, yay for CI builds.Carlos O'Ryan1-0/+1
2019-08-23 Argh, wrong target names.Carlos O'Ryan1-1/+1
2019-08-23 chore: Irregularly scheduled update for the protos.Carlos O'Ryan2-3/+18
Update to the version of googleapis/googleapis as-of 2019-08-23.
2019-08-19 Merge pull request #16 from coryan/add-cloudtrace-v2-trace-libraryCarlos O'Ryan2-0/+31
feat: Add library for cloudtrace/v2/trace.proto.
2019-08-16 Addressed review comments.Carlos O'Ryan2-0/+16
2019-08-16 feat: Add library for cloudtrace/v2/trace.proto.Carlos O'Ryan2-0/+15
2019-08-15 Merge pull request #14 from coryan/fix-missing-librariesCarlos O'Ryan1-0/+2
bug: Missed two libraries.
2019-08-15 Missed two libraries.Carlos O'Ryan1-0/+2
2019-08-15 Merge pull request #13 from coryan/fix-missing-exportsCarlos O'Ryan2-9/+23
feat: Add library for api/client.proto.
2019-08-15 feat: Add library for api/client.proto.Carlos O'Ryan2-9/+23
Also fixed the list of libraries in googleapis-config.cmake.
2019-07-18 Add BUILD_BYPRODUCTS (#9)Takashi Matsuo1-11/+40
2019-07-18 Try to fix tumbleweed install build (#11)Takashi Matsuo1-1/+1
2019-07-16 Add install test (#8)Takashi Matsuo28-0/+832
* Add first install test * Fix style * Split the test into spanner and bigtable * Correct indentation * Add other distros, shared lib test, and kokoro configs * Fix style
2019-07-12 Use gcr to cache the docker images (#7)Takashi Matsuo3-76/+64
* Use gcr to cache the docker images * Remove sudo from docker command
2019-07-12 Refactor Dockerfiles (#6)Takashi Matsuo6-85/+109
2019-07-11 Add ci scripts (#1)Takashi Matsuo26-49/+834
* Add ci scripts * Move config files to ci/kokoro/docker * Remove dump-logs etc * Simplified grpc installation * Add Ubuntu 16.04 kokoro config * Address code review
2019-07-01 Fix installation path for protos.Carlos O'Ryan2-9/+9
2019-06-28 Initial set of files.Carlos O'Ryan14-0/+1763
The make install target is not working for .proto files, but otherwise it seems to work.