about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [BOX32] Removed a debug leftoverptitSeb2024-11-231-1/+1
* Removed another debug leftoverptitSeb2024-11-201-1/+1
* Removed a debug leftoverptitSeb2024-11-201-1/+1
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-182-20/+95
* [BOX32] Fixed previous commitptitSeb2024-11-181-0/+1
* [BOX32] Fixed long double handling on printf like functionsptitSeb2024-11-181-2/+9
* [WRAPPER][BOX32] Fixed a few wrapped functions (for hl2)ptitSeb2024-11-161-0/+2
* Removed a debug leftoverptitSeb2024-11-161-1/+1
* Smal adjustment in singal handling for no-execution errorptitSeb2024-11-162-6/+7
* [WRAPPER] Fixed myStackAlignGVariantNew and refined the test too (#2038)Yang Liu2024-11-151-49/+31
* [TRACE] More info on signalptitSeb2024-11-151-3/+4
* [LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) (#2031)Leslie Zhai2024-11-141-0/+60
* [DYNAREC] Small chnage o hotpage detection to make it less sensitiveptitSeb2024-11-091-2/+4
* Improved getcontext/setcontext ([BOX32] too)ptitSeb2024-11-082-7/+9
* Removed a debug leftoverptitSeb2024-11-071-1/+0
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-072-0/+2
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-061-11/+17
* A bit more trace for emited signalsptitSeb2024-11-061-0/+2
* Silenced a signal messageptitSeb2024-11-051-1/+1
* Disabling memory bit test when pagesize is not 4KptitSeb2024-11-051-0/+2
* Improve handling of memory protection, and excution bitptitSeb2024-11-042-30/+100
* Improved clone wrapped function compatibilityptitSeb2024-10-301-1/+4
* [Box64] Fix compilation issues (#1938) (#1952)Chi-Kuan Chiu2024-10-221-2/+4
* [BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functionsptitSeb2024-10-191-0/+10
* [BOX32] Fixed to a couple of wrapped libc functionsptitSeb2024-10-191-5/+5
* [BOX32][WRAPPER] Added 32bits wrapped regex libc functionsptitSeb2024-10-191-0/+30
* [BOX32] A few more fixes to libX11 wrappingptitSeb2024-10-182-3/+3
* [BOX32] A few more X11 wrapped functions and fixesptitSeb2024-10-182-0/+14
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-132-4/+4
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-131-0/+1
* [BOX32] More work on libX11 and friends, using more shadow structure like Scr...ptitSeb2024-10-124-121/+276
* [BOX32] Improved X11 event handlingptitSeb2024-10-126-475/+1981
* [BOX32] Fixed some issues with X11 and XRandR 32bits wrappingptitSeb2024-10-112-31/+49
* [BOX32] Added and fixed some 32bits functions for libX11 and friendsptitSeb2024-10-104-0/+255
* [BOX32] Improved pthread_mutex handlingptitSeb2024-10-101-36/+59
* [BOX32] Fixed getifaddrs 32bits wrapped functionptitSeb2024-10-101-3/+2
* [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormatptitSeb2024-10-101-0/+72
* [BOX32] More X11 wrapping fixesptitSeb2024-10-092-4/+36
* [BOX32] Improved handlong of XImageptitSeb2024-10-093-2/+20
* [BOX32] Added better handling of fcntl (should help Wine when futex_waitv sys...ptitSeb2024-10-081-1/+25
* [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he...ptitSeb2024-10-082-0/+22
* [BOX32] Refactored X11 wrapping, and add a few more functionsptitSeb2024-10-084-0/+1153
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-083-219/+219
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-075-12/+42
* [BOX32] Added a couple of 32bits function to libcptitSeb2024-10-071-0/+78
* [BOX32][WRAPPING] Added 32bits wrapped libXi (with new wrapperhelper)ptitSeb2024-10-062-1/+69
* [BOX32] Forgot a few more x86 structure to properly alignptitSeb2024-10-062-7/+7
* [BOX32] Proper alignment for x86 structuresptitSeb2024-10-062-67/+67
* [BOX32] More work on various wrapper, and some bug fixesptitSeb2024-10-062-0/+52
* [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works fr...ptitSeb2024-10-052-0/+34