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
Age
Commit message (
Expand
)
Author
2023-03-21
Fix run_tool() when git is not installed
Alyssa Ross
2023-03-20
fix one more missing explicit "setup" subcommand
Eli Schwartz
2023-03-20
backends: add a new "none" backend
Eli Schwartz
2023-03-20
mtest: move the detection of rebuild compatibility out into the entry point
Eli Schwartz
2023-03-20
backends: simplify class setup
Eli Schwartz
2023-03-20
Add restat = 1 to the fortran_COMPILER rule
Volker Weißmann
2023-03-19
CUDA: make "Ampere" equivalent to SM8.0+SM8.6
David Seifert
2023-03-18
Small fix on how cc.sizeof (and similar functions) use the 'prefix' kwarg
Volker Weißmann
2023-03-17
Better error message when custom_targets has duplicates in the output kwarg
Volker Weißmann
2023-03-17
Fix "meson subprojects checkout -b" regression
Xavier Claessens
2023-03-17
fix meson compile with alias target
Charles Brunet
2023-03-16
coredata: Do not pickle it twice
Xavier Claessens
2023-03-16
Stop using replace_if_different() for coredata pickle file
Daan De Meyer
2023-03-16
modules/i18n: fix typo in gettext decorator
Corentin Noël
2023-03-16
hotdoc: Install devhelp files at the right location
Xavier Claessens
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-03-14
add typename to AliasTarget
Charles Brunet
2023-03-14
rewriter: fix indentation of kwargs
Charles Brunet
2023-03-14
rewriter: add missing command aliases
Charles Brunet
2023-03-14
rewriter: activate vsenv
Charles Brunet
2023-03-14
rewriter: fix warning about empty sources
Charles Brunet
2023-03-12
Fix warning_level=everything with GCC 8
David Robillard
2023-03-09
detect.py: Be more precise about detecting xtensa gcc toolchains
Khem Raj
2023-03-09
configure_file: emit FeatureNew when a cmake-formatted file has too many tokens
Eli Schwartz
2023-03-09
emit FeatureNew warning for compiler.preprocess used multiple times
Eli Schwartz
2023-03-09
compiler.preprocess should only update the private name per directory
Eli Schwartz
2023-03-09
re-deduplicate feature warnings printed at the end of setup
Eli Schwartz
2023-03-09
utils: fix annotation of pickle_load
Dylan Baker
2023-03-09
dependencies: add pybind11 custom factory
Eli Schwartz
2023-03-09
build: fully type CompileTarget
Dylan Baker
2023-03-09
build: Add some missing annotations to BuildTarget initializer
Dylan Baker
2023-03-09
build: move all Target attributes to dataclass
Dylan Baker
2023-03-09
build: Add missing annotation to Target method
Dylan Baker
2023-03-09
build: make Target an abstract properties instead of doing hasattr
Dylan Baker
2023-03-09
interpreter: Add missing Union annotation
Dylan Baker
2023-03-05
hotdoc module: properly error out when configuring fails
Eli Schwartz
2023-03-04
msubprojects: fix potential error when resetting a git checkout
Benoit Pierre
2023-03-04
typed_kwargs: Remove feature_validator as it's not currently used
Xavier Claessens
2023-03-04
typed_kwargs: Extend since_values and deprecated_values for types
Xavier Claessens
2023-03-02
mintro: redirect stdout to stderr
Charles Brunet
2023-03-01
interpreter: report FeatureNew for kwargs to project()
Eli Schwartz
2023-03-01
handle meson_version after parsing but before invalid project() kwargs
Eli Schwartz
2023-03-01
handle meson_version even when the build file fails to parse
Eli Schwartz
2023-03-01
mparser: Add partial AST to exceptions
Eli Schwartz
2023-03-01
mparser: use an inherited ParseException everywhere
Eli Schwartz
2023-03-01
Revert "Exit meson with an error if an invalid escape sequence is found in a"
Eli Schwartz
2023-03-01
interpreter: Add testcase..endtestcase clause support
Xavier Claessens
2023-03-01
rust: Fix handling of proc-macros in rust-project.json
Sebastian Dröge
2023-03-01
rust: Store absolute paths in rust-project.json
Sebastian Dröge
2023-03-01
backends: fix source dir stripping from rpaths
Stefan Hajnoczi
[next]