index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
dependencies
/
cuda.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-12-17
dependencies: stop passing "language" as a keyword argument
Dylan Baker
2025-12-17
dependencies: Pass the `name` to `ExternalDependency` constructor
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-10-20
interpreter: port dependency static to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency native to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency modules to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-09-22
cuda: Add support for sbsa-linux target
Maxandre Ogeret
2025-05-29
cuda: use target-specific paths under CUDA Toolkit on Linux
Maxandre Ogeret
2025-05-21
cuda: look for stubbed libraries too
David Seifert
2025-05-21
cuda: avoid `-l` arguments for linking
David Seifert
2024-05-22
cuda: fix `cuda.find_library()` hardcoded to yield true
David Seifert
2024-05-07
cuda: pull in libdir when linking C/C++
David Seifert
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-23
Use `cudart_static` by default in dependency('cuda')
David Seifert
2023-08-23
Fix completely broken support for `static: true` with dependency('cuda')
David Seifert
2023-08-11
remove useless type annotations
Eli Schwartz
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-29
Fix crash when toolchain is missing
SmallWood-D
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-04
work around flake8 F811 for T.overload redefined functions
Eli Schwartz
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-17
move base class for system dependencies into base.py
Eli Schwartz
2021-06-14
dependencies: Use the SystemDependency
Dylan Baker
2021-06-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-05
typing: Fully annotate dependencies.cuda
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-06
add loongarch support
Xiaotian Wu
2020-11-20
use real pathlib module
Dylan Baker
2020-10-13
cuda: Also read CUDART_VERSION from cuda_runtime_api.h
Daniel Mensinger
2020-06-02
dependencies/cuda: Add support for ARM linux
jonathanmist
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2019-12-05
lgtm: fix Multiple calls to __init__
Daniel Mensinger
2019-12-05
lgtm: fix `Mismatch in multiple assignment` error
Daniel Mensinger
2019-11-05
dependency('cuda')
Aleksey Gurtovoy