aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-33/+33
2021-01-23split mesonlib into a packageDylan Baker1-1/+1
2021-01-13Fix misspellsAntonin Décimo1-1/+1
2021-01-04Merge pull request #8080 from dcbaker/submit/option-key-typeJussi Pakkanen1-5/+5
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-2/+2
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-1/+1
2021-01-04move OptionKey to mesonlibDylan Baker1-2/+1
2021-01-04use OptionKey for compiler_optionsDylan Baker1-3/+4
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger1-8/+29
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger1-0/+14
2020-12-16cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger1-0/+1
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-24cmake: Always create missing includes in build dirDaniel Mensinger1-4/+1
2020-10-16cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger1-1/+4
2020-10-13cmake: Add cross compilation supportDaniel Mensinger1-57/+43
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-128/+124
2020-09-28typing: fully annotate cmake.interpreterDaniel Mensinger1-171/+198
2020-09-27typing: fully annotate cmake.commonDaniel Mensinger1-2/+2
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger1-0/+4
2020-08-30CMake module: fix cmake 3.10 compatibility in path generationSebastian Würl1-4/+4
2020-08-30CMake module: fix python 3.6 compatibility in path generationSebastian Würl1-2/+2
2020-08-30CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl1-3/+11
2020-08-09cmake: Detect custom command targets in compiler argsDaniel Mensinger1-1/+8
2020-08-03cmake: resolve IMPORTED executables in custom commands (fixes #7509)Daniel Mensinger1-3/+14
2020-07-16mdata: remove setuptools and use mesondata insteadDaniel Mensinger1-3/+2
2020-07-01Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen1-8/+13
2020-06-30Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev931-5/+3
2020-06-13cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger1-7/+6
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger1-8/+13
2020-06-02cmake: always split property lists (fixes #7228)Daniel Mensinger1-1/+1
2020-05-24fix cmake target configuration selection.Alexander Neumann1-3/+10
2020-05-15cmake: Print supported stds when warningNirbheek Chauhan1-2/+4
2020-05-14cmake: Fix string substitution index errorNirbheek Chauhan1-2/+2
2020-05-12cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger1-1/+16
2020-04-21Use pkg_resource to find resources files (data)Dylan Baker1-2/+4
2020-04-17cmake: Do not compile explicit header filesDaniel Mensinger1-0/+2
2020-04-12cmake: Preserve include directory order (fixes #6959)Daniel Mensinger1-11/+11
2020-03-29cmake: Only expand executable targets in COMMAND (fixes #6857)Daniel Mensinger1-2/+10
2020-03-08cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger1-1/+1
2020-03-02review: Initial fixupDaniel Mensinger1-1/+1
2020-03-02types: Annotate mparser.pyDaniel Mensinger1-2/+2
2020-02-23Merge pull request #6635 from mensinda/cmOTMFixJussi Pakkanen1-21/+43
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger1-18/+27
2020-02-19cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger1-1/+13
2020-02-19cmake: Fix dependency loops in custom targets (fixes #6632)Daniel Mensinger1-5/+18
2020-02-04cmake: Sanitize CMake names (fixes #6554)Daniel Mensinger1-12/+10
2020-01-26cmake: Add support for --trace-redirectDaniel Mensinger1-1/+1
2020-01-26cmake: Refactor CMakeExecutor and CMakeTraceParserDaniel Mensinger1-42/+9
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger1-0/+2