| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DYNAREC] Never protect bridge memory (ported from box86) | ptitSeb | 2023-04-02 | 1 | -16/+3 |
| * | Improved test17 and finetuned factorio profile to disable FASTROUND on Dynarec | ptitSeb | 2023-04-01 | 1 | -0/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ... | ptitSeb | 2023-03-27 | 1 | -0/+2 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -2/+2 |
| * | [RV64_DYNAREC] Optimize MOV64 emitter (#572) | Yang Liu | 2023-03-16 | 1 | -0/+17 |
| * | Expose POPCNT capability too | ptitSeb | 2023-03-12 | 1 | -0/+1 |
| * | Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too) | ptitSeb | 2023-03-12 | 2 | -1/+4 |
| * | [DYNAREC] Soma need FASTROUND disabled for it's physics engine | ptitSeb | 2023-03-11 | 1 | -0/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ... | ptitSeb | 2023-03-07 | 1 | -0/+9 |
| * | Removed ONCE optim in gtkclass | ptitSeb | 2023-03-07 | 1 | -41/+0 |
| * | Change branding of Cpu to refect Box64 and the cpu it's running on | ptitSeb | 2023-03-06 | 1 | -27/+35 |
| * | [RCFLE] Better default for heroic launcher when no rcfile is found | ptitSeb | 2023-03-05 | 1 | -0/+4 |
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and prob... | ptitSeb | 2023-03-05 | 1 | -0/+1 |
| * | Added wrapped libibus and a few other libgtk fixed | ptitSeb | 2023-03-04 | 1 | -1/+43 |
| * | Better default rcfile for when no rcfile are present | ptitSeb | 2023-03-02 | 1 | -1/+3 |
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -3/+5 |
| |\ |
|
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle... | ptitSeb | 2023-02-19 | 1 | -3/+5 |
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-20 | 1 | -0/+1 |
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -0/+1 |
| |/ |
|
| * | [RCFILE] Small fix to avoind applying same profile multiple time | ptitSeb | 2023-02-18 | 1 | -3/+3 |
| * | Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR... | ptitSeb | 2023-02-17 | 1 | -1/+4 |
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+2 |
| * | Some improvment to wrapped gtk3 and friends | ptitSeb | 2023-02-14 | 1 | -1/+6 |
| * | Refactored trace to file system, to be more resiliant | ptitSeb | 2023-02-14 | 1 | -1/+3 |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 2 | -3/+4 |
| * | Also needed a RunFunctionWindows, following the Windows Calling Convention (a... | ptitSeb | 2023-02-12 | 1 | -0/+44 |
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han... | ptitSeb | 2023-02-12 | 1 | -6/+6 |
| * | Fixed a memory leak in env handling | ptitSeb | 2023-02-12 | 1 | -0/+1 |
| * | Fixed a memory leak in rcfile | ptitSeb | 2023-02-12 | 1 | -1/+3 |
| * | [DYNAREC] Improved bridge handling | ptitSeb | 2023-02-11 | 1 | -25/+21 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 1 | -0/+2 |
| * | Fix build on non-dynarec build | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Added more command to rcfiles, and a default one when system version is not f... | ptitSeb | 2023-01-05 | 1 | -1/+46 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -0/+2 |
| * | [RCFILE] Fixed BOX64_NODYNAREC handling | ptitSeb | 2022-12-11 | 1 | -1/+2 |
| * | [RCFILE] Fixed handling of BOX64_TRACE_FILE | ptitSeb | 2022-12-04 | 1 | -2/+2 |
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's... | ptitSeb | 2022-12-04 | 1 | -0/+1 |
| * | [RCFILE] Fixed String reading | ptitSeb | 2022-12-03 | 1 | -1/+1 |
| * | Wrapped GstAllocator and GstObject structures | ptitSeb | 2022-12-03 | 1 | -0/+70 |
| * | Fixed handing of BOX86_ROLLING_LOG in rcfile | ptitSeb | 2022-12-02 | 1 | -1/+9 |
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed... | ptitSeb | 2022-12-01 | 1 | -0/+2 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 2 | -2/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ... | ptitSeb | 2022-11-29 | 1 | -0/+2 |
| * | Fixed 2 logs when applay trace setting from RCFiles | ptitSeb | 2022-11-28 | 1 | -2/+2 |
| * | Fixed an issue when an entry is found 2 times in RCFiles | ptitSeb | 2022-11-28 | 1 | -7/+6 |
| * | Fixed Dynarec non-trace build | ptitSeb | 2022-11-27 | 1 | -3/+12 |
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 2 | -0/+466 |
| * | Fix an issue with dynarec build when running without dynarec | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Improved cpu cores detection and reporting | ptitSeb | 2022-11-11 | 1 | -0/+1 |