about summary refs log tree commit diff stats
path: root/wrapperhelper/src/generator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPERHELPER] Added box32 and line number support in the wrapperhelper (#1890)rajdakin2024-09-301-0/+8
|
* [WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847)rajdakin2024-09-201-3/+3
|
* Improve the wrapper helper (#1844)rajdakin2024-09-201-3/+3
| | | | | * [WRAPPERHELPER] Fixed some issues, added better macros * [WRAPPERHELPER] Fixed type_t_equal_lax
* [WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', ↵rajdakin2024-09-101-1/+0
| | | | better parsing (#1813)
* [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ↵rajdakin2024-09-081-5/+10
| | | | mapping (#1807)
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-071-4/+14
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* Wrapper helper (#1799)rajdakin2024-09-061-0/+50
* [WRAPPERHELPER] Added wrapperhelper v0.1, tested on libc * [WRAPPED] Removed updates to libc from this branch * [WRAPPERHELPER] Removed GPL header and added modified LGPL header, added notes about licensing issues