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
...
*
[Box64] Fix compilation issues (#1938) (#1952)
Chi-Kuan Chiu
2024-10-22
2
-3
/
+6
*
[ARM64_DYNAREC] Added AVX.F3.0F 53 opcode
ptitSeb
2024-10-22
1
-0
/
+15
*
[BOX32] Added 1 more sdl2 wrapped function
ptitSeb
2024-10-22
4
-1
/
+5
*
[ARM64_DYNAREC] More work around native flags handling
ptitSeb
2024-10-20
10
-165
/
+242
*
[ARM64_DYNAREC] Fixed edgecase on MINSS/MAXSS when comparing 0.0 and -0.0
ptitSeb
2024-10-20
1
-2
/
+2
*
[ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ...
ptitSeb
2024-10-20
4
-0
/
+15
*
[ARM64_DYNAREC] Some small improvment to a few shift opcode, to use flagless ...
ptitSeb
2024-10-20
2
-102
/
+60
*
Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound)
ptitSeb
2024-10-19
2
-4
/
+21
*
[TRACE] Improved 32bits trace for FF 92 opocde
ptitSeb
2024-10-19
1
-0
/
+4
*
[BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functions
ptitSeb
2024-10-19
9
-34
/
+86
*
[BOX32] Fixed to a couple of wrapped libc functions
ptitSeb
2024-10-19
2
-10
/
+6
*
[BOX32][TRACE] Better trace for a sscanf variant
ptitSeb
2024-10-19
1
-1
/
+1
*
[BOX32][WRAPPER] Added 32bits wrapped regex libc functions
ptitSeb
2024-10-19
8
-4
/
+145
*
[BOX32][WRAPPER] Added some more libc wrapped function, and 32bits globalsymb...
ptitSeb
2024-10-19
8
-2
/
+128
*
[BOX32][WRAPPER] Added a few symbols to libSDL2
ptitSeb
2024-10-18
4
-7
/
+12
*
[WRAPPER] Added 1 missing symbol to libSDL2
ptitSeb
2024-10-18
1
-0
/
+1
*
[BOX32] A few more fixes to libX11 wrapping
ptitSeb
2024-10-18
3
-4
/
+4
*
Now x86_64 bash can be installed as box64-bash and will be automaticly used i...
ptitSeb
2024-10-18
1
-1
/
+3
*
Fixed box32 hash table un-init crashing on regular box64 ([BOX32] and improve...
ptitSeb
2024-10-18
1
-8
/
+12
*
[ARM64_DYNAREC] Fixed a regression with native flag commit (might help #1947)
ptitSeb
2024-10-18
1
-0
/
+7
*
[VULKAN] Added 2 more extensions
ptitSeb
2024-10-18
4
-0
/
+13
*
[BOX32] A few more X11 wrapped functions and fixes
ptitSeb
2024-10-18
6
-2
/
+29
*
[ARM64_DYNAREC][TRACE] Update LR on jumpnext on trace build so debug info in ...
ptitSeb
2024-10-18
1
-1
/
+3
*
[WRAPPER] Added gtk_marshal to gtk2 (for #1943)
ptitSeb
2024-10-17
2
-26
/
+59
*
[WRAPPER] Reworked libcups wrapping with new wrapperhelper
ptitSeb
2024-10-17
4
-374
/
+507
*
[ARM64_DYNAREC] Added directmapping of x86 flags to N, V and Z arm64 flags
ptitSeb
2024-10-17
14
-257
/
+897
*
Added 1 more wrapped symbol to gtk2 (for #1943)
ptitSeb
2024-10-17
4
-1
/
+34
*
[WRAPPER] Reworked libharfbuzz wrapping with new wrapperhelper
ptitSeb
2024-10-17
1
-6
/
+6
*
[WRAPPER] Added alternative libname for libFLAC
ptitSeb
2024-10-16
1
-0
/
+1
*
[RV64_DYNAREC] Added a few more opcodes for vector (#1941)
Yang Liu
2024-10-15
2
-0
/
+177
*
[RV64_DYNAREC][LA64_DYNAREC] Fixed various issues (#1940)
Yang Liu
2024-10-14
12
-52
/
+57
*
[NTERPRETER] Added 64 F6 opcodes (for #1932)
ptitSeb
2024-10-13
1
-0
/
+35
*
[BOX32] Fixed dlvsym for RTLD_NEXT, like dlsym
ptitSeb
2024-10-13
1
-1
/
+10
*
[BOX32] Some more 32bits wrapped symbols
ptitSeb
2024-10-13
4
-11
/
+15
*
[BOX32] Added some more 32bits wrapped function to libc
ptitSeb
2024-10-13
8
-10
/
+50
*
[BOX32][WRAPPER] Hacked some support for libGLX_nvidia.so.0
ptitSeb
2024-10-13
2
-1
/
+9
*
[WRAPPER] Hacked some support for libGLX_nvidia.so.0
ptitSeb
2024-10-13
2
-1
/
+9
*
[BOX32] Added some posix_file_action wrapped function, and fixed posix_spawn/...
ptitSeb
2024-10-13
6
-18
/
+96
*
[WRAPPER] Reworked libgnutls wrapping with new wrapperhelper
ptitSeb
2024-10-13
4
-938
/
+1074
*
[CORE] Refactored %pid trace file handling (#1933)
Yang Liu
2024-10-13
2
-34
/
+52
*
[INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)
ptitSeb
2024-10-13
2
-0
/
+20
*
[BOX32] Allow internal memory to be in 32bits space if needed
ptitSeb
2024-10-13
5
-20
/
+33
*
[BOX32] Reworked alignment for 32bits stacks
ptitSeb
2024-10-13
2
-2
/
+4
*
[BOX32] Added a few 32bits wrapped function libSDL2
ptitSeb
2024-10-13
4
-7
/
+11
*
[BOX32] More work on libX11 and friends, using more shadow structure like Scr...
ptitSeb
2024-10-12
15
-203
/
+463
*
[RV64_DYNAREC] Fixed more issues for vector (#1928)
Yang Liu
2024-10-12
3
-32
/
+55
*
[BOX32] Improved X11 event handling
ptitSeb
2024-10-12
18
-580
/
+2188
*
[RV64_DYNAREC] Fixed 66 0F 38 17 PTEST opcode for vector (#1927)
Yang Liu
2024-10-11
1
-6
/
+6
*
[RV64_DYNAREC] Wrapped icuuc75 (#1926)
Yang Liu
2024-10-11
12
-0
/
+319
*
[RV64_DYNAREC] Fixed an issue in CVTTSD2SI for vector (#1925)
Yang Liu
2024-10-11
1
-2
/
+2
[prev]
[next]