| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added some more wrapped function to libdrm | ptitSeb | 2023-12-02 | 1 | -0/+20 | |
| | | ||||||
| * | [MALLOCHOOK] Small improvments to mallochook_2 | ptitSeb | 2023-12-01 | 1 | -4/+0 | |
| | | ||||||
| * | Fixed some wrapped aio_ functions signature of librt | ptitSeb | 2023-11-23 | 1 | -3/+2 | |
| | | ||||||
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -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) | ptitSeb | 2023-10-24 | 1 | -0/+52 | |
| | | ||||||
| * | Various changes on pthread cancel and tls destructor, should be easier to ↵ | ptitSeb | 2023-10-13 | 1 | -0/+2 | |
| | | | | | maintain | |||||
| * | [WRAPPER] Added missing function signature (#1024) | Yang Liu | 2023-10-13 | 1 | -0/+3 | |
| | | ||||||
| * | Added a few libgomp wrapped function (for #1019) | ptitSeb | 2023-10-11 | 1 | -0/+2 | |
| | | ||||||
| * | Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help ↵ | ptitSeb | 2023-10-10 | 1 | -3/+3 | |
| | | | | | #1018, probably other SDL2 program too) | |||||
| * | Fixed signature for functions in wrapped libatomic (will help #1013) | ptitSeb | 2023-10-10 | 1 | -0/+6 | |
| | | ||||||
| * | Improved gstreamer wrapping | ptitSeb | 2023-10-09 | 1 | -0/+6 | |
| | | ||||||
| * | Added a few wrapped symbols to libwayland-client | ptitSeb | 2023-10-08 | 1 | -0/+6 | |
| | | ||||||
| * | Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ↵ | ptitSeb | 2023-10-07 | 1 | -0/+4 | |
| | | | | | #986) | |||||
| * | Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997) | ptitSeb | 2023-10-07 | 1 | -2/+2 | |
| | | ||||||
| * | Added a few more wrapped function to libgssapi_krb5 (for wine) | ptitSeb | 2023-09-30 | 1 | -7/+4 | |
| | | ||||||
| * | Added a few missing GLES wrapped function to libGL | ptitSeb | 2023-09-26 | 1 | -0/+6 | |
| | | ||||||
| * | Improvd steam/proton handling, and gstreamer initialization and a large ↵ | ptitSeb | 2023-09-16 | 1 | -3/+81 | |
| | | | | | bunch of gtk improvments | |||||
| * | Wrapped some more libdrm and libgbm functions | ptitSeb | 2023-09-10 | 1 | -0/+7 | |
| | | ||||||
| * | Added some more wrapped functions | ptitSeb | 2023-09-09 | 1 | -0/+2 | |
| | | ||||||
| * | Added many symbols to wrapped libgmp (for #900) | ptitSeb | 2023-08-18 | 1 | -0/+9 | |
| | | ||||||
| * | Added some xcbrander wrapped symbols (for #287) | ptitSeb | 2023-08-11 | 1 | -0/+3 | |
| | | ||||||
| * | Submit the generation of wrapped library | wannacu | 2023-08-09 | 1 | -0/+4 | |
| | | ||||||
| * | Added a new vulkan extension | Xilin Wu | 2023-08-04 | 1 | -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 ↵ | ptitSeb | 2023-07-22 | 1 | -3/+2 | |
| | | | | | registers in general) | |||||
| * | Added some more wrapped symbols to libx11 and friends | ptitSeb | 2023-07-19 | 1 | -0/+2 | |
| | | ||||||
| * | [WRAPPERS] Generator version bump | rajdakin | 2023-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | Added a large bunch of wrapped functions to libnss3 and libnspr4 | ptitSeb | 2023-07-17 | 1 | -12/+195 | |
| | | ||||||
| * | [DYNAREC] Fixed an issue with calling native function that return a long ↵ | ptitSeb | 2023-07-13 | 1 | -0/+18 | |
| | | | | | double (for #881) | |||||
| * | [WRAPPER] Added more symbols for nss3 (#853) | Yang Liu | 2023-06-23 | 1 | -0/+3 | |
| | | ||||||
| * | [WRAPPER] Added more gtk functions (#849) | Yang Liu | 2023-06-21 | 1 | -2/+4 | |
| | | | | | | * [WRAPPER] Added more gtk functions * Fixed some gtk wrappers | |||||
| * | [WRAPPER] Added more symbols for openssl wrapper (#847) | Yang Liu | 2023-06-19 | 1 | -0/+10 | |
| | | | | | | * Added more symbols for openssl * Added more symbols for openssl | |||||
| * | [WRAPPER] Rework on libharfbuzz wrapper (#836) | Yang Liu | 2023-06-13 | 1 | -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 ↵ | ptitSeb | 2023-06-10 | 1 | -0/+7 | |
| | | | | | (for #829) | |||||
| * | [WRAPPER] Added more libicu wrapped functions (for #829) (#831) | Yang Liu | 2023-06-09 | 1 | -0/+3 | |
| | | ||||||
| * | Added more libicu wrapped function (for #829) | ptitSeb | 2023-06-09 | 1 | -0/+20 | |
| | | ||||||
| * | Added some icu wrapped function (for #829) | ptitSeb | 2023-06-09 | 1 | -0/+6 | |
| | | ||||||
| * | [WRAPPER] Added some more libc wrappers (#826) | Yang Liu | 2023-06-08 | 1 | -0/+3 | |
| | | ||||||
| * | [WRAPPER] Added some wayland function wrappers (#807) | Yang Liu | 2023-05-28 | 1 | -0/+3 | |
| | | ||||||
| * | [WRAPPER] Added 4 more libc dprintf wrappers (#798) | Yang Liu | 2023-05-22 | 1 | -0/+4 | |
| | | ||||||
| * | Added some more libgstreamer wrapped functions | ptitSeb | 2023-05-09 | 1 | -0/+3 | |
| | | ||||||
| * | Added 4 XXX_chk function to wrapped libc (for #769) | ptitSeb | 2023-05-08 | 1 | -0/+6 | |
| | | ||||||
| * | Added some mpg123 wrapped functions (#762) | Yang Liu | 2023-05-05 | 1 | -0/+3 | |
| | | | | | | * Added some mpg123 wrapped functions * Added a warning to wrapperhelper README | |||||
| * | Added wrapped libharfbuzz | ptitSeb | 2023-04-28 | 1 | -0/+77 | |
| | | ||||||
| * | Used wrapperhelper a bit on wraped libcrypto3 | ptitSeb | 2023-04-26 | 1 | -0/+45 | |
| | | ||||||
| * | Used wrapperhelper on wrapped gtk3 and gdk3 | ptitSeb | 2023-04-24 | 1 | -47/+55 | |
| | | ||||||
| * | Used wrapperhelper on wrapped libX11 | ptitSeb | 2023-04-24 | 1 | -58/+205 | |
| | | ||||||
| * | Used wrapperhelper on SDL2 and friends | ptitSeb | 2023-04-24 | 1 | -38/+24 | |
| | | ||||||
| * | Used wrapperhelper on SDL1.2 and friends | ptitSeb | 2023-04-24 | 1 | -6/+31 | |
| | | ||||||
| * | Used wrapperhelper on wrapped pulseaudio | ptitSeb | 2023-04-24 | 1 | -6/+0 | |
| | | ||||||
| * | Used wrapperhelper on wrapped liblzma | ptitSeb | 2023-04-24 | 1 | -0/+18 | |
| | | ||||||