Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-12 | Update grpc to v1.62.1 and all its dependencies | Paul Cristian Sarbu | |
- update boringssl to commit ae72a45 - update protobuf to v25.1 - update abseil to v20240116.0 (including patches) Also add mirrors for third-party dependencies where known and hashes correspond. | |||
2023-08-24 | imports: Silence warnings of external code | Oliver Reiche | |
2023-04-28 | external: Update ssl to version 6195bf8 | Paul Cristian Sarbu | |
2023-01-31 | Remove -Werror from externals' cflags | Oliver Reiche | |
... and suppress new warnings thrown by clang-15. Co-authored-by: Michael Thies <mail@mhthies.de> | |||
2022-09-13 | Defaults: Use hierarchical defaults for flags and toolchain | Oliver Reiche | |
2022-07-04 | Externals: Give meaningful error if OS/ARCH is not set | Oliver Reiche | |
... which is required for boringssl, libg2 and grpc. | |||
2022-03-16 | Format: Apply compact JSON formatting | Oliver Reiche | |
2022-03-03 | Externals: Set `-O2` and C standard `gnu17` | Oliver Reiche | |
2022-02-22 | Initial self-hosting commit | Klaus Aehlig | |
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com> |