aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22wrap: correct return annotation of `Resolver.get_from_wrapdb()`Dylan Baker1-5/+4
2024-02-22wrap: Mark some methods of Resolver as protectedDylan Baker1-11/+11
2024-02-22modules/i18n: CustomTargets must have `install_dir` if installingDylan Baker1-1/+7
2024-02-22build: get_default_install_dir() can be (None, None) or (str, str)Dylan Baker1-8/+8
2024-02-22build: fix some type annotations for get_install_dirDylan Baker1-2/+3
2024-02-21ciimage: fix pathological brokenness in homebrew packaging of pythonEli Schwartz1-0/+4
2024-02-21fix crash in generator.process() with an invalid preserve_path_fromEli Schwartz2-2/+10
2024-02-20Provide a better error message when mixing host and build machinesDylan Baker1-1/+1
2024-02-19Fix KeyError in Python moduleCharles Brunet4-3/+20
2024-02-19Fix warning when using scan-buildStephan Lachnit1-1/+1
2024-02-18doc: fix descriptions of dependency and find_programEisuke Kawashima1-2/+2
2024-02-16macros: Allow disabling verbose modeDaan De Meyer1-1/+3
2024-02-16coverage: pass .lcovrc config file to genhtmlEsther Dalhuisen1-1/+1
2024-02-14workflows: Trigger on all test harness changesAndrew McNulty3-6/+6
2024-02-14run_project_tests: Fix Cython compiler detectionAndrew McNulty1-20/+13
2024-02-14docs: Remove outdated HDF5 dependency pkg-config statementJouke Witteveen1-3/+2
2024-02-12cuda module: fully type annotateEli Schwartz2-23/+26
2024-02-12cuda module: use typed_pos_args for most methodsEli Schwartz1-16/+11
2024-02-12cuda module: inline single-shot function to get compiler versionEli Schwartz1-10/+5
2024-02-12cuda module: fix type signature for oneshot functionEli Schwartz1-4/+2
2024-02-12cuda module: use typed_kwargsEli Schwartz1-12/+19
2024-02-12Remove implicit-optional assignment in `__init__` that cannot ever be trueEli Schwartz1-1/+0
2024-02-12add type annotations to mesonmainEli Schwartz2-19/+22
2024-02-12rewriter: remove never-used default None when parsing argumentsEli Schwartz1-1/+1
2024-02-12python dependency: use exceptions to pass failure state aroundEli Schwartz1-8/+8
2024-02-12correct type signature of Popen_safe to follow stdlib subprocessEli Schwartz1-6/+6
2024-02-12cmake dependency: avoid setting property to None as a workaroundEli Schwartz2-10/+4
2024-02-12defer setting values until after we know it cannot be NoneEli Schwartz3-8/+11
2024-02-12override subclass attribute type when we know it is not NoneEli Schwartz1-0/+2
2024-02-12compilers: fix inconsistent None-breaking return value for compile()Eli Schwartz1-3/+3
2024-02-12dlang module: simplify dependency handling with DRYEli Schwartz1-21/+12
2024-02-12qt: add preserve_paths keyword to functionsCharles Brunet7-17/+75
2024-02-13Fix comment typoSam James1-1/+1
2024-02-12doc: benchmark: correct usage on unixtaz-0071-3/+3
2024-02-11Raise if a postconf script failsAkihiko Odaki1-1/+3
2024-02-11Print a proper sentence when reporting script failureAkihiko Odaki1-2/+2
2024-02-10backends: restore shlex quoting of MESONINTROSPECTJouke Witteveen1-6/+7
2024-02-09CI image builder: fix profile loading for gentooEli Schwartz2-5/+5
2024-02-09Suppress LLVM static test on ArchEli Schwartz1-1/+1
2024-02-09test cases: use C++17 for protobuf because of abseil-cppSam James1-1/+1
2024-02-09ci: fedora; add file packageSam James1-1/+1
2024-02-09ci: add GentooSam James7-2/+167
2024-02-09Mark the bash completion files for bash and zsh as Shell filesTristan Partin1-0/+2
2024-02-09Continue fleshing out bash completion scriptTristan Partin1-28/+906
2024-02-09Document that alias_target accepts run_tgts since 0.60.0Tristan Partin2-2/+4
2024-02-09wraps: Ignore whitespace when applying diff_fileNirbheek Chauhan1-2/+4
2024-02-09Revert "Wrap: Use git instead of patch by default"Nirbheek Chauhan1-8/+6
2024-02-08find_tool: fix error message interpolationOle André Vadla RavnÄs1-1/+1
2024-02-07cmake: improve heuristics for static LLVM detectionSam James1-1/+1
2024-02-07Fix comment typosSam James1-2/+2