Commit graph

7 commits

Author SHA1 Message Date
ryoon
03458274ca Update to 0.9.0
Changelog:
## 0.9.0
     * Support to generate C headers with C++ compatibility.
       https://github.com/eqrion/cbindgen/pull/349
     * Fix include guard generation when no_includes is set.
       https://github.com/eqrion/cbindgen/pull/352
     * Fix crate parsing order so that types from the binding crate
       are preferred in presence of conflicting names.
       https://github.com/eqrion/cbindgen/pull/355
     * Add extra_bindings option to generate bindings for dependencies.
       https://github.com/eqrion/cbindgen/pull/362
     * Clap dependency is optional now so it's feasible to avoid
       building it if cbindgen is used as a library.
       https://github.com/eqrion/cbindgen/pull/363
2019-07-04 13:16:07 +00:00
ryoon
c2f59b0d8d Update to 0.8.7
Changelog:
* Support for Rust 2018
2019-05-15 12:24:01 +00:00
wiz
d549c2c261 cbindgen: update to 0.8.4.
0.8.4

* Support for package renaming in Cargo.toml
* Improved error messages for |cargo metadata| failures
* Replaced 'test.py' harness with |cargo test|
* Char constants will now be escaped properly
* Visibility of constants will now be respected
* Added a C99 doc comment style

0.8.3

Changes not found.
2019-05-01 09:24:39 +00:00
ryoon
c59f0c7f53 Update to 0.8.2
Changelog:
Not available
2019-03-15 13:05:55 +00:00
he
afe31a99e9 Update to version 0.8.0 (from 0.6.8).
Also upgrade the various rust crates according to new requirements.
Sadly, no change log available upstream that I can find...
(The old version uses an old libc crate, which hasn't been adapted
for NetBSD/aarch64.)
2019-02-19 22:24:12 +00:00
ryoon
e9aa49c10a Update to 0.6.8
Compatible with www/firefox-64.0.2 and upcomming -65.0

Changelog:
Not available.
2019-01-19 12:49:04 +00:00
ryoon
9b8c6ae65d devel/cbindgen: import cbindgen-0.6.6
This 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.

cbindgen-0.6.7 is not compatible with www/firefox-63.0.1.
2018-11-04 00:28:01 +00:00