about summary refs log tree commit diff stats
path: root/wrapperhelper/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WRAPPERHELPER] Fixed a bug due to variadic arguments (#2455)rajdakin2025-03-201-0/+1
* [BOX32][WRAPPER] Prepare xcb_connection_t* as n on box32ptitSeb2024-12-161-1/+5
* [WRAPPERHELPER] Fixed a use-after-free issue (#2118)rajdakin2024-12-061-1/+1
* [WRAPPERHELPER] Transform from function to data if needed (#2089)rajdakin2024-11-281-2/+2
* [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-253-4/+20
* [WRAPPERHELPER] Fixed pragma once handling (#2067)rajdakin2024-11-241-51/+66
* [WRAPPERHELPER] Added support to cast to enum (#2061)rajdakin2024-11-231-3/+11
* [WRAPPERHELPER] Added pragma once support, fixed a preprocessor bug, fixed th...rajdakin2024-10-297-62/+169
* [WRAPPERHELPER] Added box32 and line number support in the wrapperhelper (#1890)rajdakin2024-09-3013-1751/+3154
* [WRAPPERHELPER] Fixed wrapperhelper (#1850)rajdakin2024-09-211-25/+128
* [WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847)rajdakin2024-09-206-69/+189
* [WRAPPERHELPER] Added predefined mark-simple and conversions (#1845)rajdakin2024-09-201-0/+63
* Improve the wrapper helper (#1844)rajdakin2024-09-209-167/+414
* [WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', bett...rajdakin2024-09-109-412/+364
* [WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine (...rajdakin2024-09-087-298/+302
* [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ...rajdakin2024-09-087-320/+466
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-0713-138/+440
* Upgraded the wrapper helper (#1803)rajdakin2024-09-0714-177/+798
* Wrapper helper (#1799)rajdakin2024-09-0616-0/+10455