aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/tracetargets.py
AgeCommit message (Collapse)AuthorFilesLines
2023-07-19cmake: find dependencies with bare library names on all platformskiwixz1-2/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-29Fix crash when toolchain is missingSmallWood-D1-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-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-2/+2
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger1-0/+117
This also includes some refactoring, since the alternaticve would have been to duplicate the huge traceparser target code block again. fixes #9581