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
...
*
[DYNAREC] No need to save op1 and op2 for defered flag computation on logic o...
ptitSeb
2022-04-18
1
-36
/
+3
*
[DYNAREC] Simpler writing for this test
ptitSeb
2022-04-18
1
-1
/
+1
*
[DYNAREC] Small optim on flags barrier handling
ptitSeb
2022-04-18
1
-10
/
+7
*
[DYNAREC] Added F0 21 opcode
ptitSeb
2022-04-17
1
-0
/
+20
*
[DYNAREC] Added 66 0F 3A DF opcode
ptitSeb
2022-04-17
3
-20
/
+62
*
[DYNAREC] Added 66 0F 51 opcode
ptitSeb
2022-04-17
1
-1
/
+20
*
[DYNAREC] Better handling of opcodes with 66 F0 prefixes
ptitSeb
2022-04-17
5
-276
/
+336
*
[DYNAREC] Added 0F AE /7 opcode
ptitSeb
2022-04-17
3
-0
/
+15
*
[DYNAREC] Added 66 0F 3A 20 opcode
ptitSeb
2022-04-17
1
-1
/
+10
*
[DYNAREC] Added 66 F0 FF and F0 08 opcodes
ptitSeb
2022-04-17
1
-0
/
+76
*
[DYNAREC] Added F8/F9 opcodes
ptitSeb
2022-04-17
1
-0
/
+12
*
Start of a new dev. cycle
ptitSeb
2022-04-17
1
-1
/
+1
*
Bumped version to v0.1.8
ptitSeb
2022-04-16
3
-18
/
+30
*
[DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...
ptitSeb
2022-04-16
1
-1
/
+12
*
Updated CHANGELOG
ptitSeb
2022-04-16
1
-0
/
+23
*
Added libdl as a dependancy for libXext (for #246)
ptitSeb
2022-04-16
1
-2
/
+3
*
[DYNAREC] Fixed an issue with internal loop to 1st instruction that then use ...
ptitSeb
2022-04-16
1
-1
/
+1
*
Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)
ptitSeb
2022-04-16
6
-20
/
+100
*
Merge pull request #281 from Jai-JAP/main
ptitSeb
2022-04-16
12
-12
/
+12
|
\
|
*
Fix pkgver
Jai-JAP
2022-04-16
12
-12
/
+12
|
/
*
[DYNAREC] Added option to force x87 to use double (ported from box86)
ptitSeb
2022-04-13
5
-1
/
+27
*
Fixed Page16K selection for M1 and LoongArch build
ptitSeb
2022-04-13
1
-1
/
+6
*
Various small fixes and warning removal
ptitSeb
2022-04-11
7
-23
/
+23
*
Try to fix the flakyness of test11
ptitSeb
2022-04-10
2
-60
/
+89
*
Merge pull request #277 from mhavu/main
ptitSeb
2022-04-10
4
-1
/
+36
|
\
|
*
Added wrapping for g_object_weak_ref()
mhavu
2022-04-10
4
-1
/
+36
*
|
Merge pull request #276 from mhavu/main
ptitSeb
2022-04-10
4
-1
/
+33
|
\
|
|
*
Added wrapping for gtk_tree_selection_selected_foreach()
mhavu
2022-04-10
4
-1
/
+33
|
/
*
Merge pull request #275 from mhavu/main
ptitSeb
2022-04-10
4
-1
/
+34
|
\
|
*
Fixed a typo
mhavu
2022-04-10
1
-1
/
+1
|
*
Add wrapping for gtk_tree_view_column_set_cell_data_func()
mhavu
2022-04-10
4
-1
/
+34
*
|
Fixed PMAXSD opcode and added PMINUW
ptitSeb
2022-04-10
1
-1
/
+9
*
|
[DYNAREC] Fixed some issue with RIP optimisations (Fixed Doom)
ptitSeb
2022-04-10
2
-1
/
+6
*
|
[DYNAREC] Fixed a warning
ptitSeb
2022-04-10
1
-2
/
+2
|
/
*
Merge pull request #274 from mhavu/main
ptitSeb
2022-04-09
6
-65
/
+70
|
\
|
*
Added some new gtk wrappings
mhavu
2022-04-10
5
-49
/
+54
|
*
Merge branch 'main' of https://github.com/ptitSeb/box64
mhavu
2022-04-09
30
-1235
/
+2641
|
|
\
|
|
/
|
/
|
*
|
[DYNAREC] Refactored dynarec, using box86 refactor
ptitSeb
2022-04-09
29
-1232
/
+2638
*
|
Added XDefaultGCOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
*
|
Added XRootWindowOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
*
|
Added XDefaultColormapOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
*
|
Added XDefaultVisualOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
|
*
Added new wrappings for libx11
mhavu
2022-04-09
1
-17
/
+17
|
/
*
Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)
ptitSeb
2022-04-06
2
-0
/
+39
*
Only retry a memory access is the protection has both PROT_READ and PROT_WRITE
ptitSeb
2022-04-06
1
-1
/
+1
*
Added some libX11 and libxi wrapped functons (for #215)
ptitSeb
2022-04-06
2
-3
/
+3
*
Change message to Warning instead of Error for missing Weak GLOB_DAT
ptitSeb
2022-04-06
1
-2
/
+2
*
Merge pull request #270 from Jai-JAP/patch-1
ptitSeb
2022-04-06
13
-26
/
+26
|
\
|
*
Update README.md
Jai A P
2022-04-06
1
-1
/
+1
|
*
Update README.md
Jai A P
2022-04-06
1
-1
/
+1
[prev]
[next]