about summary refs log tree commit diff stats
path: root/wrapperhelper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPERHELPER] Fixed a bug due to variadic arguments (#2455)rajdakin2025-03-201-0/+1
|
* [BOX32][WRAPPER] Prepare xcb_connection_t* as n on box32ptitSeb2024-12-161-1/+5
|
* [WRAPPERHELPER] Fixed a use-after-free issue (#2118)rajdakin2024-12-061-1/+1
|
* [WRAPPERHELPER] Transform from function to data if needed (#2089)rajdakin2024-11-281-2/+2
|
* [WRAPPERHELPER] Accept and ignore semicolons instead of declarations (#2081)rajdakin2024-11-261-0/+2
|
* [WRAPPERHELPER] Fixed a parsing error (#2079)rajdakin2024-11-261-5/+7
|
* [WRAPPERHELPER] Added the `--gst` option (#2072)rajdakin2024-11-253-4/+20
|
* [WRAPPERHELPER] Fixed pragma once handling (#2067)rajdakin2024-11-241-51/+66
|
* [WRAPPERHELPER] Added support to cast to enum (#2061)rajdakin2024-11-231-3/+11
|
* [WRAPPERHELPER] Added pragma once support, fixed a preprocessor bug, fixed ↵rajdakin2024-10-297-62/+169
| | | | the wrapperhelper Makefile (#1977)
* [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 box32 and line number support in the wrapperhelper (#1890)rajdakin2024-09-3019-1771/+3625
|
* [WRAPPERHELPER] Fixed wrapperhelper (#1850)rajdakin2024-09-211-25/+128
|
* [WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847)rajdakin2024-09-2011-414/+640
|
* [WRAPPERHELPER] Added predefined mark-simple and conversions (#1845)rajdakin2024-09-202-6/+63
|
* [WRAPPER] Added hack for parser helper to __attribute inline and noreturnptitSeb2024-09-201-0/+4
|
* Improve the wrapper helper (#1844)rajdakin2024-09-2012-180/+849
| | | | | * [WRAPPERHELPER] Fixed some issues, added better macros * [WRAPPERHELPER] Fixed type_t_equal_lax
* [WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', ↵rajdakin2024-09-1018-505/+943
| | | | better parsing (#1813)
* [WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine ↵rajdakin2024-09-087-298/+302
| | | | (#1808)
* [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ↵rajdakin2024-09-0810-334/+483
| | | | mapping (#1807)
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-0715-166/+446
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* Upgraded the wrapper helper (#1803)rajdakin2024-09-0717-187/+804
| | | | | * [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option * [WRAPPERHELPER] Forgot the README
* Wrapper helper (#1799)rajdakin2024-09-0630-1579/+11596
| | | | | | | * [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
* [WRAPPER HELPER] Improve Record Parsing (#880)wannacu2023-07-125-29/+75
|
* Added some mpg123 wrapped functions (#762)Yang Liu2023-05-051-0/+12
| | | | | * Added some mpg123 wrapped functions * Added a warning to wrapperhelper README
* [HELPER] Added support for builtin type distinction (long/long long) (#735)rajdakin2023-04-231-44/+101
|
* Added a bunch of wrapped functions (for #725)ptitSeb2023-04-231-1/+1
|
* [WRAPPER HELPER] First pass toward a better wrapper helper (#658)rajdakin2023-03-316-553/+533
|
* Add wrapperhelper from box86 (#657)Jai A P2023-03-317-0/+1505
* Add wrapperhelper (created by @wannacu, from box86) - Changes as compared to box86 version: - Default Guest Triple x64 - Default Host Triple arm64