about summary refs log tree commit diff stats
path: root/rebuild_wrappers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-1/+1
* Added auto-generated x64Int3 printer (#2311)Yang Liu2025-02-021-2/+53
* [RV64_DYNAREC] Extended simple wrapper for more int types (#2160)xctan2024-12-171-4/+10
* Android Long Double handling (#2101)ptitSeb2024-12-021-10/+78
* [WRAPPER] Small rework on wrapper return valuesptitSeb2024-11-021-4/+4
* [WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with hid...ptitSeb2024-10-301-0/+1
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-3/+3
* [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo...ptitSeb2024-09-091-31/+40
* [WRAPPED] Update libc wrappers (#1800)rajdakin2024-09-061-3/+16
* [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797)rajdakin2024-09-051-1/+1
* [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)rajdakin2024-09-011-41/+158
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-3/+4
* Wrapped lots of new function t be abble to run emulated libgnutls.so.30ptitSeb2024-07-141-0/+1
* Added wrapped support for EGL/GLESv2ptitSeb2024-02-291-1/+3
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-091-19/+29
* [WRAPPERS] Fixed some typos in rebuild_wrappers.py (#1227)xctan2024-01-291-2/+2
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-051-50/+68
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-73/+127
* [ANDROID] Try to fix buildptitSeb2023-09-021-0/+1
* [WRAPPERS] Generator version bumprajdakin2023-07-171-1/+1
* [WRAPPERS] Better isRetX87Wrapper definition in the Python scriptrajdakin2023-07-171-9/+11
* [DYNAREC] Fixed an issue with calling native function that return a long doub...ptitSeb2023-07-131-0/+23
* Improve an error message on python wrapper generatorptitSeb2023-04-231-1/+1
* Fixed py wrapper generator for float complex on stackptitSeb2023-04-081-1/+1
* Fixed float complex handling as parameterptitSeb2023-04-071-1/+1
* Try to add complex function in libmptitSeb2023-04-061-15/+31
* Rmoved the 32bits->64bits wrapper hack (there might be some regression, but i...ptitSeb2023-03-191-10/+10
* [WRAPPERS] Forgot to remove typing multiple definition commentsrajdakin2023-02-121-33/+32
* [WRAPPERS] Version updaterajdakin2023-02-121-1/+1
* [WRAPPERS] Fixed the Windows ABIrajdakin2023-02-121-176/+256
* [WRAPPER] Forgot to filter out Windows function from isSimpleWrapper()rajdakin2023-02-121-1/+3
* [WRAPPER] Added the Windows calling convention supportrajdakin2023-02-121-31/+66
* Added preliminary support for d3dadapter9, but need more work on calling conv...ptitSeb2023-02-121-1/+2
* Malloc override (#437)ptitSeb2022-10-291-1/+3
* Added preliminary support for wrapped libEGLptitSeb2022-06-051-0/+1
* Removed the Mapping importrajdakin2021-08-011-5/+4
* Forgot to update version numberrajdakin2021-08-011-2/+1
* Fixed SDL2 build, allowing to include structures in function signaturesrajdakin2021-08-011-281/+547
* Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN...rajdakin2021-07-311-60/+146
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-4/+7
* Fixed python wrapper builderptitSeb2021-06-051-18/+25
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-20/+35
* Fixed the Python script/added more typingrajdakin2021-06-031-117/+148
* Added types to the Python script, fixed some issuesrajdakin2021-06-021-212/+374
* Added some comments to the Python script, changed little thingsrajdakin2021-06-021-37/+122
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-171-1/+1
* First passrajdakin2021-04-141-2/+6
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-52/+109
* Added a libvorbisfile wrapped function and fixed another one (structure as ar...ptitSeb2021-04-081-36/+27
* [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-041-134/+185