summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2024-02-12cuda module: fully type annotateEli Schwartz
2024-02-12cuda module: use typed_pos_args for most methodsEli Schwartz
2024-02-12cuda module: inline single-shot function to get compiler versionEli Schwartz
2024-02-12cuda module: fix type signature for oneshot functionEli Schwartz
2024-02-12cuda module: use typed_kwargsEli Schwartz
2024-02-12Remove implicit-optional assignment in `__init__` that cannot ever be trueEli Schwartz
2024-02-12add type annotations to mesonmainEli Schwartz
2024-02-12rewriter: remove never-used default None when parsing argumentsEli Schwartz
2024-02-12python dependency: use exceptions to pass failure state aroundEli Schwartz
2024-02-12correct type signature of Popen_safe to follow stdlib subprocessEli Schwartz
2024-02-12cmake dependency: avoid setting property to None as a workaroundEli Schwartz
2024-02-12defer setting values until after we know it cannot be NoneEli Schwartz
2024-02-12override subclass attribute type when we know it is not NoneEli Schwartz
2024-02-12compilers: fix inconsistent None-breaking return value for compile()Eli Schwartz
2024-02-12dlang module: simplify dependency handling with DRYEli Schwartz
2024-02-12qt: add preserve_paths keyword to functionsCharles Brunet
2024-02-13Fix comment typoSam James
2024-02-11Raise if a postconf script failsAkihiko Odaki
2024-02-11Print a proper sentence when reporting script failureAkihiko Odaki
2024-02-10backends: restore shlex quoting of MESONINTROSPECTJouke Witteveen
2024-02-09Document that alias_target accepts run_tgts since 0.60.0Tristan Partin
2024-02-09wraps: Ignore whitespace when applying diff_fileNirbheek Chauhan
2024-02-09Revert "Wrap: Use git instead of patch by default"Nirbheek Chauhan
2024-02-08find_tool: fix error message interpolationOle André Vadla Ravnås
2024-02-07cmake: improve heuristics for static LLVM detectionSam James
2024-02-07Fix comment typosSam James
2024-02-07cmake: canonicalise -DSTATIC valueSam James
2024-02-07Fix minsize optimization for vs backendCharles Brunet
2024-02-06Add a numpy dependency with pkg-config and configtool methodsRalf Gommers
2024-02-02fix UnboundLocalError if guess_win_linker fails in detect_fortran_compilerH. Vetinari
2024-01-31dependencies: hdf5: mark configtool dependency not-found for cmake buildEli Schwartz
2024-01-30rust: Add `--extern proc_macro` in `rust.proc_macro() not in cargo translationDylan Baker
2024-01-28python module: correct the embedded path for bytecompiled filesEli Schwartz
2024-01-26Differentiate message between dynamic linker and archiverDylan Baker
2024-01-26xcode: Fix "clean" operation under new build systemAlbert Tang
2024-01-26xcode: Check custom target input for extracted objectsAlbert Tang
2024-01-26backends: Make object_filename_from_source() backend-agnosticAlbert Tang
2024-01-26xcode: Autodetect host machine's CPU architectureAlbert Tang
2024-01-25Fix compiler.preprocess compile_args not usedCharles Brunet
2024-01-25interpreter: replace mock keyword argument with unittest.mockDylan Baker
2024-01-25modules/fs: use ModuleState object instead of Interpreter when possibleDylan Baker
2024-01-25modules/sourceset: remove unused attributes from SourceSetImplDylan Baker
2024-01-25Add missing FeatureNew for meson.add_dist_scriptEli Schwartz
2024-01-18linkers_detect: detect xtools (Apple ld64 derivative)Fabian Groffen
2024-01-18Compilers: pass -Werror to the linker with b_ltoSam James
2024-01-17compiler.preprocess: add depends kwargStas Sergeev
2024-01-17rust: fix linking static executablesAlyssa Ross
2024-01-17fix openmp dependency for clang-clPeter Urban
2024-01-17Improve project naming and build configuration in genvslite projectsRoger Sanders
2024-01-17backend: Add rpath for external versioned .so'sJonathon Anderson