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
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
2024-02-12
defer setting values until after we know it cannot be None
Eli Schwartz
2024-02-12
override subclass attribute type when we know it is not None
Eli Schwartz
2024-02-12
compilers: fix inconsistent None-breaking return value for compile()
Eli Schwartz
2024-02-12
dlang module: simplify dependency handling with DRY
Eli Schwartz
2024-02-12
qt: add preserve_paths keyword to functions
Charles Brunet
2024-02-13
Fix comment typo
Sam James
2024-02-11
Raise if a postconf script fails
Akihiko Odaki
2024-02-11
Print a proper sentence when reporting script failure
Akihiko Odaki
2024-02-10
backends: restore shlex quoting of MESONINTROSPECT
Jouke Witteveen
2024-02-09
Document that alias_target accepts run_tgts since 0.60.0
Tristan Partin
2024-02-09
wraps: Ignore whitespace when applying diff_file
Nirbheek Chauhan
2024-02-09
Revert "Wrap: Use git instead of patch by default"
Nirbheek Chauhan
2024-02-08
find_tool: fix error message interpolation
Ole André Vadla Ravnås
2024-02-07
cmake: improve heuristics for static LLVM detection
Sam James
2024-02-07
Fix comment typos
Sam James
2024-02-07
cmake: canonicalise -DSTATIC value
Sam James
2024-02-07
Fix minsize optimization for vs backend
Charles Brunet
2024-02-06
Add a numpy dependency with pkg-config and configtool methods
Ralf Gommers
2024-02-02
fix UnboundLocalError if guess_win_linker fails in detect_fortran_compiler
H. Vetinari
2024-01-31
dependencies: hdf5: mark configtool dependency not-found for cmake build
Eli Schwartz
2024-01-30
rust: Add `--extern proc_macro` in `rust.proc_macro() not in cargo translation
Dylan Baker
2024-01-28
python module: correct the embedded path for bytecompiled files
Eli Schwartz
2024-01-26
Differentiate message between dynamic linker and archiver
Dylan Baker
2024-01-26
xcode: Fix "clean" operation under new build system
Albert Tang
2024-01-26
xcode: Check custom target input for extracted objects
Albert Tang
2024-01-26
backends: Make object_filename_from_source() backend-agnostic
Albert Tang
2024-01-26
xcode: Autodetect host machine's CPU architecture
Albert Tang
2024-01-25
Fix compiler.preprocess compile_args not used
Charles Brunet
2024-01-25
interpreter: replace mock keyword argument with unittest.mock
Dylan Baker
2024-01-25
modules/fs: use ModuleState object instead of Interpreter when possible
Dylan Baker
2024-01-25
modules/sourceset: remove unused attributes from SourceSetImpl
Dylan Baker
2024-01-25
Add missing FeatureNew for meson.add_dist_script
Eli Schwartz
2024-01-18
linkers_detect: detect xtools (Apple ld64 derivative)
Fabian Groffen
2024-01-18
Compilers: pass -Werror to the linker with b_lto
Sam James
2024-01-17
compiler.preprocess: add depends kwarg
Stas Sergeev
2024-01-17
rust: fix linking static executables
Alyssa Ross
2024-01-17
fix openmp dependency for clang-cl
Peter Urban
2024-01-17
Improve project naming and build configuration in genvslite projects
Roger Sanders
2024-01-17
backend: Add rpath for external versioned .so's
Jonathon Anderson
[next]