Commit graph

37 commits

Author SHA1 Message Date
Bradley White
1d322760ae
fix: correct value in GOOGLE_CLOUD_CPP_PC_REQUIRES (#34)
`googleapis_cpp_bigquery_protos` => `googleapis_cpp_cloud_bigquery_protos`.
2020-02-08 14:51:49 -05:00
Carlos O'Ryan
80c043faf9
chore: bump release numbers for future releases (#33) 2020-01-16 14:01:52 -05:00
Carlos O'Ryan
7bf4c67daa
chore: bump version numbers (#32)
I need to create a v0.4.x release and the version numbers are at v0.3.0
2020-01-16 13:00:54 -05:00
Carlos O'Ryan
52758bec03
feat: add Cloud Pub/Sub protos (#31) 2020-01-16 11:04:40 -05:00
Carlos O'Ryan
20009f59de
ci: verify pkg-config files actually work (#30)
Change the CI builds to verify the pkg-config files we create actually
work. Some improvements in the `.*ignore` files.
2020-01-15 17:44:36 -05:00
Scott Hart
7abccfa1ec
chore: update googleapis version (#29) 2019-12-11 16:18:51 -05:00
Carlos O'Ryan
449df1fd37
ci: add configs for a CMake+Ninja build (#27) 2019-10-17 14:47:50 -04:00
Carlos O'Ryan
b6c30c0eee
bug: fix build with Ninja (#26) 2019-10-17 11:15:39 -04:00
Carlos O'Ryan
c1d1b77f30
feat: upgrade googleapis and bigquery protos (#24) 2019-10-16 17:26:56 -04:00
Carlos O'Ryan
3b7a52d9f7
feat: add BigQuery proto library (#23) 2019-10-16 16:08:14 -04:00
Carlos O'Ryan
0432a87fc9
feat: add libraries for metric and monitored_resource. (#22) 2019-09-11 12:13:01 -04:00
Carlos O'Ryan
051e01eef9
Merge pull request #21 from coryan/refactor-single-proto-libraries
cleanup: refactor single-source library definitions.
2019-09-10 07:47:25 -04:00
Carlos O'Ryan
984abcc860
Fix formatting. 2019-09-10 07:35:10 -04:00
Carlos O'Ryan
d39abd950f
Address review comments. 2019-09-09 17:14:23 -04:00
Carlos O'Ryan
d496568000
cleanup: refactor single-source library definitions.
A lot of the libraries have a single source and can be refactored to a
function that creates them.
2019-09-09 16:15:16 -04:00
Carlos O'Ryan
03c3da1e78
bug: do not redefine targets in config file. 2019-09-01 16:42:33 -04:00
Carlos O'Ryan
1f68a41e38
bug: do not redefine targets in config file.
If the config file is included twice (via `find_dependency()` or
`find_package()`) some of the targets could get redefined, breaking the
configuration.
2019-09-01 09:40:27 -04:00
Carlos O'Ryan
51d2b0895c
chore: Irregularly scheduled update for the protos. 2019-08-23 13:18:10 -04:00
Carlos O'Ryan
f19bdd987f
Add yet another new dependency. 2019-08-23 12:27:08 -04:00
Carlos O'Ryan
e9bbfa0288
Fix dependencies, yay for CI builds. 2019-08-23 11:43:02 -04:00
Carlos O'Ryan
3c87089d12
Argh, wrong target names. 2019-08-23 11:29:53 -04:00
Carlos O'Ryan
7e50ad50b8
chore: Irregularly scheduled update for the protos.
Update to the version of googleapis/googleapis as-of 2019-08-23.
2019-08-23 10:17:09 -04:00
Carlos O'Ryan
7420d536ea
Merge pull request #16 from coryan/add-cloudtrace-v2-trace-library
feat: Add library for cloudtrace/v2/trace.proto.
2019-08-19 12:59:32 -04:00
Carlos O'Ryan
1e638c6002
Addressed review comments. 2019-08-16 10:10:41 -04:00
Carlos O'Ryan
62991403dd
feat: Add library for cloudtrace/v2/trace.proto. 2019-08-16 09:00:17 -04:00
Carlos O'Ryan
1d42dc5dab
Merge pull request #14 from coryan/fix-missing-libraries
bug: Missed two libraries.
2019-08-15 10:10:05 -04:00
Carlos O'Ryan
815a54fd92
Missed two libraries. 2019-08-15 10:01:30 -04:00
Carlos O'Ryan
36a7ebbe18
Merge pull request #13 from coryan/fix-missing-exports
feat: Add library for api/client.proto.
2019-08-15 09:48:04 -04:00
Carlos O'Ryan
22b90b89b9
feat: Add library for api/client.proto.
Also fixed the list of libraries in googleapis-config.cmake.
2019-08-15 08:51:36 -04:00
Takashi Matsuo
8c2add05fa
Add BUILD_BYPRODUCTS (#9) 2019-07-18 14:33:32 -04:00
Takashi Matsuo
763c731470
Try to fix tumbleweed install build (#11) 2019-07-18 14:20:41 -04:00
Takashi Matsuo
08ce6e0109
Add install test (#8)
* 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-16 12:31:19 -04:00
Takashi Matsuo
015e0a3daf
Use gcr to cache the docker images (#7)
* Use gcr to cache the docker images

* Remove sudo from docker command
2019-07-12 15:43:32 -07:00
Takashi Matsuo
d6e90be651
Refactor Dockerfiles (#6) 2019-07-12 10:12:30 -07:00
Takashi Matsuo
aefb8c98b0
Add ci scripts (#1)
* 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-11 13:11:32 -07:00
Carlos O'Ryan
620940a411
Fix installation path for protos. 2019-07-01 14:39:09 -04:00
Carlos O'Ryan
eab5cb57dd
Initial set of files.
The make install target is not working for .proto files, but otherwise
it seems to work.
2019-06-28 15:01:33 -04:00