| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | More work around steam and proton/SteamPlay (working, but need also latest bo... | ptitSeb | 2022-03-26 | 12 | -10/+126 |
| * | [DYNAREC] Added F0 0F B0 opcode | ptitSeb | 2022-03-25 | 1 | -0/+43 |
| * | Fixed RunFunction and DynaCall/EmuCall with stack arguments | ptitSeb | 2022-03-25 | 3 | -12/+25 |
| * | Added a better way to select 16K pages, and added M1 paragraph in COMPILE.md | ptitSeb | 2022-03-23 | 1 | -1/+6 |
| * | Added M1/Asahi support | ptitSeb | 2022-03-20 | 1 | -1/+1 |
| * | Some fixes to gstreamer-1.0 wrapping | ptitSeb | 2022-03-20 | 2 | -9/+9 |
| * | Some more gtk wrapping work | ptitSeb | 2022-03-19 | 3 | -0/+111 |
| * | More work on GTK wrapping (hterm seems to run fine now) | ptitSeb | 2022-03-19 | 9 | -207/+630 |
| * | Less log in LOG_INFO level | ptitSeb | 2022-03-19 | 1 | -2/+2 |
| * | Small fixes to some wrapped X11 functions | ptitSeb | 2022-03-19 | 1 | -4/+4 |
| * | Fixed, again, the mmap block selection (shoudl help #587) | ptitSeb | 2022-03-18 | 1 | -6/+12 |
| * | Improve findBlockNearHint function and friends, again (in sync with box86) | ptitSeb | 2022-03-17 | 2 | -51/+60 |
| * | Fixed new wrapped x11 functions (from 7943858290281e0fc506bd530d16427c5e93b011) | ptitSeb | 2022-03-14 | 1 | -18/+19 |
| * | Fixed the new memmap tracking | ptitSeb | 2022-03-13 | 2 | -64/+54 |
| * | Fixed some LOG=2 improved trace | ptitSeb | 2022-03-13 | 1 | -5/+5 |
| * | Add some function wrapper of libx11 | wannacu | 2022-03-11 | 6 | -34/+217 |