Releases: bottlenoselabs/c2ffi
Releases · bottlenoselabs/c2ffi
v2024.05.12
What's Changed
- Fix bug enum values in another header file by @lithiumtoast in #31
Full Changelog: v2024.04.11...v2024.05.12
v2024.04.11
What's Changed
- Use common
Tool
abstraction by @lithiumtoast in #30
Full Changelog: v2024.04.10...v2024.04.11
v2024.04.10
What's Changed
- Fix custom defines by @lithiumtoast in #24
- Use regex patterns for ignoring functions, variables, or macro objects by @lithiumtoast in #25
- Forgot to ignore function like macros by @lithiumtoast in #26
- Remove unused config options by @lithiumtoast in #27
- Package
c2ffi.data
as a C# library by @lithiumtoast in #28 - Anonymous structs and unions by @lithiumtoast in #29
Full Changelog: v2024.04.08...v2024.04.10
v2024.04.08
What's Changed
- Use default visibility of hidden by @lithiumtoast in #23
Full Changelog: v2024.04.07...v2024.04.08
v2024.04.07
What's Changed
- Fix extracting functions with attributes by @lithiumtoast in #22
Full Changelog: v2024.04.04...v2024.04.07
v2024.04.04
What's Changed
- FIx macro object type infos by @lithiumtoast in #21
Full Changelog: v2024.04.02...v2024.04.04
v2024.04.02
What's Changed
- GitHub actions by @lithiumtoast in #2
- Add more end-to-end tests by @lithiumtoast in #3
- Rename
c2json
toc2ffi
by @lithiumtoast in #4 - Add merge command and tests by @lithiumtoast in #5
- Object macros by @lithiumtoast in #6
- Variables by @lithiumtoast in #7
- Type aliases by @lithiumtoast in #8
- Enums by @lithiumtoast in #9
- Fix system decls by @lithiumtoast in #10
- Add option to allow macro objects by name by @lithiumtoast in #11
- Fix sorting by @lithiumtoast in #12
- Allow variables by name by @lithiumtoast in #13
- Add macro object test when invalid by @lithiumtoast in #14
- Allow functions by name by @lithiumtoast in #15
- Fix location logic and improve function tests by @lithiumtoast in #16
- Fix Linux system headers by @lithiumtoast in #17
- Refactor location method by @lithiumtoast in #18
- Fix macro objects by @lithiumtoast in #19
- Function pointers by @lithiumtoast in #20
New Contributors
- @lithiumtoast made their first contribution in #2
Full Changelog: https://github.com/bottlenoselabs/c2ffi/commits/v2024.04.02