Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-26 | imports: Switch to Microsoft GSL implementation | Oliver Reiche | |
... with two minor code base changes compared to previous use of gsl-lite: - dag.hpp: ActionNode::Ptr and ArtifactNode::Ptr are not wrapped in gsl::not_null<> anymore, due to lack of support for wrapping std::unique_ptr<>. More specifically, the move constructor is missing, rendering it impossible to use std::vector<>::emplace_back(). - utils/cpp/gsl.hpp: New header file added to implement the macros ExpectsAudit() and EnsureAudit(), asserts running only in debug builds, which were available in gsl-lite but are missing in MS GSL. | |||
2023-03-13 | Remote Tests: Ensure writable build root exists | Oliver Reiche | |
2023-02-17 | tests: Add proper quoting when system calling the shell | Paul Cristian Sarbu | |
2023-01-20 | Add local garbage collection | Sascha Roloff | |
2023-01-20 | tests: pass tls certificates and key | Alberto Sartori | |
2022-12-21 | Test: Add tests for libcurl | Paul Cristian Sarbu | |
2022-05-12 | Ensure consistent path normalisation | Klaus Aehlig | |
In particular, ensure that the empty path and "." have the same normal form. | |||
2022-05-09 | allow for run tests in compatibility mode | Alberto Sartori | |
2022-03-16 | Format: Apply compact JSON formatting | 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> |