Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-15 | Third-party descriptions: be flexible on PKG_CONFIG_PATH | Klaus Aehlig | |
Using only our third-party descriptions, the build is independent of PKG_CONFIG_PATH. However, when combinging our third-party descriptions with dependencies taken from the system via pkg-config there is a dependency of PKG_CONFIG_PATH due to those indirect dependencies. Therefore, allow flexible PKG_CONFIG_PATH to support such a mixed bootstrapping. | |||
2023-05-03 | grpc: fix build fail with protobuf in debug mode | Paul Cristian Sarbu | |
2023-04-28 | external: Update protobuf to version 3.21.12 | Sascha Roloff | |
2023-04-18 | imports: Match original export target names | Oliver Reiche | |
2023-02-28 | Various typo fixes | Paul Cristian Sarbu | |
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com> | |||
2022-11-02 | add missing variables to export targets | Alberto Sartori | |
2022-09-13 | Externals: Propagate ADD_{C,CXX}FLAGS variables | Oliver Reiche | |
2022-09-13 | Externals: Propagate CC/CXX/CFLAGS/CXXFLAGS variables | Oliver Reiche | |
2022-09-13 | Externals: Propagate 'COMPILER_FAMILY' and 'DEBUG' variables | 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> |