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
*
Removed some debug leftover
ptitSeb
2022-05-01
1
-3
/
+3
*
Fixed fstat, fstatat and lstat wrapper signature (for #295)
ptitSeb
2022-05-01
4
-3
/
+7
*
Added fake libunwind wrapping
ptitSeb
2022-04-30
8
-0
/
+102
*
Added a few wrapped functions to libc
ptitSeb
2022-04-30
4
-0
/
+22
*
Added wrapped stat (for #293)
ptitSeb
2022-04-27
3
-0
/
+3
*
Added some libfuse wrapping (AppImage is not working yet)
ptitSeb
2022-04-26
3
-12
/
+12
*
[DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ...
ptitSeb
2022-04-25
1
-8
/
+8
*
Small fixes for a few sse opcodes
ptitSeb
2022-04-25
3
-11
/
+11
*
[DYNAREC] A small optim of FCOMI macro when OF, AF or SF are needed
ptitSeb
2022-04-25
1
-11
/
+12
*
Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs
ptitSeb
2022-04-24
3
-9
/
+19
*
Improved initial stack build
ptitSeb
2022-04-24
2
-3
/
+7
*
Fixed a potential issue with stack overwritten on sigaction call
ptitSeb
2022-04-24
1
-1
/
+1
*
[DYNAREC] Ignore 26 Prefix (for #290)
ptitSeb
2022-04-23
1
-2
/
+2
*
[DYNAREC] Ignore 36 prefix for 66 prefixed opcodes (for #290)
ptitSeb
2022-04-23
1
-1
/
+1
*
Do not use alloca here, it's not temporary storage
ptitSeb
2022-04-18
1
-2
/
+1
*
Added some wrapped libs and functions
ptitSeb
2022-04-18
12
-8
/
+116
*
[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
4
-276
/
+335
*
[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
1
-1
/
+1
*
[DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...
ptitSeb
2022-04-16
1
-1
/
+12
*
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
5
-19
/
+97
*
[DYNAREC] Added option to force x87 to use double (ported from box86)
ptitSeb
2022-04-13
4
-1
/
+22
*
Various small fixes and warning removal
ptitSeb
2022-04-11
7
-23
/
+23
*
Added wrapping for g_object_weak_ref()
mhavu
2022-04-10
4
-1
/
+36
*
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
|
/
*
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
[next]