about summary refs log tree commit diff stats
path: root/wrapperhelper/src/parse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPERHELPER] Added legacy __attribute support (#2996)Yang Liu2025-09-021-1/+1
|
* [BOX32][WRAPPER] Prepare xcb_connection_t* as n on box32ptitSeb2024-12-161-1/+5
|
* [WRAPPERHELPER] Accept and ignore semicolons instead of declarations (#2081)rajdakin2024-11-261-0/+2
|
* [WRAPPERHELPER] Fixed a parsing error (#2079)rajdakin2024-11-261-5/+7
|
* [WRAPPERHELPER] Added the `--gst` option (#2072)rajdakin2024-11-251-0/+9
|
* [WRAPPERHELPER] Added support to cast to enum (#2061)rajdakin2024-11-231-3/+11
|
* [WRAPPERHELPER] Added box32 and line number support in the wrapperhelper (#1890)rajdakin2024-09-301-493/+571
|
* [WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847)rajdakin2024-09-201-9/+56
|
* [WRAPPERHELPER] Added predefined mark-simple and conversions (#1845)rajdakin2024-09-201-0/+63
|
* Improve the wrapper helper (#1844)rajdakin2024-09-201-64/+197
| | | | | * [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-45/+182
| | | | better parsing (#1813)
* [WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine ↵rajdakin2024-09-081-205/+39
| | | | (#1808)
* [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ↵rajdakin2024-09-081-35/+76
| | | | mapping (#1807)
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-071-4/+62
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* Upgraded the wrapper helper (#1803)rajdakin2024-09-071-4/+5
| | | | | * [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option * [WRAPPERHELPER] Forgot the README
* Wrapper helper (#1799)rajdakin2024-09-061-0/+3164
* [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