about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a new memExist helper function and use it instead of getMmapped were ↵ptitSeb2024-11-301-1/+1
| | | | it make sense
* [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
| | | | | | | | | | | * [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions * Use sevl for wfe * Add docs * Fix typo * use switch case
* 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
| | | | | * [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option * Added it to the RCFILE
* [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
| | | | | Red-black tree operations now consistently use the 'rbtree_' prefix, and internal functions remain unexposed. Tested on RV64GC, resulting in a 498-byte reduction in the .text section size.
* [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
| | | | flags, as there is still a bug or two in that mode (for #1947)
* [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 ↵ptitSeb2024-10-071-6/+34
| | | | of wine prereserve)
* [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 ↵ptitSeb2024-09-291-1/+1
| | | | files too
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-1/+2
| | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-191-9/+12
| | | | libxcb-private
* [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 ↵ptitSeb2024-09-011-1/+1
| | | | crashing)
* Added preliminary Box32 support (#1760)ptitSeb2024-08-263-84/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com>
* Improved Steam wine compatibility, not perfect, but better (thanks Hugo for ↵ptitSeb2024-08-091-1/+9
| | | | the args)
* [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 ↵ptitSeb2024-07-152-1/+2
| | | | using it)
* fix some spelling (#1668)josch2024-07-101-1/+1
|
* Fixes (#1659)rajdakin2024-07-092-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures
* Cosmetic changeptitSeb2024-07-051-1/+2
|
* Should not follow symlinks on file path resolution (#1644)Yip Coekjan2024-07-051-7/+24
|
* Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ptitSeb2024-07-031-0/+1
| | | | with BOX64_UNITYPLAYER=0)
* [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)ptitSeb2024-06-241-1/+27
|
* Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version)ptitSeb2024-06-241-4/+55
|
* Improved handling of cpuid leaf 0x80000006ptitSeb2024-06-221-1/+1
|
* [RCFILE] Improved hendling of BOX64_NODYNARECptitSeb2024-06-211-14/+16
|
* Added BOX64_RESERVE_HIGH in rcfile handlingptitSeb2024-06-181-0/+5
|
* Fixed usage of getcpu, only enablign that for recent enough glibc (should ↵ptitSeb2024-06-171-1/+3
| | | | help #1586)
* [ANDROID] This should fix android buildptitSeb2024-06-131-0/+2
|
* More work on RDTSC emulationptitSeb2024-06-132-0/+11
|
* Only expose xsave extension if avx is usedptitSeb2024-06-071-2/+2
|