about summary refs log tree commit diff stats
path: root/wrapperhelper/src/machine.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPERHELPER] Added box32 and line number support in the wrapperhelper (#1890)rajdakin2024-09-301-90/+177
|
* [WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847)rajdakin2024-09-201-22/+72
|
* [WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', ↵rajdakin2024-09-101-136/+35
| | | | better parsing (#1813)
* [WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine ↵rajdakin2024-09-081-0/+214
| | | | (#1808)
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-071-19/+25
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* Upgraded the wrapper helper (#1803)rajdakin2024-09-071-0/+178
* [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option * [WRAPPERHELPER] Forgot the README