| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPERHELPER] Fixed a bug due to variadic arguments (#2455) | rajdakin | 2025-03-20 | 1 | -0/+1 |
| | | |||||
| * | [BOX32][WRAPPER] Prepare xcb_connection_t* as n on box32 | ptitSeb | 2024-12-16 | 1 | -1/+5 |
| | | |||||
| * | [WRAPPERHELPER] Fixed a use-after-free issue (#2118) | rajdakin | 2024-12-06 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPERHELPER] Transform from function to data if needed (#2089) | rajdakin | 2024-11-28 | 1 | -2/+2 |
| | | |||||
| * | [WRAPPERHELPER] Accept and ignore semicolons instead of declarations (#2081) | rajdakin | 2024-11-26 | 1 | -0/+2 |
| | | |||||
| * | [WRAPPERHELPER] Fixed a parsing error (#2079) | rajdakin | 2024-11-26 | 1 | -5/+7 |
| | | |||||
| * | [WRAPPERHELPER] Added the `--gst` option (#2072) | rajdakin | 2024-11-25 | 3 | -4/+20 |
| | | |||||
| * | [WRAPPERHELPER] Fixed pragma once handling (#2067) | rajdakin | 2024-11-24 | 1 | -51/+66 |
| | | |||||
| * | [WRAPPERHELPER] Added support to cast to enum (#2061) | rajdakin | 2024-11-23 | 1 | -3/+11 |
| | | |||||
| * | [WRAPPERHELPER] Added pragma once support, fixed a preprocessor bug, fixed ↵ | rajdakin | 2024-10-29 | 7 | -62/+169 |
| | | | | | the wrapperhelper Makefile (#1977) | ||||
| * | [WRAPPERHELPER] Removed double line added by mystake | ptitSeb | 2024-10-05 | 1 | -1/+0 |
| | | |||||
| * | [WRAPPERHELPER] Forgot to add the Makefile (#1895) | rajdakin | 2024-10-02 | 1 | -0/+2 |
| | | | | | | * [WRAPPERHELPER] Forgot to add the Makefile * [WRAPPERHELPER] Also sped up the build | ||||
| * | [BOX32][WRAPPER] Added 32bits wrapping for SDL2_image | ptitSeb | 2024-09-30 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPERHELPER] Added box32 and line number support in the wrapperhelper (#1890) | rajdakin | 2024-09-30 | 19 | -1771/+3625 |
| | | |||||
| * | [WRAPPERHELPER] Fixed wrapperhelper (#1850) | rajdakin | 2024-09-21 | 1 | -25/+128 |
| | | |||||
| * | [WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847) | rajdakin | 2024-09-20 | 11 | -414/+640 |
| | | |||||
| * | [WRAPPERHELPER] Added predefined mark-simple and conversions (#1845) | rajdakin | 2024-09-20 | 2 | -6/+63 |
| | | |||||
| * | [WRAPPER] Added hack for parser helper to __attribute inline and noreturn | ptitSeb | 2024-09-20 | 1 | -0/+4 |
| | | |||||
| * | Improve the wrapper helper (#1844) | rajdakin | 2024-09-20 | 12 | -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', ↵ | rajdakin | 2024-09-10 | 18 | -505/+943 |
| | | | | | better parsing (#1813) | ||||
| * | [WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine ↵ | rajdakin | 2024-09-08 | 7 | -298/+302 |
| | | | | | (#1808) | ||||
| * | [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ↵ | rajdakin | 2024-09-08 | 10 | -334/+483 |
| | | | | | mapping (#1807) | ||||
| * | [WRAPPERHELPER] General improvements (#1804) | rajdakin | 2024-09-07 | 15 | -166/+446 |
| | | | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched | ||||
| * | Upgraded the wrapper helper (#1803) | rajdakin | 2024-09-07 | 17 | -187/+804 |
| | | | | | | * [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option * [WRAPPERHELPER] Forgot the README | ||||
| * | Wrapper helper (#1799) | rajdakin | 2024-09-06 | 30 | -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) | wannacu | 2023-07-12 | 5 | -29/+75 |
| | | |||||
| * | Added some mpg123 wrapped functions (#762) | Yang Liu | 2023-05-05 | 1 | -0/+12 |
| | | | | | | * Added some mpg123 wrapped functions * Added a warning to wrapperhelper README | ||||
| * | [HELPER] Added support for builtin type distinction (long/long long) (#735) | rajdakin | 2023-04-23 | 1 | -44/+101 |
| | | |||||
| * | Added a bunch of wrapped functions (for #725) | ptitSeb | 2023-04-23 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER HELPER] First pass toward a better wrapper helper (#658) | rajdakin | 2023-03-31 | 6 | -553/+533 |
| | | |||||
| * | Add wrapperhelper from box86 (#657) | Jai A P | 2023-03-31 | 7 | -0/+1505 |
| * Add wrapperhelper (created by @wannacu, from box86) - Changes as compared to box86 version: - Default Guest Triple x64 - Default Host Triple arm64 | |||||