| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -0/+1 |
| | | |||||
| * | Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) | ptitSeb | 2023-11-05 | 1 | -0/+1 |
| | | |||||
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build | ||||
| * | [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions | ptitSeb | 2023-10-18 | 1 | -0/+2 |
| | | |||||
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -0/+1 |
| | | |||||
| * | [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS | ptitSeb | 2023-10-17 | 1 | -0/+1 |
| | | |||||
| * | Added BOX64_SDL2_JGUID, a workaround for game using old ↵ | ptitSeb | 2023-10-11 | 1 | -0/+1 |
| | | | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018) | ||||
| * | [ANDROID] Fix build | ptitSeb | 2023-09-30 | 1 | -1/+3 |
| | | |||||
| * | [ANDROID] No mallochack on Android | ptitSeb | 2023-09-30 | 1 | -7/+6 |
| | | |||||
| * | [RV64_DYNAREC] Added thead vendor extension detection | Yang Liu | 2023-09-11 | 1 | -2/+11 |
| | | |||||
| * | [ANDOIRD] Yet another attempt to fix the build | ptitSeb | 2023-09-02 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers. | ||||
| * | | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ | ptitSeb | 2023-05-31 | 1 | -0/+1 |
| | | | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps) | ||||
| * | | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode | ptitSeb | 2023-05-07 | 1 | -0/+1 |
| | | | |||||
| * | | [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensions | ptitSeb | 2023-05-01 | 1 | -0/+5 |
| |/ | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ | ptitSeb | 2023-03-27 | 1 | -0/+1 |
| | | | | | time and compare states | ||||
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ↵ | ptitSeb | 2023-03-07 | 1 | -0/+1 |
| | | | | | (works well on box64, with up to 30% more speed) | ||||
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ | ptitSeb | 2023-03-05 | 1 | -0/+1 |
| | | | | | probably other too) | ||||
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -0/+1 |
| |\ | |||||
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to ↵ | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| | | | | | | | | | handle HotPages (faster but crashy) | ||||
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| | | | | | | | | | not handle them | ||||
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ | ptitSeb | 2023-02-20 | 1 | -0/+1 |
| | | | | | | | | | not handle them | ||||
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -0/+1 |
| |/ | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+1 |
| | | |||||
| * | Refactored trace to file system, to be more resiliant | ptitSeb | 2023-02-14 | 1 | -5/+5 |
| | | |||||
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, ↵ | ptitSeb | 2023-01-28 | 1 | -0/+1 |
| | | | | | introducing BOX64_DYNAREC_FASTROUND to ignore that) | ||||
| * | Added more command to rcfiles, and a default one when system version is not ↵ | ptitSeb | 2023-01-05 | 1 | -0/+1 |
| | | | | | found (and move some essential detection there) | ||||
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure ↵ | ptitSeb | 2022-12-04 | 1 | -0/+1 |
| | | | | | it's really usefull) | ||||
| * | [DYNAREC] Small changes on pagesize and hotpage | ptitSeb | 2022-12-02 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of ↵ | ptitSeb | 2022-12-01 | 1 | -0/+1 |
| | | | | | MonoBleedingEdge (and disable that for 3dSen) | ||||
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ↵ | ptitSeb | 2022-11-29 | 1 | -0/+1 |
| | | | | | of CALL/RET opcode, not compatible with JIT/Dynarec) | ||||
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 1 | -0/+6 |
| | | |||||
| * | Added BOX64_CRASHHANDLER env. var. | ptitSeb | 2022-11-14 | 1 | -0/+1 |
| | | |||||
| * | [ANDROID] Build fix | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| | | |||||
| * | Detect when program is linked with glibc 2.34+ to workaround the default ↵ | ptitSeb | 2022-11-01 | 1 | -0/+1 |
| | | | | | libc libs to load | ||||
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -1/+3 |
| | | | | | | * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy | ||||
| * | Added BOX64_SHOWBT env. var. to have a backtrace on segfault | ptitSeb | 2022-10-27 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS | ptitSeb | 2022-10-22 | 1 | -0/+1 |
| | | |||||
| * | Improved usage of x86_64 bash with BOX64_BASH env var | ptitSeb | 2022-09-15 | 1 | -1/+0 |
| | | |||||
| * | When running x86_64 bash, using x86_64 bash to run script automaticaly (for ↵ | ptitSeb | 2022-09-08 | 1 | -0/+1 |
| | | | | | #402) | ||||
| * | Also use __libc_memalign instead of posix_memalign | ptitSeb | 2022-08-06 | 1 | -5/+8 |
| | | |||||
| * | All box internal memory alloc use __libc_ internal one (except on Android, ↵ | ptitSeb | 2022-08-06 | 1 | -0/+18 |
| | | | | | using libc one gather from dlsym) | ||||
| * | Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal | ptitSeb | 2022-07-30 | 1 | -0/+1 |
| | | |||||
| * | Changed various log level for libdl file open error | ptitSeb | 2022-07-09 | 1 | -3/+5 |
| | | |||||
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -0/+1 |
| | | |||||
| * | Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs | ptitSeb | 2022-04-24 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Added option to force x87 to use double (ported from box86) | ptitSeb | 2022-04-13 | 1 | -0/+1 |
| | | |||||