aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/common.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen1-1/+2
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen1-1/+1
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen1-2/+2
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-14/+1
2023-10-04Remove type comments in run_project_tests.pyTristan Partin1-1/+1
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-21/+21
2023-08-11remove useless type annotationsEli Schwartz1-12/+12
2023-05-03cmake module: use more typed_pos_args for consistencyEli Schwartz1-6/+2
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-30pylint: enable the set_membership pluginDylan Baker1-2/+2
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-1/+1
2022-10-04pylint: enable use-a-generatorDylan Baker1-1/+1
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-26/+26
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger1-0/+12
2021-11-21Support Visual Studio 2022 backendCrend King1-0/+1
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc9991-1/+3
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger1-1/+19
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-8/+8
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-16cmake: Ignore additional internal CMake variablesDaniel Mensinger1-0/+9
2020-10-16cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger1-0/+24
2020-10-13cmake: Add cross compilation supportDaniel Mensinger1-0/+12
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger1-21/+22
2020-09-27typing: fully annotate cmake.commonDaniel Mensinger1-40/+48
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger1-0/+95
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-2/+2
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger1-2/+3
2019-10-20cmake: Comment out unused variablesDaniel Mensinger1-4/+4
2019-10-20cmake: Move CMake API classes to commonDaniel Mensinger1-0/+143
2019-06-06cmake: Server handshakeDaniel Mensinger1-0/+21