Releases: PMunch/futhark
Releases Β· PMunch/futhark
v0.9.0
- Add forwarding feature
- Remove
cuchar
- Generate fewer opaque types
v0.8.0
- Add a hooking system to be able to manipulate the Γpir output programatically
- Improve documentation around shipping wrappers
v0.7.4
What's Changed
- Fix support for short enums (cuchar, cschar workaround) in generated wrapper by @daniel-j in #53
- Fix issue with pre-ANSI C style function declarations
Full Changelog: v0.7.3...v0.7.4
v0.7.3
- Automatic finding and default fallback for Clang path
v0.7.2
- Add switches for improved readability/documentability but reduced compatibility
- Fix const generation for enums with duplicate values, add test for enum by @daniel-j in #50
- Improve clang detection based on #48 for tests by @daniel-j in #51
v0.7.1
- Fix bug with aliases for consts not being generated properly
- Add test cases
- Fix bug where opir would fail to run on Windows (unverified)
v0.7.0
- Improve support for destructors
- Allow system paths to be passed by define flag
- Support C
extern
V0.6.1
- Better handling of constants
- Fix for enum name collision
- Add slightly experimental support for int128/uint128, you might have to override these with your own types if the built in versions don't work