Accepting request 809195 from mozilla
- Update to version 0.14.1 0.14.1 * Handle mangling pointers. * Unconditionally generate a return statement in partialeq implementations. 0.14.0 * Minor tweak at how [export.exclude] is handled to allow excluding generic instantiations in C mode. * Documented cpp_compat option. * Fixed a panic when parsing associated constants for a built-in type. 0.13.2 * Constants now have suitable documentation. * Fixed some C warnings by emitting void when there are no arguments. * Avoids reading cargo.toml when not needed, which can cause panics in workspace situations. * Only write `default` cases if the switch is not exhaustive. * Some warnings have been refined. * Code generation for static arrays has been fixed. * Opt-in support for constexpr in constants. * Fix C code generation and some warnings when extremely large constants are used. * Proper escaping of enum variants and fields. * Added support for RefCell (as an opaque type) and Cell. - required for Firefox >= 77.0 OBS-URL: https://build.opensuse.org/request/show/809195 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=21
This commit is contained in:
parent
f4cb926516
commit
7ef890c00c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc8a4fb6117e30ce7b7e1fc62470edbb9191a86a5f7168dc10e122983aba2c5d
|
|
||||||
size 162009
|
|
3
cbindgen-0.14.1.tar.gz
Normal file
3
cbindgen-0.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43674216b0668501e5c4582d60341e9445a3fe9e35831311dcfff7a223264a4b
|
||||||
|
size 168400
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 27 07:39:14 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
- Update to version 0.14.1
|
||||||
|
0.14.1
|
||||||
|
* Handle mangling pointers.
|
||||||
|
* Unconditionally generate a return statement in partialeq implementations.
|
||||||
|
0.14.0
|
||||||
|
* Minor tweak at how [export.exclude] is handled to allow excluding
|
||||||
|
generic instantiations in C mode.
|
||||||
|
* Documented cpp_compat option.
|
||||||
|
* Fixed a panic when parsing associated constants for a built-in type.
|
||||||
|
0.13.2
|
||||||
|
* Constants now have suitable documentation.
|
||||||
|
* Fixed some C warnings by emitting void when there are no arguments.
|
||||||
|
* Avoids reading cargo.toml when not needed, which can cause panics
|
||||||
|
in workspace situations.
|
||||||
|
* Only write `default` cases if the switch is not exhaustive.
|
||||||
|
* Some warnings have been refined.
|
||||||
|
* Code generation for static arrays has been fixed.
|
||||||
|
* Opt-in support for constexpr in constants.
|
||||||
|
* Fix C code generation and some warnings when extremely large
|
||||||
|
constants are used.
|
||||||
|
* Proper escaping of enum variants and fields.
|
||||||
|
* Added support for RefCell (as an opaque type) and Cell.
|
||||||
|
- required for Firefox >= 77.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 30 20:12:18 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Mon Mar 30 20:12:18 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global crate_name cbindgen
|
%global crate_name cbindgen
|
||||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||||
Name: rust-%{crate_name}
|
Name: rust-%{crate_name}
|
||||||
Version: 0.13.1
|
Version: 0.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool for generating C bindings from Rust code
|
Summary: A tool for generating C bindings from Rust code
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:13d697d8d431fa0b3d6b2bf34b41cace5e4762157a1d1733c48c9f839dcde166
|
oid sha256:f650f352630ce6f201ca044090882f914b92d33313108de5e3515af05228e5ee
|
||||||
size 5258400
|
size 5260780
|
||||||
|
Loading…
Reference in New Issue
Block a user