aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/generator.py
AgeCommit message (Expand)AuthorFilesLines
2024-09-11Fix typosspaette1-1/+1
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-2/+2
2023-08-11remove useless type annotationsEli Schwartz1-6/+6
2023-07-19cmake: fix empty BOOL generator expression evaluating to truekiwixz1-1/+1
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-30pylint: enable the set_membership pluginDylan Baker1-1/+1
2022-10-04pylint: enable use-a-generatorDylan Baker1-2/+2
2022-07-18Applied tristan957's suggestionsVolker Weißmann1-1/+1
2022-07-18cmake module: Better warnings and error messages in some cases.Volker Weißmann1-0/+2
2022-01-23cmake: Add TARGET_ generator expression support (fixes #9305)Daniel Mensinger1-3/+59
2022-01-23cmake: Move generator expression evaluation to the end of the traceparserDaniel Mensinger1-1/+4
2021-05-29cmake: CMakeTraceParser improvementsDaniel Mensinger1-0/+4
2020-09-28typing: fully annotate cmake.generatorDaniel Mensinger1-1/+2
2019-07-31cmake: Parse a subset of generator expressionsDaniel Mensinger1-0/+129