| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminated many compilation warnings (#2535) | Yang Liu | 2025-04-15 | 1 | -1/+1 |
| * | Added auto-generated x64Int3 printer (#2311) | Yang Liu | 2025-02-02 | 1 | -2/+53 |
| * | [RV64_DYNAREC] Extended simple wrapper for more int types (#2160) | xctan | 2024-12-17 | 1 | -4/+10 |
| * | Android Long Double handling (#2101) | ptitSeb | 2024-12-02 | 1 | -10/+78 |
| * | [WRAPPER] Small rework on wrapper return values | ptitSeb | 2024-11-02 | 1 | -4/+4 |
| * | [WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with hid... | ptitSeb | 2024-10-30 | 1 | -0/+1 |
| * | [WRAPPER] Fixed RV64 isSimpleWrappers (#1898) | rajdakin | 2024-10-03 | 1 | -3/+3 |
| * | [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo... | ptitSeb | 2024-09-09 | 1 | -31/+40 |
| * | [WRAPPED] Update libc wrappers (#1800) | rajdakin | 2024-09-06 | 1 | -3/+16 |
| * | [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797) | rajdakin | 2024-09-05 | 1 | -1/+1 |
| * | [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784) | rajdakin | 2024-09-01 | 1 | -41/+158 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -3/+4 |
| * | Wrapped lots of new function t be abble to run emulated libgnutls.so.30 | ptitSeb | 2024-07-14 | 1 | -0/+1 |
| * | Added wrapped support for EGL/GLESv2 | ptitSeb | 2024-02-29 | 1 | -1/+3 |
| * | [WRAPPING] Added supot for the 'long double complex' type | ptitSeb | 2024-02-09 | 1 | -19/+29 |
| * | [WRAPPERS] Fixed some typos in rebuild_wrappers.py (#1227) | xctan | 2024-01-29 | 1 | -2/+2 |
| * | [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185) | rajdakin | 2024-01-05 | 1 | -50/+68 |
| * | More work on xcb wrapping, as xcb_connection_t needs alignment | ptitSeb | 2023-12-26 | 1 | -73/+127 |
| * | [ANDROID] Try to fix build | ptitSeb | 2023-09-02 | 1 | -0/+1 |
| * | [WRAPPERS] Generator version bump | rajdakin | 2023-07-17 | 1 | -1/+1 |
| * | [WRAPPERS] Better isRetX87Wrapper definition in the Python script | rajdakin | 2023-07-17 | 1 | -9/+11 |
| * | [DYNAREC] Fixed an issue with calling native function that return a long doub... | ptitSeb | 2023-07-13 | 1 | -0/+23 |
| * | Improve an error message on python wrapper generator | ptitSeb | 2023-04-23 | 1 | -1/+1 |
| * | Fixed py wrapper generator for float complex on stack | ptitSeb | 2023-04-08 | 1 | -1/+1 |
| * | Fixed float complex handling as parameter | ptitSeb | 2023-04-07 | 1 | -1/+1 |
| * | Try to add complex function in libm | ptitSeb | 2023-04-06 | 1 | -15/+31 |
| * | Rmoved the 32bits->64bits wrapper hack (there might be some regression, but i... | ptitSeb | 2023-03-19 | 1 | -10/+10 |
| * | [WRAPPERS] Forgot to remove typing multiple definition comments | rajdakin | 2023-02-12 | 1 | -33/+32 |
| * | [WRAPPERS] Version update | rajdakin | 2023-02-12 | 1 | -1/+1 |
| * | [WRAPPERS] Fixed the Windows ABI | rajdakin | 2023-02-12 | 1 | -176/+256 |
| * | [WRAPPER] Forgot to filter out Windows function from isSimpleWrapper() | rajdakin | 2023-02-12 | 1 | -1/+3 |
| * | [WRAPPER] Added the Windows calling convention support | rajdakin | 2023-02-12 | 1 | -31/+66 |
| * | Added preliminary support for d3dadapter9, but need more work on calling conv... | ptitSeb | 2023-02-12 | 1 | -1/+2 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -1/+3 |
| * | Added preliminary support for wrapped libEGL | ptitSeb | 2022-06-05 | 1 | -0/+1 |
| * | Removed the Mapping import | rajdakin | 2021-08-01 | 1 | -5/+4 |
| * | Forgot to update version number | rajdakin | 2021-08-01 | 1 | -2/+1 |
| * | Fixed SDL2 build, allowing to include structures in function signatures | rajdakin | 2021-08-01 | 1 | -281/+547 |
| * | Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN... | rajdakin | 2021-07-31 | 1 | -60/+146 |
| * | [DYNAREC] Improved the fast native call path | ptitSeb | 2021-07-02 | 1 | -4/+7 |
| * | Fixed python wrapper builder | ptitSeb | 2021-06-05 | 1 | -18/+25 |
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 1 | -20/+35 |
| * | Fixed the Python script/added more typing | rajdakin | 2021-06-03 | 1 | -117/+148 |
| * | Added types to the Python script, fixed some issues | rajdakin | 2021-06-02 | 1 | -212/+374 |
| * | Added some comments to the Python script, changed little things | rajdakin | 2021-06-02 | 1 | -37/+122 |
| * | Fixed nexttoward(f) wrapped functions, and improved long double handling | ptitSeb | 2021-04-17 | 1 | -1/+1 |
| * | First pass | rajdakin | 2021-04-14 | 1 | -2/+6 |
| * | General improvements to box64 and fixed some SDL2 functions | rajdakin | 2021-04-11 | 1 | -52/+109 |
| * | Added a libvorbisfile wrapped function and fixed another one (structure as ar... | ptitSeb | 2021-04-08 | 1 | -36/+27 |
| * | [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64 | rajdakin | 2021-04-04 | 1 | -134/+185 |