aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/cmake.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens1-1/+2
2023-09-12fix bug with openssl when cmake is missingCharles Brunet1-0/+16
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-2/+2
2023-05-13Make `dependency('foo', static: true, method: 'cmake') link staticallyVolker Weißmann1-0/+1
2023-04-11fix various spelling issuesJosh Soref1-2/+2
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-1/+1
2022-10-04pylint: enable use-a-generatorDylan Baker1-1/+1
2022-09-12dependencies: simplify log_tried into a staticmethodEli Schwartz1-2/+3
2022-08-26Remove redundant backslash and fix white space issueAlf Henrik Sauge1-4/+5
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-2/+2
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-1/+3
2022-04-13dependencies: tighten type checking and fix cmake API violation for get_variableEli Schwartz1-5/+11
2022-04-12cmake: Always use all compilers for LLVM (fixes #10249)Daniel Mensinger1-2/+2
2022-03-07Merge pull request #9743 from mensinda/cmakeGeneratorFixedJussi Pakkanen1-2/+2
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-23cmake: Add TARGET_ generator expression support (fixes #9305)Daniel Mensinger1-2/+2
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