Path to this page:
Subject: CVS commit: pkgsrc/devel/cbindgen
From: Ryo ONODERA
Date: 2019-07-04 15:16:07
Message id: 20190704131607.6D5AAFBF4@cvs.NetBSD.org
Log Message:
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
Files: