index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM64_DYNAREC][TRACE] Anothor small change on DYNAREC_MISSING=1 handling of ...
ptitSeb
2025-05-15
1
-1
/
+1
*
[ARM64_DYNAREC][TRACE] Improved DYNAREC_MISSING=1 handling of missing VEX pre...
ptitSeb
2025-05-15
1
-2
/
+2
*
[RV64_DYNAREC] Added and optimized some SSE/MMX opcodes (#2635)
Yang Liu
2025-05-15
2
-45
/
+60
*
[WRAPPER] added arm64 special case to of_unconvert helper function
ptitSeb
2025-05-14
2
-3
/
+12
*
[WRAPPER] Reduce the warning on of_unconvert helper function
ptitSeb
2025-05-14
2
-4
/
+10
*
[RV64_DYNAREC] Fixed a typo introduced lately (#2634)
Yang Liu
2025-05-14
1
-1
/
+1
*
[DOCS] Align usage.json and env.h (#2633)
Yang Liu
2025-05-14
3
-49
/
+22
*
[RCFILE] Made VOLATILE_METADATA default, and added/finetuned some game profiles
ptitSeb
2025-05-14
1
-1
/
+1
*
[RV64_DYNAREC] Added more mmx opcodes (#2629)
Yang Liu
2025-05-14
2
-9
/
+68
*
[RV64_DYNAREC] Added more mmx opcodes (#2630)
Yang Liu
2025-05-13
1
-1
/
+41
*
[RV64_DYNAREC] Added more mmx opcodes (#2627)
Yang Liu
2025-05-13
1
-3
/
+39
*
[RV64_DYNAREC] Added more mmx opcodes
Yang Liu
2025-05-13
2
-1
/
+112
*
rbtree needs initialized mutexes
André Zwing
2025-05-12
1
-1
/
+1
*
Improved libdl error message handling
ptitSeb
2025-05-12
1
-87
/
+48
*
Small improvment on printf_trace utility function
ptitSeb
2025-05-12
1
-12
/
+15
*
[WRAPPER] Added libOpenCL.so as synonym
ptitSeb
2025-05-12
2
-0
/
+2
*
[WRAPPER] Improved handling of multiple vulkan devices
ptitSeb
2025-05-12
1
-1
/
+6
*
[BOX32][WRAPPER] Added 1 more libc wrapped function
ptitSeb
2025-05-11
1
-1
/
+1
*
[WOW64] Initial implementation patches (#2619)
André Zwing
2025-05-11
3
-2
/
+92
*
[BOX32] Fixed an issue with *printf format handling missing # (help Borderlan...
ptitSeb
2025-05-11
1
-0
/
+1
*
[WRAPPER] Added more wrapped function to ffmpeg, and disable it with NOGTK=1,...
ptitSeb
2025-05-11
13
-51
/
+585
*
Improved custom gstreamer-1.0 installation (for new Proton launched from lin...
ptitSeb
2025-05-11
1
-0
/
+6
*
[BOX32][WRAPPER] Added some more 32bits wrapped libGL functions
ptitSeb
2025-05-10
6
-13
/
+135
*
[WRAPPER] Added 1 more function to wrapped fontconfig
ptitSeb
2025-05-10
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed a regression introduced with e7b71cba5fe8ef92cc50266ed3...
ptitSeb
2025-05-10
1
-0
/
+3
*
[WRAPPER] Added a few more wrapped function to ffmpegs libs
ptitSeb
2025-05-09
6
-3
/
+11
*
[RCFILE] Put back WEAKBARRIER 1 as default
ptitSeb
2025-05-09
1
-1
/
+1
*
Fixed a potential deadlock on custom memory managment (mostly for Box32)
ptitSeb
2025-05-09
1
-1
/
+3
*
[GDBJIT] Added a new option to register debuginfo only after trapped into sig...
Yang Liu
2025-05-09
6
-12
/
+24
*
[ENV] Refactored file-mapping handling (#2612)
Yang Liu
2025-05-08
4
-71
/
+38
*
[RCFILE] Fixed WEAKBARRIER=2 never taken into account
ptitSeb
2025-05-08
1
-1
/
+1
*
[WRAPPER] Added a couple of wrapped function to glib2 (for #71)
ptitSeb
2025-05-08
1
-0
/
+2
*
[DYNAREC] Use PE volatile metadata in dynarec (#2610)
Yang Liu
2025-05-07
18
-192
/
+290
*
[WRAPPER] Better handling of secure_getenv, but still not perfect
ptitSeb
2025-05-07
1
-3
/
+10
*
[NON4KPAGE] Fix AllocLoadElfMemory multiblocks wrong alignment (#2608) (#2609)
Leslie Zhai
2025-05-07
1
-2
/
+2
*
[WRAPPER] Added 1 more wrapped function to glib2 (for #71)
ptitSeb
2025-05-06
1
-0
/
+1
*
Added a simple PE loaded dedicated for volatileMetadata (#2607)
Yang Liu
2025-05-06
5
-11
/
+337
*
[BOX32][WRAPPER] Fix wrapping of XGetKeyboardMapping return (for #2135)
ptitSeb
2025-05-06
6
-5
/
+22
*
Try to fix some remaining regression with customme rbtree refactor (for #2600)
ptitSeb
2025-05-05
1
-1
/
+1
*
[RCFILE] Fixed all regression of BOX64_ADDLIBS settings
ptitSeb
2025-05-05
1
-0
/
+4
*
[TRACE] Better log for unsetenv and putenv functions
ptitSeb
2025-05-03
1
-0
/
+4
*
Use `setProtection_mmap` in `NewBrick` (#2599)
Chi-Kuan Chiu
2025-05-03
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed a regression on 256bits VBROADCAST[B/W] opcodes
ptitSeb
2025-05-03
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed generic case of VPSHUFD opcode on memory
ptitSeb
2025-05-03
1
-1
/
+1
*
[ARM64_DYNAREC] Better log for scratch after ymm warning
ptitSeb
2025-05-03
1
-2
/
+10
*
[ARM64_DYNAREC] Fixed an issue introduced with fastnan=0 handling of SQRTSS (...
ptitSeb
2025-05-02
1
-2
/
+2
*
[ARM64_DYNAREC] Small changes in a few AVX shift opcodes
ptitSeb
2025-05-01
1
-21
/
+6
*
[ARM64_DYNAREC] Added missing instruction name
ptitSeb
2025-05-01
1
-2
/
+2
*
[INTERP] Added missing opcode nae in comment
ptitSeb
2025-05-01
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed edge-case for VPERM2[F/I]128 opcodes
ptitSeb
2025-05-01
1
-2
/
+2
[prev]
[next]