about summary refs log tree commit diff stats
path: root/wrapperhelper/src/cstring.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the wrapper helper (#1844)rajdakin2024-09-201-0/+10
| | | | | * [WRAPPERHELPER] Fixed some issues, added better macros * [WRAPPERHELPER] Fixed type_t_equal_lax
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-071-0/+19
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* Upgraded the wrapper helper (#1803)rajdakin2024-09-071-17/+38
| | | | | * [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/+115
* [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