Thibaut Lorrain
Thibaut Lorrain
The condition was inverted and prevented from finding the part in the store. Inverting it makes the export work
The current implementation never goes to a new line when writing a function pointer type, this can lead to long, difficult to read lines. The goal of this change is...
This fixes the following cmake errors ``` Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='x86'. ``` and ``` Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='arm'. ``` when crosscompiling for `i686-linux-android` and `armv7-linux-androideabi` android targets fixes #175
This builds on #853 and adds a new language backend capable of generating java bindings. The generated bindings use [JNA](https://github.com/java-native-access/jna) (I used the last version 5.13.0 while developing but this...
As discussed in #846 this introduces the notion of language backend in order to facilitate the addition of new supported languages to cbindgen Notable changes: - new `LanguageBackend` trait containing...