aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/cuda.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-04work around flake8 F811 for T.overload redefined functionsEli Schwartz1-2/+2
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-2/+2
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-2/+2
2021-06-17move base class for system dependencies into base.pyEli Schwartz1-2/+1
2021-06-14dependencies: Use the SystemDependencyDylan Baker1-3/+4
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger1-2/+0
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger1-22/+36
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-12/+12
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2021-02-06add loongarch supportXiaotian Wu1-1/+1
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-13cuda: Also read CUDART_VERSION from cuda_runtime_api.hDaniel Mensinger1-2/+25
2020-06-02dependencies/cuda: Add support for ARM linuxjonathanmist1-6/+10
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker1-1/+1
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger1-3/+2
2019-12-05lgtm: fix `Mismatch in multiple assignment` errorDaniel Mensinger1-1/+1
2019-11-05dependency('cuda')Aleksey Gurtovoy1-0/+253