| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode | ptitSeb | 2023-05-07 | 1 | -0/+5 |
| |/ |
|
| * | [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better... | ptitSeb | 2023-04-26 | 1 | -2/+2 |
| * | Fixed broken in-project links (#689) | Yang Liu | 2023-04-11 | 2 | -235/+0 |
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ... | ptitSeb | 2023-03-27 | 2 | -0/+13 |
| * | add manual page in pod format (#641) | josch | 2023-03-27 | 1 | -0/+457 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 2 | -13/+13 |
| * | Update README (#626) | Yang Liu | 2023-03-23 | 1 | -33/+27 |
| * | docs/COMPILE.md: Use trusted.gpg.d (#620) | Sevan Janiyan | 2023-03-23 | 1 | -1/+1 |
| * | Rv64 dynarec (#550) | ptitSeb | 2023-03-12 | 1 | -1/+1 |
| * | add -dnogit=1 flag to debian rules | Ryan Fortner | 2023-03-10 | 1 | -1/+1 |
| * | Bumped to v0.2.2 | ptitSeb | 2023-03-10 | 1 | -0/+29 |
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ... | ptitSeb | 2023-03-07 | 1 | -0/+5 |
| * | Made the Signal workaround more generic, so it can be used by Termux user | ptitSeb | 2023-03-05 | 1 | -0/+2 |
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and prob... | ptitSeb | 2023-03-05 | 1 | -0/+5 |
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -1/+6 |
| |\ |
|
| | * | Fixed a improved HotPage handling | ptitSeb | 2023-02-20 | 1 | -1/+1 |
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle... | ptitSeb | 2023-02-19 | 1 | -1/+6 |
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-19 | 1 | -0/+10 |
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-20 | 1 | -0/+10 |
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -0/+6 |
| |/ |
|
| * | Added RK3588 profile | ptitSeb | 2023-02-18 | 1 | -0/+15 |
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+5 |
| * | Small change to avoid printing GPG pubkey on console | ptitSeb | 2023-02-11 | 1 | -1/+1 |
| * | Added ODROIDN2 Compile instruction (for #755) | ptitSeb | 2023-02-03 | 1 | -0/+16 |
| * | [DYNAREC] Made FASTROUND the default (faster, less accurate) | ptitSeb | 2023-01-29 | 1 | -3/+3 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 1 | -0/+5 |
| * | more swap for rpi3 (#499) | colin-i | 2023-01-16 | 1 | -3/+3 |
| * | Add support for Rpi3 on 64-bit ARM (aarch64) (#494) | Neil Davis | 2023-01-09 | 1 | -1/+26 |
| * | Added more command to rcfiles, and a default one when system version is not f... | ptitSeb | 2023-01-05 | 1 | -0/+13 |
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed... | ptitSeb | 2022-12-01 | 1 | -0/+5 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -0/+5 |
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ... | ptitSeb | 2022-11-29 | 1 | -0/+5 |
| * | Use dummy crashhandler lib by default | ptitSeb | 2022-11-29 | 1 | -1/+1 |
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 2 | -42/+55 |
| * | Bumped to v0.2.0 | ptitSeb | 2022-11-17 | 2 | -6/+33 |
| * | Added BOX64_CRASHHANDLER env. var. | ptitSeb | 2022-11-14 | 1 | -1/+6 |
| * | Update README_CN.md | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| * | Updated README.md with new sponsors | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| * | Added BOX64_SHOWBT env. var. to have a backtrace on segfault | ptitSeb | 2022-10-27 | 1 | -0/+5 |
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 1 | -1/+2 |
| * | [DYNAREC] Added BIGBLOCK=3 level | ptitSeb | 2022-10-25 | 1 | -1/+2 |
| * | [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS | ptitSeb | 2022-10-22 | 1 | -0/+6 |
| * | Create X64WINE.md (#423) | Eric Wiessner (KI7POL) | 2022-10-10 | 1 | -0/+177 |
| * | Improved usage of x86_64 bash with BOX64_BASH env var | ptitSeb | 2022-09-15 | 1 | -0/+5 |
| * | Fixed a USAGE.md issue (for #405) | ptitSeb | 2022-09-14 | 1 | -1/+1 |
| * | Smalls fixes to USAGE.md | ptitSeb | 2022-09-12 | 1 | -2/+3 |
| * | Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal | ptitSeb | 2022-07-30 | 1 | -0/+5 |
| * | Added '+' in FILE_TRACE_NAME to append trace | ptitSeb | 2022-07-17 | 1 | -0/+1 |
| * | Added BOX64_ENV to create env. var. at load time (for #347) | ptitSeb | 2022-07-11 | 1 | -0/+8 |
| * | Fix typos and arch type string | Pierce Andjelkovic | 2022-06-08 | 1 | -2/+2 |