summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake
AgeCommit message (Expand)Author
2023-09-11parser: preserve number baseCharles Brunet
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-07-19cmake: fix empty BOOL generator expression evaluating to truekiwixz
2023-07-19cmake: find dependencies with bare library names on all platformskiwixz
2023-06-26WIP: cmake: do not re-export unused top-level objectsEli Schwartz
2023-05-03cmake module: use more typed_pos_args for consistencyEli Schwartz
2023-04-11fix various spelling issuesJosh Soref
2023-02-13cmake: check that `re.search` returned a non-None valueDylan Baker
2023-02-01micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2023-02-01pyupgrade: use set literalEli Schwartz
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-11-29pylint: enable the bad_builtin checkerDylan Baker
2022-11-29Fix crash when toolchain is missingSmallWood-D
2022-11-24migrate some type comments to modern type annotationsEli Schwartz
2022-11-24remove a couple of unneeded type annotationsEli Schwartz
2022-10-04pylint: enable use-a-generatorDylan Baker
2022-10-03pylint: enable unnecessary-comprehensionDylan Baker
2022-09-19pylint: enable consider-using-inDylan Baker
2022-09-19compilers: don't use instance checks to determine propertiesEli Schwartz
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2022-07-18Applied tristan957's suggestionsVolker Weißmann
2022-07-18cmake module: Better warnings and error messages in some cases.Volker Weißmann
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz
2022-07-03sort imports for neatnessEli Schwartz
2022-05-24cmake: fix detecting directories as input files (fixes #10244)Daniel Mensinger
2022-04-18Fix generator expression list problems (fixes #10288)Daniel Mensinger
2022-04-03cmake: Better error message when configuring a CMake subproject fails.Daniel Mensinger
2022-03-29Fix CMake deprecation warning generated from interpreterTristan Partin
2022-03-07Merge pull request #9743 from mensinda/cmakeGeneratorFixedJussi Pakkanen
2022-02-16flake8: fix wrong numbers of blank line separatorsEli Schwartz
2022-02-03cmake: Deprecate CMake <3.17 supportDaniel Mensinger
2022-02-03cmake: Drop CMake server support and bump min. CMake to >= 3.14Daniel Mensinger
2022-01-23cmake: Add TARGET_ generator expression support (fixes #9305)Daniel Mensinger
2022-01-23cmake: Move generator expression evaluation to the end of the traceparserDaniel Mensinger
2022-01-10port from embedded data to importlib.resourcesEli Schwartz
2021-12-02cmake: Deprecate CMake <3.14 and warn for <3.17 (#9677)Daniel Mensinger
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger
2021-11-21Support Visual Studio 2022 backendCrend King
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini
2021-10-04remove double importEli Schwartz
2021-09-24pylint: check for duplicate importsDylan Baker
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz
2021-09-14semicolons are not needed in pythonEli Schwartz
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-07-05fix typo in log messageEli Schwartz
2021-07-05cmake: Only use the `cm_` prefix when it is actually required (fixes #8955)Daniel Mensinger