Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-19 | cmake: find dependencies with bare library names on all platforms | kiwixz | 1 | -2/+2 | |
2023-02-01 | treewide: add future annotations import | Eli Schwartz | 1 | -0/+1 | |
2022-11-29 | Fix crash when toolchain is missing | SmallWood-D | 1 | -2/+3 | |
Add a MissingCompiler class returned by compiler detecting methods intead of None - accessing such an object raises a DependencyException Fixes #10586 Co-authored-by: duckflyer <duckflyer@gmail.com> | |||||
2022-08-26 | Fix purely white space issues reported by flake8 | Alf Henrik Sauge | 1 | -2/+2 | |
2021-12-01 | cmake: Fix old style dependency lookup with imported targets | Daniel Mensinger | 1 | -0/+117 | |
This also includes some refactoring, since the alternaticve would have been to duplicate the huge traceparser target code block again. fixes #9581 |