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
Age
Commit message (
Expand
)
Author
2021-06-29
pathlib: Patch pathlib to work around some bugs (fixes #7295)
Daniel Mensinger
2021-06-28
build: fix object path for vs backend
Denis Fortin
2021-06-27
modules/qt: use _impl private methods to avoid incorrect FeatureNew
Dylan Baker
2021-06-27
Update detect.py
Ian Harvey
2021-06-26
refactor: Refactor BothLibraries logic
Daniel Mensinger
2021-06-25
typing: Annotate compilers.detect
Daniel Mensinger
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
2021-06-25
linkers: move linkers.py into the linkers package
Daniel Mensinger
2021-06-23
gnome: add update_desktop_database to post_install()
Xavier Claessens
2021-06-23
gnome: Set GSETTINGS_SCHEMA_DIR in devenv
Xavier Claessens
2021-06-23
interpreter: Empty list used to be allowed in install_headers/man
Xavier Claessens
2021-06-23
Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functions
Jussi Pakkanen
2021-06-23
Merge pull request #8912 from mensinda/fixBothLibraries
Jussi Pakkanen
2021-06-22
tests: both_library test improvements
Daniel Mensinger
2021-06-22
fix: Handling BothLibraries objects (fixes #8907)
Daniel Mensinger
2021-06-22
Merge pull request #8905 from mensinda/refactorFix
Jussi Pakkanen
2021-06-22
coverage: Enable coverage reports
Daniel Mensinger
2021-06-22
Add Visual Studio 2012/2013 backends (#8803)
fanc999
2021-06-22
Merge pull request #8900 from bonzini/extract-objects-docs
Jussi Pakkanen
2021-06-22
Merge pull request #8898 from e820/interpreter-required-arguments
Dylan Baker
2021-06-22
minstall: make intentions clearer
Dylan Baker
2021-06-22
install_*: FileMode doesn't need to be None
Dylan Baker
2021-06-22
interpreter: use typed_kwargs for install_man
Dylan Baker
2021-06-22
interpreter: man sections can be up to 9 on many platforms
Dylan Baker
2021-06-22
interpreter: use typed_pos_args for install_man
Dylan Baker
2021-06-22
interpreter: use typed_kwargs for install_headers
Dylan Baker
2021-06-22
interpreter: use typed_pos_args for install_headers
Dylan Baker
2021-06-22
interpreter: use typed_kwargs for install_data
Dylan Baker
2021-06-22
interpreter: use typed_pos_args for install_data
Dylan Baker
2021-06-22
interpreter: use typed_kwargs for install_subdir
Dylan Baker
2021-06-22
interpreter: use typed_pos_args for install_subdir
Dylan Baker
2021-06-22
interpreterbase: Add evolve to KwargInfo
Dylan Baker
2021-06-22
interpreter: add overload for source_strings_to_files
Dylan Baker
2021-06-22
mesonlib: add rsplit and and maxsplit
Dylan Baker
2021-06-22
mesonlib: Fix FileMode type annotations
Dylan Baker
2021-06-22
minstall: fix type annotation for add_arguments
Dylan Baker
2021-06-22
backend: Headers.install_subdir is allowed to be None
Dylan Baker
2021-06-22
Fix project tests category name used in skippable() and XML output
Jon Turney
2021-06-22
extract_objects: skip headers when building custom_target command line
Paolo Bonzini
2021-06-22
Fixed unused-parameter/strict-prototypes warnings.
Justin Handville
2021-06-22
Added test case to test fix for issue 8910.
Justin Handville
2021-06-22
Fixed style issue as per comments on PR 8911.
Justin Handville
2021-06-22
Fix for Issue 8910 (Meson filters CMake asm files)
Justin Handville
2021-06-22
extract_objects: test and document using the result in a custom_target
Paolo Bonzini
2021-06-22
interpreter: Replace manual kwarg validation in compiler.get_supported_argume...
Laurin-Luis Lehning
2021-06-21
fix: Ensure that build targets have all methods from ExternalProgram
Daniel Mensinger
2021-06-21
interpreter: Move argument checks from add_*_arguments to compiler.get_suppor...
Laurin-Luis Lehning
2021-06-21
docs: Fix snippet heading for required project arguments
Laurin-Luis Lehning
2021-06-21
interpreter: Consider the compiler language before checking arguments
Laurin-Luis Lehning
2021-06-21
interprter: Add required kwarg to add_(project|global)_arguments
Laurin-Luis Lehning
[next]