Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-28 | Tests: Avoid std::tmpnam as it is considered unsafe | Oliver Reiche | |
... and therefore produces linker warnings. | |||
2022-02-28 | Format: Apply clang-format suggestions to tests | Oliver Reiche | |
2022-02-28 | Test filesystem: Check exact permissions | Oliver Reiche | |
... instead of relying on the filesystem preventing us from writing to a read-only file, which wont happen if the user is root. | |||
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> |