about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [BOX32] Fixed some issues with X11 and XRandR 32bits wrappingptitSeb2024-10-117-40/+65
* [BOX32][TRACE] Better for XRRSetScreenSizeptitSeb2024-10-111-0/+2
* [RV64_DYNAREC] Split 660f.c to speedup compilation a bit (#1924)Yang Liu2024-10-114-1288/+1348
* [BOX32] Added 2 more wrapped function to libcptitSeb2024-10-111-2/+2
* [BOX32] Added 2 more 32bits wrapped functionsptitSeb2024-10-111-2/+2
* [BOX32] Added 1 more 32bits wrapped functionptitSeb2024-10-111-1/+1
* [RV64_DYNAREC] Added more opcodes for vector (#1923)Yang Liu2024-10-113-11/+235
* [RV64_DYNAREC] Added more opcode for vector and some fixes too (#1920)Yang Liu2024-10-104-22/+57
* [ARM64_DYNAREC] Added a small optim for CALL 0 / POP reg type of sequenceptitSeb2024-10-101-1/+10
* [BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmpptitSeb2024-10-101-4/+3
* [BOX32] Actually fixed dlsym on RTLD_NEXT 32bits callptitSeb2024-10-101-1/+8
* [BOX32] Added and fixed some 32bits functions for libX11 and friendsptitSeb2024-10-1014-228/+346
* [BOX32] Fixed 32bits dlsym on RTLD_NEXT not workingptitSeb2024-10-101-0/+2
* [RV64_DYNAREC] Added more opcodes for vector (#1919)Yang Liu2024-10-101-0/+43
* [BOX32][WRAPPER] Added 32bits wrapped libXss (with new wrapperhelper)ptitSeb2024-10-107-0/+80
* [WRAPPER] Reworked libXss with new wrapperhelperptitSeb2024-10-104-11/+11
* [RV64_DYNAREC] Added more opcodes for vector (#1918)Yang Liu2024-10-103-0/+111
* [BOX32] Improved pthread_mutex handlingptitSeb2024-10-101-36/+59
* [BOX32] More 32bits SDL-1.2 wrapped functionsptitSeb2024-10-106-6/+39
* [BOX32] Fixed getifaddrs 32bits wrapped functionptitSeb2024-10-101-3/+2
* [RV64_DYNAREC] Added 1 more opcode for vector, some fixes too (#1917)Yang Liu2024-10-103-28/+49
* Fixed some command line handling regressionptitSeb2024-10-101-2/+7
* [BOX32] More 32bits wrapped functionsptitSeb2024-10-107-9/+86
* [RV64_DYNAREC] Added more boilerplate for vector (#1916)Yang Liu2024-10-107-6/+340
* [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormatptitSeb2024-10-109-41/+174
* Small changed to command line argument handlingptitSeb2024-10-102-14/+16
* [BOX32][TRACE] Small improvment to SDL_RWFromFile traceptitSeb2024-10-101-1/+1
* [BOX32] More X11 wrapping fixesptitSeb2024-10-098-53/+157
* [BOX32] Improved again, X11 and XImage handlingptitSeb2024-10-097-87/+102
* [BOX32] Improved handlong of XImageptitSeb2024-10-095-14/+29
* [BOX32] Fixed 32bits libc syscall 240ptitSeb2024-10-091-2/+2
* [BOX32] Fixed fcntl flock macros definitions (#1915)Yang Liu2024-10-091-10/+13
* [BOX32] Added better handling of fcntl (should help Wine when futex_waitv sys...ptitSeb2024-10-083-3/+56
* [BOX32] Added some more libSDL2 wrapped function (now linux limbo works, with...ptitSeb2024-10-084-23/+27
* Fixed non-Box32 buildsptitSeb2024-10-081-1/+2
* [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he...ptitSeb2024-10-0813-9/+140
* [BOX32] More 32bits wrapped functionsptitSeb2024-10-089-17/+106
* [BOX32] Refactored X11 wrapping, and add a few more functionsptitSeb2024-10-0814-904/+1346
* [RV64_DYNAREC] Added more opcodes and small optimizations (#1914)Yang Liu2024-10-083-2/+66
* Improve debugging trace of rb_treeptitSeb2024-10-084-11/+13
* [BOX32][DYNAREC] Allocate Dynarec memory in higher prereserve regionsptitSeb2024-10-081-2/+31
* Removed wine prereserve hack on munmap now that prereserve is better handledptitSeb2024-10-081-5/+2
* [RV64_DYNAREC] Fixed CVTSS2SD and CVTSD2SS opcodes (#1913)Yang Liu2024-10-084-31/+83
* [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed pot...ptitSeb2024-10-085-42/+67
* Small adjustment in 32bits custom memory hinterptitSeb2024-10-081-1/+1
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-0814-315/+315
* Small change in custom Aligned Memory AllocatorptitSeb2024-10-071-2/+3
* Some cosmetic changes and more macro, to ease future testings on custom mallocptitSeb2024-10-072-69/+76
* Added 66 6A opcode ([ARM64_DYNAREC] too) (for #1911)ptitSeb2024-10-072-1/+10
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-0720-298/+169