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