about summary refs log tree commit diff stats
path: root/wrapperhelper/src/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPERHELPER] Added the `--gst` option (#2072)rajdakin2024-11-251-3/+9
|
* [WRAPPERHELPER] Added pragma once support, fixed a preprocessor bug, fixed ↵rajdakin2024-10-291-0/+15
| | | | the wrapperhelper Makefile (#1977)
* [WRAPPERHELPER] Added box32 and line number support in the wrapperhelper (#1890)rajdakin2024-09-301-25/+76
|
* [WRAPPERHELPER] Fixed wrapperhelper (#1850)rajdakin2024-09-211-25/+128
|
* Improve the wrapper helper (#1844)rajdakin2024-09-201-4/+9
| | | | | * [WRAPPERHELPER] Fixed some issues, added better macros * [WRAPPERHELPER] Fixed type_t_equal_lax
* [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ↵rajdakin2024-09-081-9/+14
| | | | mapping (#1807)
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-071-10/+14
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* Upgraded the wrapper helper (#1803)rajdakin2024-09-071-34/+80
| | | | | * [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/+184
* [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