about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some potentials segfault with wine apps (maybe other too)ptitSeb2023-12-011-2/+4
* [TERMUX] Hopefully this will fix itptitSeb2023-12-012-2/+2
* [TERMUX] Added 2 faked wrapped libs (symbols should be in libc already)ptitSeb2023-12-014-0/+52
* [MALLOCHOOK] Small improvments to mallochook_2ptitSeb2023-12-016-18/+8
* [VULKAN] Better wrapping of vkCreateInstanceptitSeb2023-12-011-9/+50
* [ANDROID] Try to fix libbsd issuesptitSeb2023-12-012-1/+6
* [ANDROID] Small change that might help on android?ptitSeb2023-11-301-1/+0
* Added support for wrapped libbsd (needed for latest libstdc++ lib)ptitSeb2023-11-308-10/+186
* Use non-Android version of functions_list.txt on the repoptitSeb2023-11-281-1/+0
* [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092)Yang Liu2023-11-274-3/+50
* [ANDROID] Fix Compiling (#1091)Lily2023-11-272-0/+18
* Added a few wrapped libxcb and xcbrandr function (for Recursed)ptitSeb2023-11-272-13/+13
* [ANDROID] Added missing wrappedandroidshmem def headers (#1088)Lily2023-11-272-0/+16
* [ANDROID] This should fix Android build, again and againptitSeb2023-11-231-5/+5
* [ANDROID] This should fix Android build, againptitSeb2023-11-231-0/+2
* [ANDROID] This should fix Android buildptitSeb2023-11-231-0/+35
* Small change (mostly cosmetics) for some wrapped libc functionsptitSeb2023-11-231-20/+26
* Fixed some wrapped aio_ functions signature of librtptitSeb2023-11-236-12/+80
* Better dependancies for fontconfig lib (should help #1063)ptitSeb2023-11-131-1/+4
* Added wrapped curl_multi_poll function (for #1053)ptitSeb2023-11-091-0/+1
* Added 2 wrapped function to libfontconfig (for aesprites)ptitSeb2023-11-081-2/+2
* Added wrapped __isoc23_strtoul (for #1052)ptitSeb2023-11-071-0/+1
* Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)ptitSeb2023-11-071-1/+7
* Fixed some functions signature on gobject2ptitSeb2023-11-051-7/+7
* [TRACE] Show mmap size in hexptitSeb2023-11-051-1/+1
* Added some more gtk3/gdk3 wrapped functionsptitSeb2023-11-042-0/+28
* [ELFLOADER] Fixed loading of elf with huge alignmentptitSeb2023-11-011-3/+3
* [ELFLOADER] Last improvment to elfloader memory managment, should be good nowptitSeb2023-11-011-2/+5
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-6/+6
* Added full SSE 4.2 supportptitSeb2023-10-301-1/+1
* Small change on cpuid stuffsptitSeb2023-10-291-1/+1
* Better trace for mmap operationsptitSeb2023-10-281-6/+6
* More small improvment to wrapped mmap64ptitSeb2023-10-281-13/+26
* [WRAPPER] Fixed my_execl (#1044)wannacu2023-10-271-1/+6
* Another fix to wrapped mmap (should fix #1031, hopefully not creating more re...ptitSeb2023-10-271-2/+2
* Added 1 more Vulkan extensionptitSeb2023-10-261-0/+4
* [WRAPPER] Fixed my_mmap64 on MAP_FIXED handling, helps wine 8.18 (#1039)Yang Liu2023-10-261-2/+4
* Fixed wrapping of vkCreateDebugUtilsMessengerEXTptitSeb2023-10-252-3/+44
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-256-24/+192
* Added wrapped OpenCL (mostly complete, for wine)ptitSeb2023-10-249-1/+383
* Added some workaround for program that POKEUSER/PEEKUSER some drX value and e...ptitSeb2023-10-201-1/+13
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-138-58/+56
* [WRAPPER] Added missing function signature (#1024)Yang Liu2023-10-133-0/+5
* Add a new vulkan extension: VK_KHR_maintenance5 (#1021)Sophon2023-10-121-0/+6
* A bit more changes to cpuid bits and cpu identificationsptitSeb2023-10-111-2/+2
* Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb2023-10-111-1/+2
* Added a few libgomp wrapped function (for #1019)ptitSeb2023-10-116-5/+68
* Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help #1...ptitSeb2023-10-108-15/+15
* Fixed signature for functions in wrapped libatomic (will help #1013)ptitSeb2023-10-104-4/+14
* Added wrapped libayatana-appindicator3 and libdbusmenu-glib (for #1013)ptitSeb2023-10-1011-0/+341