summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* split mesonlib into a packageDylan Baker2021-01-231-1/+1
* Fix misspellsAntonin Décimo2021-01-131-1/+1
* Merge pull request #8080 from dcbaker/submit/option-key-typeJussi Pakkanen2021-01-041-5/+5
|\
| * Use a single coredata dictionary for optionsDylan Baker2021-01-041-2/+2
| * use OptionKey for builtin and base optionsDylan Baker2021-01-041-1/+1
| * move OptionKey to mesonlibDylan Baker2021-01-041-2/+1
| * use OptionKey for compiler_optionsDylan Baker2021-01-041-3/+4
* | cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger2021-01-041-8/+29
|/
* cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger2020-12-291-0/+14
* cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger2020-12-161-0/+1
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* cmake: Always create missing includes in build dirDaniel Mensinger2020-10-241-4/+1
* cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger2020-10-161-1/+4
* cmake: Add cross compilation supportDaniel Mensinger2020-10-131-57/+43
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* cmake: switch to pathlib (fixes #7322)Daniel Mensinger2020-10-041-128/+124
* typing: fully annotate cmake.interpreterDaniel Mensinger2020-09-281-171/+198
* typing: fully annotate cmake.commonDaniel Mensinger2020-09-271-2/+2
* cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger2020-09-101-0/+4
* CMake module: fix cmake 3.10 compatibility in path generationSebastian Würl2020-08-301-4/+4
* CMake module: fix python 3.6 compatibility in path generationSebastian Würl2020-08-301-2/+2
* CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl2020-08-301-3/+11
* cmake: Detect custom command targets in compiler argsDaniel Mensinger2020-08-091-1/+8
* cmake: resolve IMPORTED executables in custom commands (fixes #7509)Daniel Mensinger2020-08-031-3/+14
* mdata: remove setuptools and use mesondata insteadDaniel Mensinger2020-07-161-3/+2
* Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen2020-07-011-8/+13
|\
| * cmake: Add more advanced subproject configuration optionsDaniel Mensinger2020-06-051-8/+13
* | Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev932020-06-301-5/+3
* | cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger2020-06-131-7/+6
|/
* cmake: always split property lists (fixes #7228)Daniel Mensinger2020-06-021-1/+1
* fix cmake target configuration selection.Alexander Neumann2020-05-241-3/+10
* cmake: Print supported stds when warningNirbheek Chauhan2020-05-151-2/+4
* cmake: Fix string substitution index errorNirbheek Chauhan2020-05-141-2/+2
* cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger2020-05-121-1/+16
* Use pkg_resource to find resources files (data)Dylan Baker2020-04-211-2/+4
* cmake: Do not compile explicit header filesDaniel Mensinger2020-04-171-0/+2
* cmake: Preserve include directory order (fixes #6959)Daniel Mensinger2020-04-121-11/+11
* cmake: Only expand executable targets in COMMAND (fixes #6857)Daniel Mensinger2020-03-291-2/+10
* cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger2020-03-081-1/+1
* review: Initial fixupDaniel Mensinger2020-03-021-1/+1
* types: Annotate mparser.pyDaniel Mensinger2020-03-021-2/+2
* Merge pull request #6635 from mensinda/cmOTMFixJussi Pakkanen2020-02-231-21/+43
|\
| * cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger2020-02-201-18/+27
| * cmake: Fix dependency loops in custom targets (fixes #6632)Daniel Mensinger2020-02-191-5/+18
* | cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger2020-02-191-1/+13
|/
* cmake: Sanitize CMake names (fixes #6554)Daniel Mensinger2020-02-041-12/+10
* cmake: Add support for --trace-redirectDaniel Mensinger2020-01-261-1/+1
* cmake: Refactor CMakeExecutor and CMakeTraceParserDaniel Mensinger2020-01-261-42/+9
* cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger2020-01-231-0/+2
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-31/+31