| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) | ptitSeb | 2024-01-27 | 1 | -0/+1 | |
| | | ||||||
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ | ptitSeb | 2024-01-23 | 1 | -0/+1 | |
| | | | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles) | |||||
| * | [ARM64_DYNAREC] Attempt to use FRINTTS extension | ptitSeb | 2024-01-05 | 1 | -0/+1 | |
| | | ||||||
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -2/+0 | |
| | | | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build | |||||
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ | ptitSeb | 2023-12-21 | 1 | -0/+1 | |
| | | | | | created profile for wine, wine64 and GridAutosport using it | |||||
| * | Fix for non-dynarec build | ptitSeb | 2023-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | Added full support for the SHA cpu extension | ptitSeb | 2023-11-21 | 1 | -0/+2 | |
| | | ||||||
| * | 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) | |||||