about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.ptitSeb2024-12-231-0/+2
* Added more rbtrees in dynarec managment, to speedup FindDynablockFromNativeAd...ptitSeb2024-12-231-5/+39
* [GDBJIT] Display register mapping annotations (#2185)Yang Liu2024-12-221-1/+0
* Improved memory tracking and 32bits memory allocationptitSeb2024-12-211-9/+4
* [GDBJIT] Refined RV64 and LA64 support (#2165)Yang Liu2024-12-181-2/+2
* [GDBJIT] Show x64pc in gdb, also added documentation (#2163)Yang Liu2024-12-181-1/+2
* Added initial GDBJIT support (#2162)Yang Liu2024-12-171-0/+134
* [WRAPPER] Made gtkclass.c less likely to be recompiled (#2153)Yang Liu2024-12-151-6/+87
* Change log level to INFO for Wine prereserve issues (for #2123)ptitSeb2024-12-081-2/+2
* [RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102)Yang Liu2024-12-021-0/+3
* Added a new memExist helper function and use it instead of getMmapped were it...ptitSeb2024-11-301-1/+1
* [WRAPPER] Refactored some glib2 signal handlingptitSeb2024-11-291-71/+0
* [WRAPPER] More work on gtk/gstreamer wrappingptitSeb2024-11-272-180/+134
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)Yang Liu2024-11-251-1/+3
* Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)ptitSeb2024-11-211-1/+1
* [TRACE] Don't try to decode a bridge if memory is not mapped or un-readableptitSeb2024-11-201-0/+4
* [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)Yang Liu2024-11-191-1/+1
* [TRACE] Use lower case hex on rbtreeptitSeb2024-11-171-6/+6
* Expose a few more CPU featuresptitSeb2024-11-161-0/+7
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-6/+0
* Added support for RDMSR, just in caseptitSeb2024-11-151-0/+1
* [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033)Yang Liu2024-11-141-0/+2
* [RCFILE] advertise that BOX64_DYNAREC_TEST=1 is appliedptitSeb2024-11-091-0/+1
* [RBTREE] Unify naming and prevent unintended symbol exposure (#2005)Jim Huang2024-11-061-71/+70
* [ARM64_DYNAREC] Reworked a bit FASTROUNDptitSeb2024-11-051-1/+1
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-021-0/+1
* [rebree]The name of rbtree is set error. (#1984)zymayunyan2024-10-311-1/+1
* [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ...ptitSeb2024-10-201-0/+2
* [CORE] Refactored %pid trace file handling (#1933)Yang Liu2024-10-131-2/+2
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-131-2/+3
* Improve debugging trace of rb_treeptitSeb2024-10-081-5/+7
* Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling of...ptitSeb2024-10-071-6/+34
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-2/+2
* Revert a change ffrom previous build and pushed missing BOX32 generated files...ptitSeb2024-09-291-1/+1
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-1/+2
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and libxcb...ptitSeb2024-09-191-9/+12
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-0/+8
* [BOX32] Small improvments on memory managementptitSeb2024-09-042-2/+2
* [RCFILE] Fixed some missing box_free/box_strdup in rcfileptitSeb2024-09-031-11/+11
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-011-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-263-84/+369
* Improved Steam wine compatibility, not perfect, but better (thanks Hugo for t...ptitSeb2024-08-091-1/+9
* [GTK] Added wrapped GstVideoBufferPoolptitSeb2024-08-071-0/+102
* [RCFILE] Added support for generic names in RCFilesptitSeb2024-07-251-19/+39
* Change (again) how Wine prereserved memory is allocated and freedptitSeb2024-07-161-2/+19
* Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us...ptitSeb2024-07-152-1/+2
* fix some spelling (#1668)josch2024-07-101-1/+1
* Fixes (#1659)rajdakin2024-07-092-6/+6
* Cosmetic changeptitSeb2024-07-051-1/+2
* Should not follow symlinks on file path resolution (#1644)Yip Coekjan2024-07-051-7/+24