summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-20ci: stop installing python2 for the msys2 jobs, it's goneChristoph Reiter
2025-03-20hdf5: don't throw if the pkg-config doesn't support --list-allMarcin Serwin
2025-03-14Move Interpreter.read_buildfile to base classCharles Brunet
2025-03-14Add subTests to test_introspect_json_dumpCharles Brunet
2025-03-14Move options loading to InterpreterBaseCharles Brunet
2025-03-14Move variables to InterpreterBaseCharles Brunet
2025-03-14Extract common func_subdir functions to InterpreterBaseCharles Brunet
2025-03-14Move flatten_kwargs to IntrospectionInterpreterCharles Brunet
2025-03-12mesonbuild/compilers/detect.py: Support Open D ldc and dmdAndrei Horodniceanu
2025-03-12modules/gnome: header argument of generate_gir accepts an array of stringsCorentin Noël
2025-03-11tests: support DC being more than plain dmd or ldc2Andrei Horodniceanu
2025-03-11linkers: revert a binutils bug workaround, sort ofEli Schwartz
2025-03-10options: inline _set_dependenentsDylan Baker
2025-03-10options: merge set_value and set_optionDylan Baker
2025-03-10coredata: remove get_option_for_subprojectDylan Baker
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-03-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-03-09compilers: check for sanitizer arguments via a compiler checkDylan Baker
2025-03-09compilers/cuda: fix checking for multiple linker argsPatrick Steinhardt
2025-03-09compilers/cuda: implement has_argument checksDylan Baker
2025-03-09compilers/rust: implement has_argument checksDylan Baker
2025-03-09Optimize CLikeCompiler._get_file_from_list()Charles Brunet
2025-03-09Optimize canonicalize_filenameCharles Brunet
2025-03-09Add cache to coredata.get_external_link_argsCharles Brunet
2025-03-09interpreter: do not use pathlib in validate_within_subprojectPaolo Bonzini
2025-03-09interpreter: memoize result of validate_within_subprojectPaolo Bonzini
2025-03-09mesonlib: extract and optimize is_parent_pathPaolo Bonzini
2025-03-08Fix typos in commentsco63oc
2025-03-07docs: provide details about how to fund Meson developmentEli Schwartz
2025-03-07docs: reorganize the main landing page and add more linksEli Schwartz
2025-03-07docs: describe the support policy for python versionsEli Schwartz
2025-03-07clang-tidy: do not add target if PCHs are not in clang formatPaolo Bonzini
2025-03-07clang-tidy: build pch files before running clang-tidyPaolo Bonzini
2025-03-06options: delete unused set_subproject_optionsDylan Baker
2025-03-06interpreter: Remove debug code from option refactorDylan Baker
2025-03-06environment: fix nullability of function parameterDylan Baker
2025-03-06unittests: Use more subtestsDylan Baker
2025-03-07get_llvm_tool_names: add llvm 20Christoph Reiter
2025-03-06build: cache target id at time of first usePaolo Bonzini
2025-03-06mesonlib: allow using lazy_property with "__"-named propertiesPaolo Bonzini
2025-03-06doc: fix sentence about cross-compilation.Charles Brunet
2025-03-05options: Remove BuiltinOption classDylan Baker
2025-03-05options: allow readonly to be set in the initializerDylan Baker
2025-03-05coredata: fix annotations for add_builtin_optionDylan Baker
2025-03-05options: split UserOption -> Argparse conversion out of BuiltinOptionDylan Baker
2025-03-05options: remove BuiltinOption._argparse_choicesDylan Baker
2025-03-05unittests: use subtests for test_Builtin_options_documentedDylan Baker
2025-03-05dependencies/dub: First try to describe local projectAndrei Horodniceanu
2025-03-04coredata: fix handling of prefixDylan Baker
2025-03-04coredata: fix arguments that are swappedDylan Baker