Releases: sdilts/cl-bindgen
Releases · sdilts/cl-bindgen
v1.4.1
v1.4.1
New this Release:
- Added ability to specify which pointer types are fully expanded and which ones aren't
Bugfixes
- Typedefs are once again emitted correctly.
- Nested anonymous record types are now handled correctly.
- Fixed default implementation of the
macro_detector
function.
Release 1.3.0
Enhancement:
- Header guards are now filtered out by default. You can customize this
behavior with themacro_detector
processor option in the API
error: no signature found
Release 1.2.0
New this release
- New option
pkg-config
has been added to batch files. This option callspkg-config
and adds the given list of library's required compile flags to the clang arguments
Enhancement:
- The following types known by CFFI are now converted to the corresponding CFFI type instead of another value:
size_t
ssize_t
uintptr_t
intptr_t
ptrdiff_t
offset_t
1.1.3
1.1.2
Fixes for this release:
Improve Lispify-ing comments
+ don't remove '*' chars in the middle of comments
+ Remove spurious whitespace at the beginning of each line, but
conserve indentation after that
Fix spelling and grammar in the readme and some comments
Escape quotes in exported comments
+ Fixes issue #2
1.1.1
1.1.0
1.0.3
cl-bindgen 1.0.2
Clarify clang installation instructions
Initial Release
1.0.0 Increment major version number