about summary refs log tree commit diff stats
path: root/wrapperhelper/src/machine.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPERHELPER] Added box32 and line number support in the wrapperhelper (#1890)rajdakin2024-09-301-1/+4
|
* [WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847)rajdakin2024-09-201-5/+4
|
* [WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', ↵rajdakin2024-09-101-5/+0
| | | | better parsing (#1813)
* [WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine ↵rajdakin2024-09-081-0/+4
| | | | (#1808)
* Upgraded the wrapper helper (#1803)rajdakin2024-09-071-0/+33
* [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option * [WRAPPERHELPER] Forgot the README