about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
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.