about summary refs log tree commit diff stats
path: root/wrapperhelper/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPERHELPER] Removed double line added by mystakeptitSeb2024-10-051-1/+0
|
* [WRAPPERHELPER] Forgot to add the Makefile (#1895)rajdakin2024-10-021-0/+2
| | | | | * [WRAPPERHELPER] Forgot to add the Makefile * [WRAPPERHELPER] Also sped up the build
* [BOX32][WRAPPER] Added 32bits wrapping for SDL2_imageptitSeb2024-09-301-0/+1
|
* [WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', ↵rajdakin2024-09-101-1/+1
| | | | better parsing (#1813)
* [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ↵rajdakin2024-09-081-1/+1
| | | | mapping (#1807)
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-071-0/+6
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* Upgraded the wrapper helper (#1803)rajdakin2024-09-071-0/+1
| | | | | * [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/+299
* [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