about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* [DYNAREC] No need to save op1 and op2 for defered flag computation on logic o...ptitSeb2022-04-181-36/+3
* [DYNAREC] Simpler writing for this testptitSeb2022-04-181-1/+1
* [DYNAREC] Small optim on flags barrier handlingptitSeb2022-04-181-10/+7
* [DYNAREC] Added F0 21 opcodeptitSeb2022-04-171-0/+20
* [DYNAREC] Added 66 0F 3A DF opcodeptitSeb2022-04-173-20/+62
* [DYNAREC] Added 66 0F 51 opcodeptitSeb2022-04-171-1/+20
* [DYNAREC] Better handling of opcodes with 66 F0 prefixesptitSeb2022-04-175-276/+336
* [DYNAREC] Added 0F AE /7 opcodeptitSeb2022-04-173-0/+15
* [DYNAREC] Added 66 0F 3A 20 opcodeptitSeb2022-04-171-1/+10
* [DYNAREC] Added 66 F0 FF and F0 08 opcodesptitSeb2022-04-171-0/+76
* [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-163-18/+30
* [DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...ptitSeb2022-04-161-1/+12
* Updated CHANGELOGptitSeb2022-04-161-0/+23
* 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-166-20/+100
* Merge pull request #281 from Jai-JAP/mainptitSeb2022-04-1612-12/+12
|\
| * Fix pkgverJai-JAP2022-04-1612-12/+12
|/
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-135-1/+27
* Fixed Page16K selection for M1 and LoongArch buildptitSeb2022-04-131-1/+6
* Various small fixes and warning removalptitSeb2022-04-117-23/+23
* Try to fix the flakyness of test11ptitSeb2022-04-102-60/+89
* Merge pull request #277 from mhavu/mainptitSeb2022-04-104-1/+36
|\
| * Added wrapping for g_object_weak_ref()mhavu2022-04-104-1/+36
* | Merge pull request #276 from mhavu/mainptitSeb2022-04-104-1/+33
|\|
| * 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
|/
* Merge pull request #274 from mhavu/mainptitSeb2022-04-096-65/+70
|\
| * 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
* Merge pull request #270 from Jai-JAP/patch-1ptitSeb2022-04-0613-26/+26
|\
| * Update README.mdJai A P2022-04-061-1/+1
| * Update README.mdJai A P2022-04-061-1/+1