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
*
Added more gtk3 wrapped functions (#720)
lizhuoheng
2023-04-21
7
-16
/
+147
*
[DYNAREC] Fixed an optimisation in getDBSize helper function
ptitSeb
2023-04-20
1
-0
/
+1
*
[RV64_DYNAREC] Added more opcodes (#718)
Yang Liu
2023-04-20
5
-2
/
+161
*
[RV64_DYNAREC] Added more opcodes (#717)
Yang Liu
2023-04-20
3
-10
/
+39
*
[DYNAREC] Try to test last opcode at end of block for unimplemented opcode
ptitSeb
2023-04-20
2
-3
/
+9
*
[RV64_DYNAREC] Added more opcodes and some fixes (#716)
Yang Liu
2023-04-20
5
-53
/
+148
*
[RV64_DYNAREC] Various fixes on many opcodes
ptitSeb
2023-04-19
9
-33
/
+47
*
[DYNAREC] Fixed signature of x64test function
ptitSeb
2023-04-19
1
-1
/
+1
*
Some sligth improvment to __vsnprintf_chk and vfprintf
ptitSeb
2023-04-19
7
-12
/
+23
*
[ARM64_DYNAREC] Fixed a small bug in 66 0F BC opcode
ptitSeb
2023-04-19
1
-1
/
+1
*
[RV64_DYNAREC] More fixes to a few opcodes
ptitSeb
2023-04-19
2
-1
/
+34
*
[RV64_DYNAREC] Remove 66 0F 3A 0B ROUNDSD opcode for now (#715)
Yang Liu
2023-04-19
1
-25
/
+23
*
Fixed non-dynarec build
ptitSeb
2023-04-19
1
-0
/
+4
*
[RV64_DYNAREC] Some fixes and small improvement to a few opcodes
ptitSeb
2023-04-19
3
-18
/
+20
*
[DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...
ptitSeb
2023-04-19
1
-0
/
+8
*
Added some weixin support (not really tested, for #711)
ptitSeb
2023-04-19
1
-1
/
+1
*
[RV64_DYNAREC] Fixed some bugs (#714)
Yang Liu
2023-04-19
2
-3
/
+3
*
[RV64_DYNAREC] Added more opcodes (#712)
xctan
2023-04-19
6
-3
/
+173
*
[RV64_DYNAREC] Added more opcode and some fixes (#710)
Yang Liu
2023-04-18
7
-22
/
+181
*
[ELF] Fixed a use-after-free issue (#709)
Yang Liu
2023-04-18
1
-2
/
+3
*
[WRAPPER] Added more fontconfig wrapped functions (#708)
Yang Liu
2023-04-18
1
-2
/
+2
*
[RV64_DYNAREC] Added F3 0F BD and 66 29 opcodes
ptitSeb
2023-04-17
2
-0
/
+67
*
[RV64_DYNAREC] Fixed SSE_LOOP_FQ helper macro
ptitSeb
2023-04-17
1
-2
/
+2
*
[RV64_DYNAREC] Added more opcodes (#706)
Yang Liu
2023-04-17
5
-2
/
+152
*
Fixed issue with program using getopts
ptitSeb
2023-04-17
1
-35
/
+43
*
[RV64_DYNAREC] Added more opcodes (#705)
Yang Liu
2023-04-17
6
-6
/
+126
*
Do less stuff in signal if it will not be printed out
ptitSeb
2023-04-17
1
-47
/
+49
*
[WRAPPER] Fixed mpg123 wrapper (#704)
Yang Liu
2023-04-17
6
-36
/
+3
*
[DYNAREC] Do not compute db on nn-block jump if no dynarec_log is used
ptitSeb
2023-04-16
1
-3
/
+5
*
Fixed __atomic_is_lock_free wrapped function signature
ptitSeb
2023-04-16
1
-1
/
+1
*
Added more gtk2 wrapped functions, and fixed gconf2 wrapped one
ptitSeb
2023-04-16
7
-40
/
+144
*
Added some more gconf2 wrapped functions
ptitSeb
2023-04-16
6
-15
/
+84
*
Added some wrapped function to libnss3 and friends
ptitSeb
2023-04-16
5
-15
/
+47
*
Added 2 more wrapped symbols to libm
ptitSeb
2023-04-16
1
-2
/
+2
*
[ARM64_DYNAREC] fixed DF E0 opcode
ptitSeb
2023-04-16
1
-1
/
+2
*
Do not compute name and other info if they are not shown on signal
ptitSeb
2023-04-16
1
-5
/
+7
*
Do not error out for missing weak R_X86_64_64 binding
ptitSeb
2023-04-16
1
-8
/
+10
*
Fixed dependancies for musl programs
ptitSeb
2023-04-16
1
-1
/
+1
*
Prepend ld_library list instead of append
ptitSeb
2023-04-16
1
-1
/
+1
*
Improved/fixed handling of dlopen with RTLD_NOLOAD flag
ptitSeb
2023-04-16
1
-3
/
+25
*
Added 1 more wrapped function to libatomic
ptitSeb
2023-04-16
1
-1
/
+1
*
Added more implied dependancies for musl programs
ptitSeb
2023-04-16
1
-1
/
+1
*
Improved support for musl programs
ptitSeb
2023-04-16
14
-1
/
+208
*
Added some libxml2 and libxst wrapped functions
ptitSeb
2023-04-16
8
-53
/
+252
*
[DYNAREC] General fixes and improvment for multithread and jit program. Helps...
ptitSeb
2023-04-16
13
-93
/
+193
*
Added 1 wrapped function to libdrm
ptitSeb
2023-04-16
4
-1
/
+6
*
Fixed segfault at exit of apps
ptitSeb
2023-04-16
1
-46
/
+49
*
Another fix for dlopen/dlclose sequence (should be ok now, at last)
ptitSeb
2023-04-16
3
-7
/
+8
*
[WRAPPER] Fixed a libFLAC func wrapper (for #701) (#702)
Yang Liu
2023-04-16
5
-8
/
+8
*
More fixes for dlclose/dlopen sequences
ptitSeb
2023-04-15
4
-38
/
+72
[next]