Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-11 | external: Fix missing abseil export targets | Paul Cristian Sarbu | |
2023-08-11 | external: Clean up absl/random targets | Paul Cristian Sarbu | |
2023-08-08 | absl: export reused library "raw_logging_internal" | Klaus Aehlig | |
2023-08-08 | external: Update abseil to LTS 20230125.3 | Paul Cristian Sarbu | |
Also adds the extra targets needed by protobuf v23.4, which now has a dependency on abseil, and by grpc v1.56.2. | |||
2023-08-08 | external: Fix absl export targets | Paul Cristian Sarbu | |
2023-05-12 | Clean up export structure of libabsl | Sascha Roloff | |
2023-05-04 | external: cleanup warnings from our dependencies | Paul Cristian Sarbu | |
2023-04-28 | Update absl to LTS 20230125.0 | Sascha Roloff | |
Co-authored-by: Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | |||
2022-12-09 | rules: Refactoring and minor improvements | Oliver Reiche | |
Compared to the previous commit, the action graphs for just and its unit tests are unchanged. - Git hash of action graph for ["",""]: c6e75f17abd7ffaab6ff9bb725ad67ec0bf6c973 - Git hash of action graph for ["test/buildtool","TESTS"]: 8063dfb3dd7daa9ae01d95c177e14946f785c57e Refactor: - "local cflags" to "private-cflags" - "local defines" to "private-defines" - "link externals" to "private-ldflags" - "deps" to "private-deps" for (test) binaries - "proto" to "private-proto" for binaries Improvements: - consistent variable declaration order: OS, ARCH, HOST_ARCH, TARGET_ARCH, CC, CXX, CFLAGS, CXXFLAGS, ADD_CFLAGS, ADD_CXXFLAGS, AR, ENV, PATH - use fields close to their definition (in RULES) - use common expression for binaries and test binaries - split expression "flags" and "compiler" ... to separate ones for CC and CXX. - rename "transition" to "deps-transition" ... to avoid conflicts with other transitions. - support "defaults-transition" for CC expressions Implement: - "cflags" for libraries - "private-cflags" for (test) binaries - "private-defines" for test binaries - "private-ldflags" for test binaries - (public) "defines" for libraries | |||
2022-03-16 | Format: Apply compact JSON formatting | Oliver Reiche | |
2022-03-03 | External absl: Disable warnings | 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> |