summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-03-04docs: update dead link in Users.mdEli Schwartz
2025-03-04coredata: delete a bunch of unused methodsDylan Baker
2025-03-04OptionStore: remove unused build_options attributeDylan Baker
2025-03-04options: remove get_option_from_meson_fileDylan Baker
2025-03-04msetup: remove bad warning about unused optionsDylan Baker
2025-03-04options: Fix nullability of OptionKey.subprojectDylan Baker
2025-03-03docs: document release process and security keysEli Schwartz
2025-03-03compilers: Remove the BaseOption typeDylan Baker
2025-03-03coredata: subproject should be None for checking in base_optionsDylan Baker
2025-03-03options: store the default value in the classDylan Baker
2025-03-03options: use an OptionKey for `get_default_for_b_option`Dylan Baker
2025-03-03docs: Mention deprecation of path(), document full_path()Nirbheek Chauhan
2025-03-01arglist: post is only appended to, make it a listPaolo Bonzini
2025-03-01arglist: optimize flush_pre_post(), and __iadd__() with itPaolo Bonzini
2025-03-01arglist: optimize __init__()Paolo Bonzini
2025-03-01output PACKAGE_NOT_FOUND_MESSAGE as warning when CMake package is not foundna-trium-144
2025-03-01modules/gnome: Allow to specify the doc-format argumentCorentin Noël
2025-03-01environment: make fully type safeDylan Baker
2025-03-01machinefile: ensure that arrays are single deep arrays for stringsDylan Baker
2025-03-01environment: fix minor typing issuesDylan Baker
2025-03-01environment: fix missing argument and return type annotationsDylan Baker
2025-03-01environment: delete dead code from option refactorDylan Baker
2025-03-01Remove total_ordering from OptionKeyCharles Brunet
2025-03-01Replace OptionKey.evolve(...) with specialized functionsCharles Brunet
2025-03-01Add cache to OptionKeyCharles Brunet