Wolfgang Rosenauer 2020-10-17 14:51:27 +00:00 committed by Git OBS Bridge
parent 8eff2eca52
commit 947d641dd5
5 changed files with 39 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a995260beb11b7d7d96265ba091f255302fbf9b047cab61379ebd75ff779215e
size 174113

3
cbindgen-0.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e2756a292a3b1182b8f741d6bb9e5a8b8a8dc2eacfb187c7db649966452798d
size 190131

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Oct 13 08:18:32 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- update to 0.15.0
* Allow customizing mangling of generic parameters in C
* Box<T> simplifies to T* in C
* ManuallyDrop<T> and MaubeUninit<T> simplify to T in C, and are opaque in C++
* C++ supports a derive-ostream annotation to derive serialization
of structs, unions and enums
* Large character constants have been fixed on Windows
* Constants are now generated for typedefs, etc
* The `sort_by` configuration option has been made to work for constants
* Default sort order is source order now (sort_by = "None"), and can
be changed by the above option
- update to 0.14.6
* Fixed the builds with older versions of rustc.
- update to 0.14.5
* Add support to specify line ending style
* Add cbindgen:ptrs-as-arrays annotation to allow making function
arguments C/C++ arrays.
- update to 0.14.4
* Allow to override the mangling separator
* cbindgen now handles better having ZSTs in template parameters, and
default template parameters.
* Support for annotating nonnull pointers
* Fixed bitflags that overflow a signed integer
* Support for wildcard argument names
* Support for the never return type, with configurable annotation
* Properly reject arrays as function arguments
-------------------------------------------------------------------
Thu Jul 23 14:26:02 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -20,7 +20,7 @@
%global crate_name cbindgen
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
Name: rust-%{crate_name}
Version: 0.14.3
Version: 0.15.0
Release: 0
Summary: A tool for generating C bindings from Rust code
License: MPL-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:003663cc8d886474cf7283a980304e5cb584af011a904beec5620fea7778a352
size 5358840
oid sha256:841395fe2579b5f937a879eec62a9d43df5bf244fe8f31cc0bb6bb5029928995
size 5631688