index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
cmake
/
interpreter.py
Age
Commit message (
Expand
)
Author
2022-02-03
cmake: Drop CMake server support and bump min. CMake to >= 3.14
Daniel Mensinger
2022-01-23
cmake: Add TARGET_ generator expression support (fixes #9305)
Daniel Mensinger
2022-01-10
port from embedded data to importlib.resources
Eli Schwartz
2021-12-02
cmake: Deprecate CMake <3.14 and warn for <3.17 (#9677)
Daniel Mensinger
2021-12-01
cmake: Fix old style dependency lookup with imported targets
Daniel Mensinger
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-09-14
semicolons are not needed in python
Eli Schwartz
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-07-05
cmake: Only use the `cm_` prefix when it is actually required (fixes #8955)
Daniel Mensinger
2021-06-22
Fix for Issue 8910 (Meson filters CMake asm files)
Justin Handville
2021-06-02
use an immutable list for an lru_cached functions
Dylan Baker
2021-05-30
cmake: select correct generator in toolchain.py
Daniel Mensinger
2021-05-29
cmake: exclude generated files from the buildsystem files list
Daniel Mensinger
2021-05-29
cmake: Fix CMakeToolchain (fixes #8293)
Daniel Mensinger
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-23
split mesonlib into a package
Dylan Baker
2021-01-13
Fix misspells
Antonin Décimo
2021-01-04
Merge pull request #8080 from dcbaker/submit/option-key-type
Jussi Pakkanen
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2021-01-04
cmake: fix missing languages from CMake (fixes #8132)
Daniel Mensinger
2020-12-29
cmake: fix -framework dependencies (fixes #8045)
Daniel Mensinger
2020-12-16
cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...
Daniel Mensinger
2020-11-20
use real pathlib module
Dylan Baker
2020-10-24
cmake: Always create missing includes in build dir
Daniel Mensinger
2020-10-16
cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...
Daniel Mensinger
2020-10-13
cmake: Add cross compilation support
Daniel Mensinger
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-04
cmake: switch to pathlib (fixes #7322)
Daniel Mensinger
2020-09-28
typing: fully annotate cmake.interpreter
Daniel Mensinger
2020-09-27
typing: fully annotate cmake.common
Daniel Mensinger
2020-09-10
cmake: fix shared_module dependency (fixes #7715)
Daniel Mensinger
2020-08-30
CMake module: fix cmake 3.10 compatibility in path generation
Sebastian Würl
2020-08-30
CMake module: fix python 3.6 compatibility in path generation
Sebastian Würl
2020-08-30
CMake module: Allow paths of generated CMake sources for include directories
Sebastian Würl
2020-08-09
cmake: Detect custom command targets in compiler args
Daniel Mensinger
2020-08-03
cmake: resolve IMPORTED executables in custom commands (fixes #7509)
Daniel Mensinger
2020-07-16
mdata: remove setuptools and use mesondata instead
Daniel Mensinger
2020-07-01
Merge pull request #7231 from mensinda/cmOverride
Jussi Pakkanen
2020-06-30
Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...
georgev93
2020-06-13
cmake: fix definitions with interface libraries (fixes #7299)
Daniel Mensinger
2020-06-05
cmake: Add more advanced subproject configuration options
Daniel Mensinger
2020-06-02
cmake: always split property lists (fixes #7228)
Daniel Mensinger
2020-05-24
fix cmake target configuration selection.
Alexander Neumann
2020-05-15
cmake: Print supported stds when warning
Nirbheek Chauhan
2020-05-14
cmake: Fix string substitution index error
Nirbheek Chauhan
2020-05-12
cmake: Ignore unknown c(pp)? stds (fixes #7104)
Daniel Mensinger
[prev]
[next]