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
Age
Commit message (
Expand
)
Author
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-08
cmake: handle arguments in the [binaries] section of the machine file
Paolo Bonzini
2021-10-04
remove double import
Eli Schwartz
2021-09-24
pylint: check for duplicate imports
Dylan Baker
2021-09-14
apply flake8 fixes for unused imports and missing imports
Eli Schwartz
2021-09-14
semicolons are not needed in python
Eli Schwartz
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-07-05
fix typo in log message
Eli Schwartz
2021-07-05
cmake: Only use the `cm_` prefix when it is actually required (fixes #8955)
Daniel Mensinger
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-22
Add Visual Studio 2012/2013 backends (#8803)
fanc999
2021-06-22
Fix for Issue 8910 (Meson filters CMake asm files)
Justin Handville
2021-06-07
upgrade percent formatted strings pyupgrade did not catch
Eli Schwartz
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-05-29
cmake: CMakeTraceParser improvements
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-11
move CMAKE_PREFIX_PATH env var handling to environment
Dylan Baker
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: set CMP0054 to new in preload.cmake
Daniel Mensinger
2020-10-24
cmake: Disable the new (CMake 3.16) PCH support
Daniel Mensinger
2020-10-24
cmake: Always create missing includes in build dir
Daniel Mensinger
2020-10-16
cmake: Ignore additional internal CMake variables
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-28
typing: fully annotate cmake.traceparser
Daniel Mensinger
2020-09-28
typing: fully annotate cmake.generator
Daniel Mensinger
2020-09-28
typing: fully annotate cmake.fileapi
Daniel Mensinger
2020-09-28
typing: fully annotate cmake.executor
Daniel Mensinger
2020-09-27
typing: fully annotate cmake.common
Daniel Mensinger
2020-09-27
typing: fully annotate cmake.client
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
[next]