Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-14 | build_engine: Implement IWYU suggestions | Paul Cristian Sarbu | |
Requires the use of a pragma to avoid wrong removal suggestion for path_hash.hpp. Co-authored-by: Maksim Denisov <denisov.maksim@huawei.com> | |||
2024-10-07 | Disable misc-no-recursion check | Maksim Denisov | |
...since we use recursion for trees a lot, but skip this check manually. | |||
2024-03-15 | Clean up more includes and targets | Paul Cristian Sarbu | |
Some of the more specific issues addressed: - missing log_level target/include - header-only libs wrongly marking deps as private - missing/misplaced gsl includes | |||
2022-10-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
2022-06-20 | analysed targets: artifacts can also be contained in nodes and results | Klaus Aehlig | |
2022-06-13 | AnalysedTarget: Add getter to obtain non-known artifacts | Oliver Reiche | |