Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-16 | chore: bump release numbers for future releases (#33) | Carlos O'Ryan | 1 | -2/+2 | |
2020-01-16 | chore: bump version numbers (#32) | Carlos O'Ryan | 1 | -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'Ryan | 7 | -29/+129 | |
2020-01-15 | ci: verify pkg-config files actually work (#30) | Carlos O'Ryan | 6 | -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 Hart | 1 | -5/+3 | |
2019-10-17 | ci: add configs for a CMake+Ninja build (#27) | Carlos O'Ryan | 4 | -0/+11 | |
2019-10-17 | bug: fix build with Ninja (#26) | Carlos O'Ryan | 1 | -1/+1 | |
2019-10-16 | feat: upgrade googleapis and bigquery protos (#24) | Carlos O'Ryan | 5 | -15/+96 | |
2019-10-16 | feat: add BigQuery proto library (#23) | Carlos O'Ryan | 1 | -0/+30 | |
2019-09-11 | feat: add libraries for metric and monitored_resource. (#22) | Carlos O'Ryan | 1 | -0/+6 | |
2019-09-10 | Merge pull request #21 from coryan/refactor-single-proto-libraries | Carlos O'Ryan | 1 | -190/+122 | |
cleanup: refactor single-source library definitions. | |||||
2019-09-10 | Fix formatting. | Carlos O'Ryan | 1 | -2/+2 | |
2019-09-09 | Address review comments. | Carlos O'Ryan | 1 | -0/+4 | |
2019-09-09 | cleanup: refactor single-source library definitions. | Carlos O'Ryan | 1 | -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'Ryan | 1 | -3/+6 | |
2019-09-01 | bug: do not redefine targets in config file. | Carlos O'Ryan | 1 | -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'Ryan | 2 | -2/+20 | |
2019-08-23 | Add yet another new dependency. | Carlos O'Ryan | 1 | -0/+2 | |
2019-08-23 | Fix dependencies, yay for CI builds. | Carlos O'Ryan | 1 | -0/+1 | |
2019-08-23 | Argh, wrong target names. | Carlos O'Ryan | 1 | -1/+1 | |
2019-08-23 | chore: Irregularly scheduled update for the protos. | Carlos O'Ryan | 2 | -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-library | Carlos O'Ryan | 2 | -0/+31 | |
feat: Add library for cloudtrace/v2/trace.proto. | |||||
2019-08-16 | Addressed review comments. | Carlos O'Ryan | 2 | -0/+16 | |
2019-08-16 | feat: Add library for cloudtrace/v2/trace.proto. | Carlos O'Ryan | 2 | -0/+15 | |
2019-08-15 | Merge pull request #14 from coryan/fix-missing-libraries | Carlos O'Ryan | 1 | -0/+2 | |
bug: Missed two libraries. | |||||
2019-08-15 | Missed two libraries. | Carlos O'Ryan | 1 | -0/+2 | |
2019-08-15 | Merge pull request #13 from coryan/fix-missing-exports | Carlos O'Ryan | 2 | -9/+23 | |
feat: Add library for api/client.proto. | |||||
2019-08-15 | feat: Add library for api/client.proto. | Carlos O'Ryan | 2 | -9/+23 | |
Also fixed the list of libraries in googleapis-config.cmake. | |||||
2019-07-18 | Add BUILD_BYPRODUCTS (#9) | Takashi Matsuo | 1 | -11/+40 | |
2019-07-18 | Try to fix tumbleweed install build (#11) | Takashi Matsuo | 1 | -1/+1 | |
2019-07-16 | Add install test (#8) | Takashi Matsuo | 28 | -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 Matsuo | 3 | -76/+64 | |
* Use gcr to cache the docker images * Remove sudo from docker command | |||||
2019-07-12 | Refactor Dockerfiles (#6) | Takashi Matsuo | 6 | -85/+109 | |
2019-07-11 | Add ci scripts (#1) | Takashi Matsuo | 26 | -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'Ryan | 2 | -9/+9 | |
2019-06-28 | Initial set of files. | Carlos O'Ryan | 14 | -0/+1763 | |
The make install target is not working for .proto files, but otherwise it seems to work. |