Commit Graph

7 Commits (43544f0fbc542f776cf5f7adf3df2e298bf4003e)

Author SHA1 Message Date
gaschler 8e27db0f0e Link prometheus client for bazel grpc build ()
RFC=[0014](https://github.com/googlecartographer/rfcs/blob/master/text/0014-monitoring.md)
2018-02-19 11:44:23 +01:00
Christoph Schütte 9e977daf1d Remove gRPC compiler invocation from Bazel build () 2018-02-05 16:28:36 +01:00
gaschler 9eaf960936 Configure remaining tests in bazel () 2018-02-01 21:58:59 +01:00
Rodrigo Queiro ad4dc3c4d3 Bazel: build with -Wno-sign-compare ()
This avoids warnings for code like:

```
  CHECK_EQ(local_to_cloud_trajectory_id_map_.count(local_trajectory_id), 0);
```
2018-01-31 15:19:36 +01:00
Rodrigo Queiro 65889f14a0 Bazel: use cartographer_grpc_server as in CMakeLists.txt () 2018-01-25 13:28:31 +01:00
Rodrigo Queiro 52527ec6d4 Add licenses() declarations to BUILD files ()
These were in some, but not all, of the existing BUILD files. They make
it easier to vendor cartographer, as Bazel complains if a BUILD file in
//third_party is missing a licenses() declaration.
2018-01-24 13:16:25 +01:00
Rodrigo Queiro 8e2a017612 Build cartographer_grpc with Bazel ()
This doesn't work when cartographer is an external workspace, due to a
limitation in cc_grpc_library. However, the //cartographer target will
still work it is external, and cartographer_grpc users can vendor the
repository.
2018-01-23 21:29:41 +01:00