about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some more wrapped libm functionsptitSeb2024-02-271-0/+8
|
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-261-20/+28
| | | | others tickets)
* Added some various wrapped function (for rpcs3, but still not working)ptitSeb2024-02-231-4/+3
|
* Added some more symbol to wrapped libgnutlsptitSeb2024-02-181-0/+3
|
* Added some more wrapped function to libc, libXt and libX11ptitSeb2024-02-161-0/+5
|
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-091-3/+13
|
* Added some more symbols to wrapped libmptitSeb2024-02-091-0/+20
|
* Added some more function to wrapped libcrypto.so.3 and libssl.so.3ptitSeb2024-02-041-0/+8
|
* [WRAPPER] Regenerated the wrapper files (#1241)rajdakin2024-02-011-1/+1
|
* Added a few wrapped function to libcupsptitSeb2024-01-201-0/+2
|
* [VULKAN] Added some more extensions (for #424)ptitSeb2024-01-121-0/+7
|
* Added 1 more wrapped function to libcupsptitSeb2024-01-101-0/+3
|
* expose minimal libxcb-xinput wrapper (#1192)Frank Benkstein2024-01-081-0/+4
| | | | | Expose minimal libxcb-xinput interface, enough to run the Enpass password manager. Also expose XkbGetIndicatorState since that is also required.
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-051-1/+359
| | | | | * [WRAPPERS] Added an isSimpleWrapper function for RV64 * [WRAPPERS] Version bump
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-311-0/+2
|
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-271-0/+3
| | | | | | | * [WRAPPER] Added 1 more wrapped libc functions * [RCFILE] Disable CALL/RET optimization for zoom (#1170) * Do not delete BOX64_DYNAREC_CALLRET=1 in case we make it not default again
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-160/+201
|
* Reviewed signatures of libxcb and libdbus libsptitSeb2023-12-241-41/+56
|
* Added more wrapped signature to libnuma and libxcb (should help #531)ptitSeb2023-12-241-2/+5
|
* Added more wrapped function to libnss3, libnssutils3 and libnspr4 (for ↵ptitSeb2023-12-211-0/+2
| | | | GridAutosport)
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-151-3/+4
|
* Small fixes to a few pulse wrapped symbol signatureptitSeb2023-12-091-0/+6
|
* Added some new wrapped function to pulseaudioptitSeb2023-12-071-0/+2
|
* Added some more wrapped function to libdrmptitSeb2023-12-021-0/+20
|
* [MALLOCHOOK] Small improvments to mallochook_2ptitSeb2023-12-011-4/+0
|
* Fixed some wrapped aio_ functions signature of librtptitSeb2023-11-231-3/+2
|
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-4/+16
| | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build
* Added wrapped OpenCL (mostly complete, for wine)ptitSeb2023-10-241-0/+52
|
* Various changes on pthread cancel and tls destructor, should be easier to ↵ptitSeb2023-10-131-0/+2
| | | | maintain
* [WRAPPER] Added missing function signature (#1024)Yang Liu2023-10-131-0/+3
|
* Added a few libgomp wrapped function (for #1019)ptitSeb2023-10-111-0/+2
|
* Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help ↵ptitSeb2023-10-101-3/+3
| | | | #1018, probably other SDL2 program too)
* Fixed signature for functions in wrapped libatomic (will help #1013)ptitSeb2023-10-101-0/+6
|
* Improved gstreamer wrappingptitSeb2023-10-091-0/+6
|
* Added a few wrapped symbols to libwayland-clientptitSeb2023-10-081-0/+6
|
* Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ↵ptitSeb2023-10-071-0/+4
| | | | #986)
* Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997)ptitSeb2023-10-071-2/+2
|
* Added a few more wrapped function to libgssapi_krb5 (for wine)ptitSeb2023-09-301-7/+4
|
* Added a few missing GLES wrapped function to libGLptitSeb2023-09-261-0/+6
|
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-161-3/+81
| | | | bunch of gtk improvments
* Wrapped some more libdrm and libgbm functionsptitSeb2023-09-101-0/+7
|
* Added some more wrapped functionsptitSeb2023-09-091-0/+2
|
* Added many symbols to wrapped libgmp (for #900)ptitSeb2023-08-181-0/+9
|
* Added some xcbrander wrapped symbols (for #287)ptitSeb2023-08-111-0/+3
|
* Submit the generation of wrapped librarywannacu2023-08-091-0/+4
|
* Added a new vulkan extensionXilin Wu2023-08-041-0/+1
| | | | | | | VK_EXT_descriptor_buffer is used by vkd3d-proton for implementing the full Direct3D 12 API Tested on Snapdragon 888 with Mesa Turnip
* Hacked wrapped ptrace to avoid crash when wine handle exception (and debug ↵ptitSeb2023-07-221-3/+2
| | | | registers in general)
* Added some more wrapped symbols to libx11 and friendsptitSeb2023-07-191-0/+2
|
* [WRAPPERS] Generator version bumprajdakin2023-07-171-1/+1
|
* Added a large bunch of wrapped functions to libnss3 and libnspr4ptitSeb2023-07-171-12/+195
|