about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* [DYNAREC] Fixed an issue with calling native function that return a long ↵ptitSeb2023-07-131-0/+18
| | | | double (for #881)
* [WRAPPER] Added more symbols for nss3 (#853)Yang Liu2023-06-231-0/+3
|
* [WRAPPER] Added more gtk functions (#849)Yang Liu2023-06-211-2/+4
| | | | | * [WRAPPER] Added more gtk functions * Fixed some gtk wrappers
* [WRAPPER] Added more symbols for openssl wrapper (#847)Yang Liu2023-06-191-0/+10
| | | | | * Added more symbols for openssl * Added more symbols for openssl
* [WRAPPER] Rework on libharfbuzz wrapper (#836)Yang Liu2023-06-131-0/+2
| | | | | | | | | | | | | | | | | | | | | * Rework of libharfbuzz, part 1 * Rework of libharfbuzz, part 2 * Rework of libharfbuzz, part 3 * Rework of libharfbuzz, part 4 * Rework of libharfbuzz, part 5 * Fixed typo * Fixed typo * Rework of libharfbuzz, part 6 * Rework of libharfbuzz, part 7 * Done
* Added a bunch of wrapped function to libssl.so.3, libcrytpo.so.3 and icu ↵ptitSeb2023-06-101-0/+7
| | | | (for #829)
* [WRAPPER] Added more libicu wrapped functions (for #829) (#831)Yang Liu2023-06-091-0/+3
|
* Added more libicu wrapped function (for #829)ptitSeb2023-06-091-0/+20
|
* Added some icu wrapped function (for #829)ptitSeb2023-06-091-0/+6
|
* [WRAPPER] Added some more libc wrappers (#826)Yang Liu2023-06-081-0/+3
|
* [WRAPPER] Added some wayland function wrappers (#807)Yang Liu2023-05-281-0/+3
|
* [WRAPPER] Added 4 more libc dprintf wrappers (#798)Yang Liu2023-05-221-0/+4
|
* Added some more libgstreamer wrapped functionsptitSeb2023-05-091-0/+3
|
* Added 4 XXX_chk function to wrapped libc (for #769)ptitSeb2023-05-081-0/+6
|
* Added some mpg123 wrapped functions (#762)Yang Liu2023-05-051-0/+3
| | | | | * Added some mpg123 wrapped functions * Added a warning to wrapperhelper README
* Added wrapped libharfbuzzptitSeb2023-04-281-0/+77
|
* Used wrapperhelper a bit on wraped libcrypto3ptitSeb2023-04-261-0/+45
|
* Used wrapperhelper on wrapped gtk3 and gdk3ptitSeb2023-04-241-47/+55
|
* Used wrapperhelper on wrapped libX11ptitSeb2023-04-241-58/+205
|
* Used wrapperhelper on SDL2 and friendsptitSeb2023-04-241-38/+24
|
* Used wrapperhelper on SDL1.2 and friendsptitSeb2023-04-241-6/+31
|
* Used wrapperhelper on wrapped pulseaudioptitSeb2023-04-241-6/+0
|
* Used wrapperhelper on wrapped liblzmaptitSeb2023-04-241-0/+18
|