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
2024-02-24
scripts/coverage: Implemented handling for passing the gcovr and llvm-cov bin...
dragonmux
2024-02-24
compilers/detect: Implemented logic for checking suffixed LLVM tools before non
dragonmux
2024-02-24
add test for generating static inline wrappers
Karol Herbst
2024-02-24
meson/rust: wrap `bindgen`s `wrap-static-fns` functionality
Karol Herbst
2024-02-24
Allow using CustomTarget as test executable
Charles Brunet
2024-02-23
mtest: set MSAN_OPTIONS to abort by default
Sam James
2024-02-23
Detect utf8 bom from meson build files
Charles Brunet
2024-02-23
env.unset method
Charles Brunet
2024-02-23
Alphabetize the fs module methods dict
Tristan Partin
2024-02-23
Add location nodes to FeatureNews in the fs module
Tristan Partin
2024-02-23
modules/rust: allow setting a version constraint on bindgen
Dylan Baker
2024-02-23
modules: fix find_program.wanted
Dylan Baker
2024-02-23
modules/rust: inject a C/C++ standard for bindgen
Dylan Baker
2024-02-23
modules/rust: Allow explicitly setting the language to bind
Dylan Baker
2024-02-23
compilers: 'H' is a C++ header
Dylan Baker
2024-02-23
rust/bindgen: Use Meson rules for C++ headers
Dylan Baker
2024-02-23
doc: fix compiler.preprocess varargs documentation
Charles Brunet
2024-02-23
env2mfile: move language args to `built-in options`
Ole André Vadla Ravnås
2024-02-23
Fix base options not reconfigurable
Charles Brunet
2024-02-23
mconf|msetup: use Protocol for argparse options
Dylan Baker
2024-02-23
coredata: use a Protocol for shared options between setup configure and dist
Dylan Baker
2024-02-22
wrap: remove Resolver.packagename
Dylan Baker
2024-02-22
wrap: remove useless set of `Resolver.directory`
Dylan Baker
2024-02-22
wrap: correct return annotation of `Resolver.get_from_wrapdb()`
Dylan Baker
2024-02-22
wrap: Mark some methods of Resolver as protected
Dylan Baker
2024-02-22
modules/i18n: CustomTargets must have `install_dir` if installing
Dylan Baker
2024-02-22
build: get_default_install_dir() can be (None, None) or (str, str)
Dylan Baker
2024-02-22
build: fix some type annotations for get_install_dir
Dylan Baker
2024-02-21
ciimage: fix pathological brokenness in homebrew packaging of python
Eli Schwartz
2024-02-21
fix crash in generator.process() with an invalid preserve_path_from
Eli Schwartz
2024-02-20
Provide a better error message when mixing host and build machines
Dylan Baker
2024-02-19
Fix KeyError in Python module
Charles Brunet
2024-02-19
Fix warning when using scan-build
Stephan Lachnit
2024-02-18
doc: fix descriptions of dependency and find_program
Eisuke Kawashima
2024-02-16
macros: Allow disabling verbose mode
Daan De Meyer
2024-02-16
coverage: pass .lcovrc config file to genhtml
Esther Dalhuisen
2024-02-14
workflows: Trigger on all test harness changes
Andrew McNulty
2024-02-14
run_project_tests: Fix Cython compiler detection
Andrew McNulty
2024-02-14
docs: Remove outdated HDF5 dependency pkg-config statement
Jouke Witteveen
2024-02-12
cuda module: fully type annotate
Eli Schwartz
2024-02-12
cuda module: use typed_pos_args for most methods
Eli Schwartz
2024-02-12
cuda module: inline single-shot function to get compiler version
Eli Schwartz
2024-02-12
cuda module: fix type signature for oneshot function
Eli Schwartz
2024-02-12
cuda module: use typed_kwargs
Eli Schwartz
2024-02-12
Remove implicit-optional assignment in `__init__` that cannot ever be true
Eli Schwartz
2024-02-12
add type annotations to mesonmain
Eli Schwartz
2024-02-12
rewriter: remove never-used default None when parsing arguments
Eli Schwartz
2024-02-12
python dependency: use exceptions to pass failure state around
Eli Schwartz
2024-02-12
correct type signature of Popen_safe to follow stdlib subprocess
Eli Schwartz
2024-02-12
cmake dependency: avoid setting property to None as a workaround
Eli Schwartz
[next]