summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/common.py
AgeCommit message (Expand)Author
2025-05-23cmake: Fix toolchain including unsupported languagesL. E. Segovia
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-04Remove type comments in run_project_tests.pyTristan Partin
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-05-03cmake module: use more typed_pos_args for consistencyEli Schwartz
2023-04-11fix various spelling issuesJosh Soref
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-11-29pylint: enable the bad_builtin checkerDylan Baker
2022-10-04pylint: enable use-a-generatorDylan Baker
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger
2021-11-21Support Visual Studio 2022 backendCrend King
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc999
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-11-20use real pathlib moduleDylan Baker
2020-10-16cmake: Ignore additional internal CMake variablesDaniel Mensinger
2020-10-16cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger
2020-10-13cmake: Add cross compilation supportDaniel Mensinger
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger
2020-09-27typing: fully annotate cmake.commonDaniel Mensinger
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger
2019-10-20cmake: Comment out unused variablesDaniel Mensinger
2019-10-20cmake: Move CMake API classes to commonDaniel Mensinger
2019-06-06cmake: Server handshakeDaniel Mensinger