about summary refs log tree commit diff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11 chore: update googleapis version (#29)Scott Hart1-5/+3
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'Ryan1-12/+33
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 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-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 chore: Irregularly scheduled update for the protos.Carlos O'Ryan1-2/+16
Update to the version of googleapis/googleapis as-of 2019-08-23.
2019-08-16 Addressed review comments.Carlos O'Ryan1-0/+15
2019-08-16 feat: Add library for cloudtrace/v2/trace.proto.Carlos O'Ryan1-0/+14
2019-08-15 feat: Add library for api/client.proto.Carlos O'Ryan1-0/+11
Also fixed the list of libraries in googleapis-config.cmake.
2019-07-18 Add BUILD_BYPRODUCTS (#9)Takashi Matsuo1-11/+40
2019-07-11 Add ci scripts (#1)Takashi Matsuo1-18/+15
* 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'Ryan1-1/+1
2019-06-28 Initial set of files.Carlos O'Ryan1-0/+371
The make install target is not working for .proto files, but otherwise it seems to work.