Path to this page:
./
devel/cbindgen,
Generating C bindings from Rust code
Branch: CURRENT,
Version: 0.20.0,
Package name: cbindgen-0.20.0,
Maintainer: ryoonThis project can be used to generate C bindings for Rust code. It
is currently being developed to support creating bindings for
WebRender, but has been designed to support any project.
Required to build:[
pkgtools/cwrappers] [
lang/rust-bin]
Master sites:
Filesize: 178.981 KB
Version history: (Expand)
- (2021-08-24) Updated to version: cbindgen-0.20.0
- (2021-04-26) Updated to version: cbindgen-0.19.0
- (2021-03-02) Updated to version: cbindgen-0.18.0
- (2021-02-06) Updated to version: cbindgen-0.17.0
- (2021-01-01) Updated to version: cbindgen-0.16.0
- (2020-10-11) Updated to version: cbindgen-0.15.0
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-04-26 16:34:41 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
cbindgen: Update to 0.19.0
Changelog:
Simplify types in generics (#663)
Use --profile=check for macro expansion (#671)
Use exported name to prefix enum variants (#672)
Fix path attribute handling in inline submodules (#679)
Fix a stack overflow with some recursive typedefs (#680)
|
2021-03-02 14:10:34 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
cbindgen: Update to 0.18.0
Changelog:
* Simplify types in nested types such as pointed-to types and function \
signatures (#661)
|
2021-02-06 06:21:49 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
cbindgen: Update to 0.17.0
* Split cargo depends into cargo-depends.mk file.
Changelog:
Add with_parse_extra_bindings to builder. (#645)
Support NonZero and fix incorrect simplification of Option into ptr. (#647)
Deal with name conflicts correctly in declaration type resolution. (#651)
Support pointers to ZSTs. (#656)
|
2021-01-01 13:47:48 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
cbindgen: Update to 0.16.0
* Fix HOMEPAGE.
Changelog:
* Remove artificial restriction on lifetime parameters on enums (#604)
* Add an option for converting usize/isize into size_t/ptrdiff_t. (#606)
* Allow controlling the cargo profile used for expansion. (#607)
* Support wider range of expressions in enum discriminants (#614)
* Support generation of Cython bindings (#590)
* Fixed some issues with style=tag and recursive structs (#615)
* Default C style to Both (as specified in docs) (#615)
* Fix resolution of path dependencies from certain modules. (#629)
* Support inlined definitions for tuple variants with a single field in C (#631)
|
2020-10-11 15:04:35 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
cbindgen: Update to 0.15.0
Changelog:
* Allow customizing mangling of generic parameters in C (#575)
* Box<T> simplifies to T* in C (4ce324c)
* ManuallyDrop<T> and MaubeUninit<T> simplify to T in C, and are \
opaque in C++ (0076a17)
* C++ supports a derive-ostream annotation to derive serialization of structs, \
unions and enums (#582)
* Large character constants have been fixed on Windows (#586)
* Constants are now generated for typedefs, etc (#589)
* The `sort_by` configuration option has been made to work for constants (#587)
* Default sort order is source order now (sort_by = "None"), and can \
be changed by the above option (#587)
|
2020-09-28 15:21:03 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
cbindgen: Update to 0.14.6
Changelog:
Not available.
|