Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-24 | imports: Silence warnings of external code | Oliver Reiche | |
2023-08-16 | Introduce configuration variable TOOLCHAIN_CONFIG | Oliver Reiche | |
... to pass along toolchain settings for current and future toolchain definitions. Configuration variable COMPILER_FAMILY is replaced by TOOLCHAIN_CONFIG["FAMILY"]. | |||
2023-08-08 | grpc and protobuf: use c++17 | Alberto Sartori | |
Due to a possible clang issue, protobuf v23.4 fails on debian-12 built with c++20. As such, protobuf and its consumer grpc have been set to build with c++17 until this is resolved upstream. Co-authored: Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | |||
2023-05-12 | external: silence additional warnings from dependencies... | Paul Cristian Sarbu | |
...missed so far. These are not actionable from our side. | |||
2023-04-28 | external: Update grpc to v1.53.0 | Sascha Roloff | |
This update also removes upb as external dependency. Co-authored-by: Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | |||
2022-10-26 | grpc: Do not warn about unkonwn warning options | Oliver Reiche | |
2022-10-25 | grpc: Silence warnings depending on compiler | Oliver Reiche | |
2022-10-24 | grpc: silence warnings | Alberto Sartori | |
2022-10-21 | grpc: silence warnings | Alberto Sartori | |
2022-09-16 | externals: Selectively disable remaining warnings | Oliver Reiche | |
2022-09-16 | grpc: Precisely replicate original flags | Oliver Reiche | |