aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/cmake.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-16flake8: fix wrong numbers of blank line separatorsEli Schwartz1-1/+0
2022-02-16flake8: fix typoed whitespace surrounding tokensEli Schwartz1-1/+1
2022-01-27fix some flake8 violations for unused importsEli Schwartz1-1/+1
2022-01-10port from embedded data to importlib.resourcesEli Schwartz1-2/+2
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger1-91/+17
2021-11-20cmake: Use find_library() on bare library names in cmake dependenciesJon Turney1-6/+4
2021-10-24cmake: Add support for the Linux CMake registry (fixes #9418)Daniel Mensinger1-0/+6
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger1-10/+32
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger1-1/+32
2021-07-13dependencies: drop Dependency.methods and Dependency.get_methods()Dylan Baker1-5/+1
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker1-2/+2
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger1-59/+69
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-0/+655