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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added vswscanf wrapped function (for #216)
ptitSeb
2022-01-25
4
-1
/
+16
*
|
Wrapped g_initable_new and g_initable_new_valist from libgio2
ptitSeb
2022-01-23
6
-73
/
+59
*
|
Fix(?) of the better wrapping for g_option_context_add_main_entries
ptitSeb
2022-01-23
1
-2
/
+2
*
|
Better wrapping for g_option_context_add_main_entries
ptitSeb
2022-01-23
5
-1
/
+64
*
|
Added preliminary wrapped libFAudio; libgstreamer (and friends) and libgmp
ptitSeb
2022-01-22
48
-6
/
+5534
*
|
Added 66 F0 FF opcodes
ptitSeb
2022-01-22
1
-0
/
+84
*
|
Fixed elfloader symbol version searching (in sync with box86)
ptitSeb
2022-01-22
1
-5
/
+7
*
|
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2022-01-22
10
-0
/
+86
|
\
\
|
*
\
Merge pull request #214 from ryanfortner/main
ptitSeb
2022-01-18
10
-0
/
+86
|
|
\
\
|
|
*
|
Add Python dependency to control file
Ryan Fortner
2022-01-18
1
-1
/
+1
|
|
*
|
Update COMPILE.md
Ryan Fortner
2022-01-18
1
-1
/
+1
|
|
*
|
upload base debianization
Ryan Fortner
2022-01-18
10
-0
/
+86
|
|
/
/
*
|
|
Improved 47bits memory limit for wine
ptitSeb
2022-01-17
1
-14
/
+23
*
|
|
Removed a duplicated macro
ptitSeb
2022-01-17
1
-1
/
+0
*
|
|
Improved wine detection
ptitSeb
2022-01-17
1
-1
/
+3
|
/
/
*
|
Fixed a typo in TBZ_MARK and TBNZ_MARK emitter (fixed infinite loop in Ex-Zod...
ptitSeb
2022-01-09
1
-2
/
+2
*
|
Small cleanup on unloading lib messages
ptitSeb
2022-01-09
1
-2
/
+2
*
|
[DYNAREC] Small optim to F0 81/83 /0 /5 opcodes
ptitSeb
2022-01-09
1
-8
/
+8
*
|
Added some missing wrapped functions to libudev-1.so
ptitSeb
2022-01-08
1
-3
/
+14
*
|
Another attempt to make the function to find versionned symbol more resiliant
ptitSeb
2022-01-08
1
-8
/
+9
*
|
[DYNAREC] Small change to unused PRECISE_CVT part
ptitSeb
2022-01-07
5
-10
/
+19
*
|
Merge pull request #204 from Seas0/main
ptitSeb
2022-01-07
4
-26
/
+141
|
\
\
|
*
\
Merge branch 'ptitSeb:main' into main
CorteX
2022-01-07
7
-85
/
+160
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)B
ptitSeb
2022-01-06
2
-78
/
+90
*
|
|
[DYNAREC] Added 8E opcode
ptitSeb
2022-01-06
1
-1
/
+13
*
|
|
Added deprecated libpng12.so, because it's more and more difficult to have a ...
ptitSeb
2022-01-06
1
-0
/
+0
*
|
|
[DYNAREC] Oops, fixed 66 0F D1/D2 opcodes
ptitSeb
2022-01-06
1
-2
/
+2
*
|
|
[DYNAREC] Added 66 0F D1 opcode and improved 66 0F D2 opcode
ptitSeb
2022-01-06
3
-5
/
+36
*
|
|
[DYNAREC] Added 66 0F E3 opcode
ptitSeb
2022-01-06
1
-1
/
+21
|
*
|
Sync configuration from box86
Seas0
2022-01-07
4
-26
/
+141
|
/
/
*
|
Made the missing symbol workaround more resiliant
ptitSeb
2022-01-05
1
-2
/
+5
*
|
Added a warning if launching a binary with a preinit array
ptitSeb
2022-01-05
1
-0
/
+4
*
|
Added 1 curl function (for #195)
ptitSeb
2022-01-05
1
-1
/
+1
*
|
Added some more glib2 wrapped functions (for #202 and second ticket of #195)
ptitSeb
2022-01-05
6
-175
/
+76
*
|
Added a Workaround when dlsym a native (versionned) symbol without default ve...
ptitSeb
2022-01-05
3
-0
/
+85
*
|
[DYNAREC] Added F0 66 09 opcode (for Metro Exodus)
ptitSeb
2022-01-03
1
-0
/
+22
*
|
Added many F0 66 opcodes (should help Metro Exodus)
ptitSeb
2022-01-03
1
-0
/
+80
*
|
[ARM64] Added some doc about the different hwcap constants
ptitSeb
2022-01-03
1
-0
/
+110
*
|
Added some workaround for program that calls 'uname -m' to get the architectu...
ptitSeb
2022-01-01
2
-8
/
+34
*
|
[DYNAREC] Added some more Memory Barrier when trying to emulate StrongMem mod...
ptitSeb
2022-01-01
1
-0
/
+4
*
|
[DYNAREC] Added DMB printer
ptitSeb
2022-01-01
1
-0
/
+4
*
|
Merge pull request #201 from Seas0/main
ptitSeb
2021-12-31
1
-2
/
+2
|
\
\
|
*
|
Fix the typo of CMakeLists.txt in Github Action configuration
Seas0
2022-01-01
1
-2
/
+2
|
/
/
*
|
Added a couple of libc wrapped functions
ptitSeb
2021-12-31
6
-2
/
+30
*
|
Cleaned up some special case detection from box86 that are 32bits only
ptitSeb
2021-12-31
1
-10
/
+0
*
|
Added empty wrapped libpci.so.3
ptitSeb
2021-12-31
8
-0
/
+97
*
|
[DYNAREC] Small change in dynablock handling
ptitSeb
2021-12-31
1
-4
/
+4
*
|
Added one more libcxb wrapped function
ptitSeb
2021-12-31
1
-2
/
+2
*
|
Added some drm related wrapped libs (from box86)
ptitSeb
2021-12-31
21
-28
/
+520
|
/
*
[DYNAREC] Fixed some border case for IDIV opcode
ptitSeb
2021-12-22
2
-2
/
+20
[prev]
[next]