| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [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 |
| * | | 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 |
| * | Fixed some bugs on my__XVa* x11 wrapping (might help #265) | ptitSeb | 2022-04-05 | 1 | -16/+16 |
| * | Updated autogenerated files | mhavu | 2022-04-05 | 3 | -4/+9 |
| * | Harmonized signature of XID type parameters and added remaining XID wrappings | mhavu | 2022-04-05 | 1 | -9/+9 |
| * | Added libfontconfig wrapped function FcFontSetCreate | mhavu | 2022-04-04 | 1 | -1/+1 |
| * | Added remaining __strto*_internal libc wrapped functions | Marko Havu | 2022-04-04 | 4 | -5/+24 |
| * | More work on test17, and handling -NAN on divsd | ptitSeb | 2022-04-01 | 3 | -10/+22 |
| * | Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ... | ptitSeb | 2022-04-01 | 6 | -41/+99 |
| * | More coverage for test17, and added NaN handling to 66 0F 7C opcode | ptitSeb | 2022-04-01 | 1 | -0/+14 |
| * | Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _... | ptitSeb | 2022-03-31 | 2 | -0/+5 |
| * | More cases to test17, and added -NAN generation to divpd ([DYNAREC] too) | ptitSeb | 2022-03-31 | 2 | -4/+28 |
| * | More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6... | ptitSeb | 2022-03-31 | 4 | -6/+37 |
| * | Improved test17 (sse), and fixed NAN bordercase for PSQRTPD opcode | ptitSeb | 2022-03-31 | 1 | -2/+8 |
| * | Improved test17 ([DYNAREC] Added 66 0F 38 16 opcode, fixed 66 0F 38 24/34 opc... | ptitSeb | 2022-03-30 | 1 | -3/+16 |
| * | Added 66 0F 38 14/16 opcodes | ptitSeb | 2022-03-30 | 1 | -0/+20 |
| * | Improved and enhanced test17 (SSE testing) | ptitSeb | 2022-03-30 | 1 | -3/+3 |
| * | Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260) | ptitSeb | 2022-03-29 | 2 | -0/+90 |
| * | Fixed some warnings | ptitSeb | 2022-03-29 | 2 | -4/+4 |
| * | Added some obstack_XXX wrapped function (ported from box86) | ptitSeb | 2022-03-28 | 5 | -2/+234 |
| * | Added clone wrapped function and libgbm wrapped lib | ptitSeb | 2022-03-27 | 12 | -4/+165 |
| * | Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ... | ptitSeb | 2022-03-27 | 5 | -13/+52 |
| * | [DYNAREC] Fixed F0 0F B0 opcode | ptitSeb | 2022-03-26 | 1 | -0/+1 |