| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-29 | test cases: avoid missing_abi warning with recent Rust | Paolo Bonzini | |
| Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2023-09-19 | Rust: Replace rust_crate_type with rust_abi | Xavier Claessens | |
| Meson already knows if it's a shared or static library, user only need to specify the ABI (Rust or C). | |||
| 2017-06-09 | Enhance Rust support | Adam C. Foltzer | |
| - Adds a `crate_type` kwarg to library targets, allowing the different types of Rust [linkage][1]. - Shared libraries use the `dylib` crate type by default, but can also be `cdylib` - Static libraries use the `rlib` crate type by default, but can also be `staticlib` - If any Rust target has shared library dependencies, add the appropriate linker arguments, including rpath for the sysroot of the Rust compiler [1]: https://doc.rust-lang.org/reference/linkage.html | |||
