| Commit message (Expand) | Author | Age | Files | Lines |
| * | Better handling of argv[0] | ptitSeb | 2024-09-16 | 1 | -1/+4 |
| * | Added a hack so program that wprintf to the console actualy work if box64 alr... | ptitSeb | 2024-09-14 | 1 | -1/+6 |
| * | [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS | ptitSeb | 2024-09-09 | 1 | -4/+39 |
| * | Allow dynarec_dump=2 and forbid dynarec_test=2 (fixed a regression with comma... | ptitSeb | 2024-09-07 | 1 | -2/+2 |
| * | [CI] Refactored CI (#1795) | Yang Liu | 2024-09-05 | 1 | -4/+2 |
| * | [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791) | Yang Liu | 2024-09-04 | 1 | -0/+4 |
| * | [BOX32] Added detection of steam and steamcmd | ptitSeb | 2024-08-30 | 1 | -3/+9 |
| * | [TRACE] Improved trace on symbol name | ptitSeb | 2024-08-29 | 1 | -36/+27 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -25/+80 |
| * | [RV64_DYNAREC] Fixed more issues in the vector infrastructure (#1755) | Yang Liu | 2024-08-25 | 1 | -7/+1 |
| * | [RV64_DYNAREC] Disable vector extension by default until it's ready. | Yang Liu | 2024-08-19 | 1 | -1/+7 |
| * | [HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ... | ptitSeb | 2024-08-18 | 1 | -0/+12 |
| * | [BOX32] Added 32bits elf alloc and load | ptitSeb | 2024-08-17 | 1 | -1/+3 |
| * | Detect 32bits elf before loading | ptitSeb | 2024-08-16 | 1 | -0/+6 |
| * | Fix non-Dynarec build | ptitSeb | 2024-08-09 | 1 | -1/+1 |
| * | Improved Steam wine compatibility, not perfect, but better (thanks Hugo for t... | ptitSeb | 2024-08-09 | 1 | -1/+27 |
| * | [RV64_DYNAREC] Added vlen detection (#1694) | Yang Liu | 2024-07-18 | 1 | -1/+2 |
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us... | ptitSeb | 2024-07-15 | 1 | -0/+10 |
| * | Something is wrong, emulated gnutls.so.30 doesn't seems to work fine for now | ptitSeb | 2024-07-14 | 1 | -1/+1 |
| * | Wrapped lots of new function t be abble to run emulated libgnutls.so.30 | ptitSeb | 2024-07-14 | 1 | -0/+1 |
| * | fix some spelling (#1668) | josch | 2024-07-10 | 1 | -2/+2 |
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -11/+11 |
| * | [ARM64_DYNAREC] Made AVX/AVX2 enabled by default, but only for ARM64 Dynarec ... | ptitSeb | 2024-07-05 | 1 | -0/+9 |
| * | Put a limit on how much the hardware counter can be shifted | ptitSeb | 2024-07-05 | 1 | -1/+1 |
| * | Should not follow symlinks on file path resolution (#1644) | Yip Coekjan | 2024-07-05 | 1 | -1/+1 |
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled wi... | ptitSeb | 2024-07-03 | 1 | -0/+10 |
| * | [RV64_DYNAREC] Detect vector extension (#1619) | Yang Liu | 2024-06-27 | 1 | -0/+2 |
| * | [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too) | ptitSeb | 2024-06-24 | 1 | -0/+17 |
| * | [ARM64_DYNAREC] Added 0F C7 /6 opcode, with hardware support if present | ptitSeb | 2024-06-24 | 1 | -0/+9 |
| * | Fixed an issue with BOX64_RDTSC_1GHZ being always active | ptitSeb | 2024-06-13 | 1 | -1/+1 |
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 1 | -35/+50 |
| * | Remove and obsolete comment | ptitSeb | 2024-06-11 | 1 | -1/+0 |
| * | [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY... | ptitSeb | 2024-06-06 | 1 | -5/+0 |
| * | [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes | ptitSeb | 2024-06-06 | 1 | -0/+5 |
| * | Detects extensions even if dynarec is disable at runtime (#1546) | Yang Liu | 2024-06-01 | 1 | -2/+0 |
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 1 | -1/+7 |
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -0/+9 |
| * | more avx infrastructure | ptitSeb | 2024-05-24 | 1 | -0/+1 |
| * | [LA64_DYNAREC] Added more opcodes (#1525) | Yang Liu | 2024-05-23 | 1 | -1/+1 |
| * | Removed the export WINEFSYNC=0 at start, use BOX64_FUTEX_WAITV=0 to disable i... | ptitSeb | 2024-05-14 | 1 | -4/+0 |
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -18/+27 |
| * | [LA64_DYNAREC] Added more opcodes (#1482) | Yang Liu | 2024-05-01 | 1 | -1/+1 |
| * | [COSIM] Added thread-safe tests (#1477) | Yang Liu | 2024-04-30 | 1 | -2/+4 |
| * | Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM | ptitSeb | 2024-04-29 | 1 | -3/+12 |
| * | Added a way to hide SSE 4.2, as it might slow down things using the string op... | ptitSeb | 2024-04-29 | 1 | -0/+10 |
| * | Changed how wine prereserve is handled on box64 | ptitSeb | 2024-04-27 | 1 | -1/+1 |
| * | [LA64_DYNAREC] Added more useful extensions detection (#1469) | Yang Liu | 2024-04-26 | 1 | -2/+18 |
| * | Made minimum rdtsc frequency to 2GHz (seems 1GHz is not enough for Horizon Ze... | ptitSeb | 2024-04-23 | 1 | -1/+1 |
| * | Autocalibrate RDTSC clock to 1GHz minimum, instead of 500MHz (helps HorizonZe... | ptitSeb | 2024-04-22 | 1 | -1/+1 |
| * | Add BOX64_RCFILE variable (#1392) | olegos2 | 2024-03-28 | 1 | -4/+8 |