Path to this page:
Subject: CVS commit: pkgsrc/devel/cbindgen
From: Min Sik Kim
Date: 2019-12-03 16:50:09
Message id: 20191203155009.91CD2FA97@cvs.NetBSD.org
Log Message:
devel/cbindgen: Update to 0.10.1
Changes:
* Initialize struct literal with list-initializer for C++11 standard.
* Surround namespace with __cplusplus ifdef in cpp_compat mode.
* Add support for --quiet flag.
* Map char to char32_t.
* Improve binding_crate_ref() error message.
* avoid prematurely returning during expansion.
* Add support for adding "using namespace" statements.
* Improved error message for missing config file.
* Add missing header for char32_t.
Files: