| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ELFLOADER] Fixed loading of elf with huge alignment | ptitSeb | 2023-11-01 | 1 | -3/+3 |
| * | [ELFLOADER] Last improvment to elfloader memory managment, should be good now | ptitSeb | 2023-11-01 | 1 | -2/+5 |
| * | [ELFLOADER] Changed how memory is managed in elfloader | ptitSeb | 2023-10-31 | 1 | -6/+6 |
| * | Added full SSE 4.2 support | ptitSeb | 2023-10-30 | 1 | -1/+1 |
| * | Small change on cpuid stuffs | ptitSeb | 2023-10-29 | 1 | -1/+1 |
| * | Better trace for mmap operations | ptitSeb | 2023-10-28 | 1 | -6/+6 |
| * | More small improvment to wrapped mmap64 | ptitSeb | 2023-10-28 | 1 | -13/+26 |
| * | [WRAPPER] Fixed my_execl (#1044) | wannacu | 2023-10-27 | 1 | -1/+6 |
| * | Another fix to wrapped mmap (should fix #1031, hopefully not creating more re... | ptitSeb | 2023-10-27 | 1 | -2/+2 |
| * | Added 1 more Vulkan extension | ptitSeb | 2023-10-26 | 1 | -0/+4 |
| * | [WRAPPER] Fixed my_mmap64 on MAP_FIXED handling, helps wine 8.18 (#1039) | Yang Liu | 2023-10-26 | 1 | -2/+4 |
| * | Fixed wrapping of vkCreateDebugUtilsMessengerEXT | ptitSeb | 2023-10-25 | 2 | -3/+44 |
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 6 | -24/+192 |
| * | Added wrapped OpenCL (mostly complete, for wine) | ptitSeb | 2023-10-24 | 9 | -1/+383 |
| * | Added some workaround for program that POKEUSER/PEEKUSER some drX value and e... | ptitSeb | 2023-10-20 | 1 | -1/+13 |
| * | Various changes on pthread cancel and tls destructor, should be easier to mai... | ptitSeb | 2023-10-13 | 8 | -58/+56 |
| * | [WRAPPER] Added missing function signature (#1024) | Yang Liu | 2023-10-13 | 3 | -0/+5 |
| * | Add a new vulkan extension: VK_KHR_maintenance5 (#1021) | Sophon | 2023-10-12 | 1 | -0/+6 |
| * | A bit more changes to cpuid bits and cpu identifications | ptitSeb | 2023-10-11 | 1 | -2/+2 |
| * | Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn... | ptitSeb | 2023-10-11 | 1 | -1/+2 |
| * | Added a few libgomp wrapped function (for #1019) | ptitSeb | 2023-10-11 | 6 | -5/+68 |
| * | Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help #1... | ptitSeb | 2023-10-10 | 8 | -15/+15 |
| * | Fixed signature for functions in wrapped libatomic (will help #1013) | ptitSeb | 2023-10-10 | 4 | -4/+14 |
| * | Added wrapped libayatana-appindicator3 and libdbusmenu-glib (for #1013) | ptitSeb | 2023-10-10 | 11 | -0/+341 |
| * | Fixed a nasty issue with wrapping of libpcre | ptitSeb | 2023-10-10 | 1 | -1/+4 |
| * | Fixed processor/core count in cpuid and proc/cpuinfo | ptitSeb | 2023-10-10 | 1 | -88/+8 |
| * | Improved gstreamer wrapping | ptitSeb | 2023-10-09 | 6 | -430/+444 |
| * | Added a few wrapped symbols to libwayland-client | ptitSeb | 2023-10-08 | 4 | -10/+22 |
| * | Added __isoc99_vswscanf wrapped function (for #1015) | ptitSeb | 2023-10-08 | 4 | -7/+10 |
| * | Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ... | ptitSeb | 2023-10-07 | 13 | -0/+1183 |
| * | Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997) | ptitSeb | 2023-10-07 | 10 | -8/+204 |
| * | Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ... | SeeSchloß | 2023-10-03 | 1 | -1/+1 |
| * | Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004) | KreitinnSoftware | 2023-10-02 | 68 | -182/+745 |
| * | Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) (#... | SeeSchloß | 2023-10-02 | 1 | -1/+1 |
| * | [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001) | KreitinnSoftware | 2023-10-01 | 1 | -1/+5 |
| * | Added a few more wrapped function to libgssapi_krb5 (for wine) | ptitSeb | 2023-09-30 | 4 | -18/+13 |
| * | Use libdl whenever libc is used (for #984) | ptitSeb | 2023-09-28 | 2 | -4/+2 |
| * | Added a few missing GLES wrapped function to libGL | ptitSeb | 2023-09-26 | 4 | -0/+20 |
| * | Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04) | ptitSeb | 2023-09-26 | 11 | -0/+311 |
| * | Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions fo... | SeeSchloß | 2023-09-25 | 1 | -0/+2 |
| * | Small changes to wrapped libdl on last_error handling | ptitSeb | 2023-09-16 | 1 | -19/+19 |
| * | Small change to fileno wrapped signature | ptitSeb | 2023-09-16 | 1 | -2/+2 |
| * | Improvd steam/proton handling, and gstreamer initialization and a large bunch... | ptitSeb | 2023-09-16 | 77 | -537/+3657 |
| * | Wrapped some more libdrm and libgbm functions | ptitSeb | 2023-09-10 | 7 | -16/+90 |
| * | Removed some debug leftover in libgstreamer | ptitSeb | 2023-09-09 | 4 | -10/+4 |
| * | Added some more wrapped functions | ptitSeb | 2023-09-09 | 9 | -11/+115 |
| * | Added some __isoc23_XXX wrapped function as synonym to libc (for #943) | ptitSeb | 2023-09-09 | 3 | -0/+7 |
| * | Added 1 vk extension (for #963) | ptitSeb | 2023-09-03 | 1 | -0/+3 |
| * | Added 1 wrapped function (for #229) | ptitSeb | 2023-09-02 | 4 | -1/+30 |
| * | [ANDROID] f..ing fix, again | ptitSeb | 2023-09-02 | 1 | -1/+1 |