about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [DYNAREC] Added F8/F9 opcodesptitSeb2022-04-171-0/+12
* Start of a new dev. cycleptitSeb2022-04-171-1/+1
* Bumped version to v0.1.8ptitSeb2022-04-161-1/+1
* [DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...ptitSeb2022-04-161-1/+12
* Added libdl as a dependancy for libXext (for #246)ptitSeb2022-04-161-2/+3
* [DYNAREC] Fixed an issue with internal loop to 1st instruction that then use ...ptitSeb2022-04-161-1/+1
* Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)ptitSeb2022-04-165-19/+97
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-134-1/+22
* Various small fixes and warning removalptitSeb2022-04-117-23/+23
* Added wrapping for g_object_weak_ref()mhavu2022-04-104-1/+36
* Added wrapping for gtk_tree_selection_selected_foreach()mhavu2022-04-104-1/+33
* Merge pull request #275 from mhavu/mainptitSeb2022-04-104-1/+34
|\
| * Fixed a typomhavu2022-04-101-1/+1
| * Add wrapping for gtk_tree_view_column_set_cell_data_func()mhavu2022-04-104-1/+34
* | Fixed PMAXSD opcode and added PMINUWptitSeb2022-04-101-1/+9
* | [DYNAREC] Fixed some issue with RIP optimisations (Fixed Doom)ptitSeb2022-04-102-1/+6
* | [DYNAREC] Fixed a warningptitSeb2022-04-101-2/+2
|/
* Added some new gtk wrappingsmhavu2022-04-105-49/+54
* Merge branch 'main' of https://github.com/ptitSeb/box64mhavu2022-04-0930-1235/+2641
|\
| * [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-0929-1232/+2638
| * Added XDefaultGCOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XRootWindowOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XDefaultColormapOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XDefaultVisualOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
* | Added new wrappings for libx11mhavu2022-04-091-17/+17
|/
* Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)ptitSeb2022-04-062-0/+39
* Only retry a memory access is the protection has both PROT_READ and PROT_WRITEptitSeb2022-04-061-1/+1
* Added some libX11 and libxi wrapped functons (for #215)ptitSeb2022-04-062-3/+3
* Change message to Warning instead of Error for missing Weak GLOB_DATptitSeb2022-04-061-2/+2
* Fixed some bugs on my__XVa* x11 wrapping (might help #265)ptitSeb2022-04-051-16/+16
* Updated autogenerated filesmhavu2022-04-053-4/+9
* Harmonized signature of XID type parameters and added remaining XID wrappingsmhavu2022-04-051-9/+9
* Added libfontconfig wrapped function FcFontSetCreatemhavu2022-04-041-1/+1
* Added remaining __strto*_internal libc wrapped functionsMarko Havu2022-04-044-5/+24
* More work on test17, and handling -NAN on divsdptitSeb2022-04-013-10/+22
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...ptitSeb2022-04-016-41/+99
* More coverage for test17, and added NaN handling to 66 0F 7C opcodeptitSeb2022-04-011-0/+14
* Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _...ptitSeb2022-03-312-0/+5
* More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)ptitSeb2022-03-312-4/+28
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...ptitSeb2022-03-314-6/+37
* Improved test17 (sse), and fixed NAN bordercase for PSQRTPD opcodeptitSeb2022-03-311-2/+8
* Improved test17 ([DYNAREC] Added 66 0F 38 16 opcode, fixed 66 0F 38 24/34 opc...ptitSeb2022-03-301-3/+16
* Added 66 0F 38 14/16 opcodesptitSeb2022-03-301-0/+20
* Improved and enhanced test17 (SSE testing)ptitSeb2022-03-301-3/+3
* Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)ptitSeb2022-03-292-0/+90
* Fixed some warningsptitSeb2022-03-292-4/+4
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-285-2/+234
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-2712-4/+165
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...ptitSeb2022-03-275-13/+52
* [DYNAREC] Fixed F0 0F B0 opcodeptitSeb2022-03-261-0/+1