summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/cuda.py
AgeCommit message (Expand)Author
2025-12-17dependencies: Require 'native' be passed in kwargsDylan Baker
2025-12-17dependencies: stop passing "language" as a keyword argumentDylan Baker
2025-12-17dependencies: Pass the `name` to `ExternalDependency` constructorDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.find_libraryDylan Baker
2025-10-20interpreter: port dependency static to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency native to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency modules to typed_kwargsDylan Baker
2025-10-20dependency: Use a TypedDict to describe the keyword arguments to DependencyDylan Baker
2025-09-22cuda: Add support for sbsa-linux targetMaxandre Ogeret
2025-05-29cuda: use target-specific paths under CUDA Toolkit on LinuxMaxandre Ogeret
2025-05-21cuda: look for stubbed libraries tooDavid Seifert
2025-05-21cuda: avoid `-l` arguments for linkingDavid Seifert
2024-05-22cuda: fix `cuda.find_library()` hardcoded to yield trueDavid Seifert
2024-05-07cuda: pull in libdir when linking C/C++David Seifert
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-23Use `cudart_static` by default in dependency('cuda')David Seifert
2023-08-23Fix completely broken support for `static: true` with dependency('cuda')David Seifert
2023-08-11remove useless type annotationsEli Schwartz
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz
2023-02-01micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-29Fix crash when toolchain is missingSmallWood-D
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-04work around flake8 F811 for T.overload redefined functionsEli Schwartz
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-17move base class for system dependencies into base.pyEli Schwartz
2021-06-14dependencies: Use the SystemDependencyDylan Baker
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-02-06add loongarch supportXiaotian Wu
2020-11-20use real pathlib moduleDylan Baker
2020-10-13cuda: Also read CUDART_VERSION from cuda_runtime_api.hDaniel Mensinger
2020-06-02dependencies/cuda: Add support for ARM linuxjonathanmist
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger
2019-12-05lgtm: fix `Mismatch in multiple assignment` errorDaniel Mensinger
2019-11-05dependency('cuda')Aleksey Gurtovoy