这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: mozilla/cbindgen

Tags

0.29.0

Toggle 0.29.0's commit message
Release 0.29.0

v0.29.0

Toggle v0.29.0's commit message
v0.29.0

      * Support no-export annotation for statics and functions.
      * Fixed conditional fields of constexpr literal structs
      * Add rename rule for generated associated constant
      * Upgrade heck to 0.5
      * Add support for an optional nullable attribute
      * docs.md: Fix deprecated_with_note and deprecated_variant_with_note being spelled as 'notes'
      * Fix generic with "void" default
      * Fixed error generation of structures using the keyword as inside arrays
      * Added test for unsafe(no_mangle) attribute
      * Fixed handling of trait methods containing the unsafe attribute
      * Rename -Zparse-only

0.28.0

Toggle 0.28.0's commit message
Release 0.28.0

v0.28.0

Toggle v0.28.0's commit message
v0.28.0

 * Parse unsafe attributes in #1020
 * Fix local override of enum prefix-with-name by jsgf in #1006
 * Add rename-all=prefix in #1021
 * ir: add support for UnsafeCell and SyncUnsafeCell by alekitto in #1003
 * Implement mangling for arrays in #1022
 * Fix: Ignore `CARGO_BUILD_TARGET` in tests by bryango in #1010
 * Newline for each field for constexpr field constants by youknowone in #988
 * Fix clippy warnings by youknowone in #1026
 * Add aarch64/arm64 to CI by NickeZ in #1036
 * Add `unstable_ir` feature flag that makes the ir pub by heesooy in #1011
 * Support generated a symbols file by TheElectronWill in #916

0.27.0

Toggle 0.27.0's commit message
Add `unstable_ir` feature flag that makes the ir pub

Rename to unstable_ir, add docs

Push omitted file

v0.27.0

Toggle v0.27.0's commit message
v0.27.0

      * Revert: The `Config` struct now has a private member.
      * Allow users to specify a crate version for bindings generation (#901).
      * Update MSRV to 1.74 (#912, #987).
      * Support #[deprecated] on enum variants (#933).
      * Support integrating the package_version information in a header file comment (#939).
      * Add a language backend (#942).
      * Support generics with defaulted args (#959).
      * Add `VaList` compatibility (#970).

0.26.0

Toggle 0.26.0's commit message

Verified

This commit was signed with the committer’s verified signature.
emilio Emilio Cobos Álvarez
v0.26.0

 * Fix swapping of `>>=` and `<<=` in constants.
 * Add support for #[deprecated] (#860).
 * Built-in support for bitflags 2.0.
 * Support for "C-unwind" ABI.
 * Generate bindings for non-public extern items if they are #[no_mangle].

v0.26.0

Toggle v0.26.0's commit message
v0.26.0

 * Fix swapping of `>>=` and `<<=` in constants.
 * Add support for #[deprecated] (#860).
 * Built-in support for bitflags 2.0.
 * Support for "C-unwind" ABI.
 * Generate bindings for non-public extern items if they are #[no_mangle].

v0.25.0

Toggle v0.25.0's commit message
v0.25.0

      * Re-release of yanked 0.24.6 as a major release
      * Update MSRV to 1.57
      * Support variadic arguments (`...`) (#805)
      * Add --depfile option (#820)
      * Breaking changes: The `Config` struct now has a private member.

v0.24.6

Toggle v0.24.6's commit message
v0.24.6

      * Update MSRV to 1.57
      * Support variadic arguments (`...`) (#805)
      * Add --depfile option (#820)