| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ↵ | ptitSeb | 2025-04-16 | 3 | -1/+8 |
| | | | | | ([ARM64_DYNAREC] only for now) | ||||
| * | [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ | ptitSeb | 2025-04-09 | 3 | -1/+8 |
| | | | | | only, RV64 and LA64 todo) | ||||
| * | Note about binfmt_misc (#2445) | FZXO11 | 2025-03-18 | 1 | -1/+10 |
| | | | | | | * Note about binfmt_misc * Notify its working on CHRoot | ||||
| * | [DOCS] Added ranged gdbjit documentation (#2440) | Yang Liu | 2025-03-17 | 3 | -1/+8 |
| | | |||||
| * | Bundle more libs (#2419) | Luke Short | 2025-03-13 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DOCS] Arch Linux does have an archive * [BUNDLE] Simplify unsupported package message * [BUNDLE] Archive Void Linux XBPS packages This was an oversight to not include these but not XBPS packages are used (yet). * [DOCS] Fedora dependencies List Fedora dependencies for the 'box64-bundle-x86-libs.sh' script. * [DOCS] Fedora 34 hints Use Fedora 34 to find missing 32-bit packages that are compatible with Enterprise Linux 9. * [DOCS] Add better 'dnf provides' hint Use wildcards. This works on all versions of DNF. * [BUNDLE] Add common libraries as reported by various GitHub Issues. Resolves #2390 * [DOCS] Mention essential libraries and libraries with large dependencies. These should not be bundled. * [BUNDLE] Remove essential libraries and libraries with large dependencies. | ||||
| * | [DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use it | ptitSeb | 2025-03-12 | 3 | -1/+8 |
| | | |||||
| * | [DOCS] Added BOX32 option in COMPILE.md | ptitSeb | 2025-03-11 | 1 | -0/+17 |
| | | |||||
| * | Bumped version to v0.3.4 | ptitSeb | 2025-03-10 | 1 | -0/+36 |
| | | |||||
| * | [DOC] Fixed default for strongmem in docs | ptitSeb | 2025-03-06 | 3 | -6/+6 |
| | | |||||
| * | [BUNDLE] Add script to bundle x86 libraries (#2380) | Luke Short | 2025-02-17 | 1 | -0/+66 |
| | | | | | This manages both x86_64 and x86 libraries. It helps with improving emulation in all of the Box projects. | ||||
| * | [DOCS] Added per-file settings documentation (#2317) | Yang Liu | 2025-02-06 | 2 | -10/+66 |
| | | |||||
| * | [DOCS] Fixed BIGBLOCK is 2 by default now | ptitSeb | 2025-01-31 | 3 | -6/+6 |
| | | |||||
| * | [DOCS] Auto-generated USAGE.md and box64.pod (#2283) | Yang Liu | 2025-01-22 | 4 | -843/+2920 |
| | | |||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it | ptitSeb | 2025-01-15 | 2 | -0/+13 |
| | | |||||
| * | [USAGE] Added some missing settings in documentation | ptitSeb | 2025-01-10 | 2 | -0/+20 |
| | | |||||
| * | Port rounding of some x87 instructions from Box86 (#2242) | Hagb (Junyu Guo 郭俊余) | 2025-01-08 | 2 | -4/+4 |
| | | | | | | | | | | | | * Port rounding of some x87 instructions from Box86 Ported from https://github.com/ptitSeb/box86/pull/951. The original pull request and this commit also contain some improvements on precision of `F2XM1` and `FYL2XP1`. * Run fpu_rounding test with dynarec only for ARM64 They have been implemented on dynarec only for ARM64. | ||||
| * | Document `BOX64_ARG0` argv[0] rewriting variable (#2234) | ValdikSS | 2025-01-05 | 1 | -0/+5 |
| | | |||||
| * | Spelling/typo fixes in code and documentation updates (#2223) | olegos2 | 2024-12-28 | 2 | -344/+442 |
| | | | | | | | | | | | | * Fix typo DLOpenned->DLOpened * Fix a typo in comments: versionned->versioned * Fix a typo in comment: cleanning->cleaning * Update COMPILE.md and USAGE.md * A few more typos in comments | ||||
| * | [DOCS] Improve cross-build instructions (#2196) | Chi-Kuan Chiu | 2024-12-28 | 1 | -0/+33 |
| | | | | | | | Include a note for users utilizing environments where only the box64 binary is available. This addition ensures that users can install the necessary libraries before running box64. | ||||
| * | [DYNAREC] Implement perf map (#2212) | Leslie Zhai | 2024-12-26 | 2 | -0/+12 |
| | | | | | | * [DYNAREC] Implement perf map * [DYNAREC] Use function name as the Symbol | ||||
| * | [LA64_DYNAREC] Added nativeflags support (#2202) | Yang Liu | 2024-12-24 | 1 | -1/+1 |
| | | |||||
| * | [LA64_DYNAREC] Fixed some LBT path issues (#2193) | Yang Liu | 2024-12-23 | 1 | -1/+1 |
| | | |||||
| * | [GDBJIT] Unified the experience for all the backends (#2183) | Yang Liu | 2024-12-21 | 2 | -0/+2 |
| | | |||||
| * | [GDBJIT] Show x64pc in gdb, also added documentation (#2163) | Yang Liu | 2024-12-18 | 2 | -0/+12 |
| | | | | | | | | | | * [GDBJIT] Show x64pc in gdb * Add env. variable and documentation * typo * oops | ||||
| * | [DOC] Small improment on USAGE.md | ptitSeb | 2024-12-10 | 1 | -1/+2 |
| | | |||||
| * | Bumped version to v0.3.2 | ptitSeb | 2024-12-06 | 1 | -0/+31 |
| | | |||||
| * | [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070) | Yang Liu | 2024-11-25 | 2 | -2/+18 |
| | | | | | | | | | | | | * [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions * Use sevl for wfe * Add docs * Fix typo * use switch case | ||||
| * | [ARM64_DYNAREC] More optimizations on strongmem emulation (#2051) | Yang Liu | 2024-11-20 | 2 | -6/+6 |
| | | |||||
| * | [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049) | Yang Liu | 2024-11-19 | 2 | -0/+2 |
| | | |||||
| * | [ARM64_DYNAREC] Re-enable weakbarrier for dmb.ishst (#2048) | Yang Liu | 2024-11-19 | 2 | -5/+18 |
| | | |||||
| * | [ARM64_DYNAREC] Reworked a bit FASTROUND | ptitSeb | 2024-11-05 | 1 | -0/+1 |
| | | |||||
| * | [RCFIEL] Add an option to force usage of native EGL/GLESv2 library | ptitSeb | 2024-11-02 | 1 | -0/+5 |
| | | |||||
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ↵ | ptitSeb | 2024-10-20 | 1 | -0/+5 |
| | | | | | flags, as there is still a bug or two in that mode (for #1947) | ||||
| * | [DYNAREC] Added a new missing mode for fallback opcodes (#1896) | Yang Liu | 2024-10-02 | 1 | -0/+1 |
| | | |||||
| * | [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS | ptitSeb | 2024-09-09 | 1 | -1/+4 |
| | | |||||
| * | [CI] Refactored CI (#1795) | Yang Liu | 2024-09-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * [CI] Enable Box32 tests on LA64 * upgrade QEMU * [COSIM] Removed thread-safe tests * Use regular cosim in CI * [CI] Simplified "Test Box64" * exclude certain tests when testing with cosim * review * box64.pod too | ||||
| * | [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791) | Yang Liu | 2024-09-04 | 2 | -3/+3 |
| | | | | | | * [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts * Update pressure_vessel | ||||
| * | [RV64_DYNAREC] Fix some typos in docs and dynarec/rv64 (#1758) | WANG Guidong | 2024-08-26 | 3 | -21/+21 |
| | | | | | | | | | | | | * [Typo] fix some typo in docs and dynarec/rv64 * [Typo] fix some typo in docs and dynarec/rv64 * [Typo] fix some typo in dynarec/rv64 * [Typo] fix some typo in dynarec/rv64 * [Typo] fix some typo in docs | ||||
| * | [DOCS] Added entry in USAGE.md for newly introduced BOX64_ARGS | ptitSeb | 2024-08-09 | 1 | -0/+3 |
| | | |||||
| * | [RCFILE] Added support for generic names in RCFiles | ptitSeb | 2024-07-25 | 1 | -0/+2 |
| | | |||||
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ | ptitSeb | 2024-07-15 | 1 | -0/+5 |
| | | | | | using it) | ||||
| * | fix some spelling (#1668) | josch | 2024-07-10 | 2 | -14/+14 |
| | | |||||
| * | Bumped version to v0.3.0 | ptitSeb | 2024-07-09 | 2 | -33/+62 |
| | | |||||
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ | ptitSeb | 2024-07-03 | 1 | -0/+5 |
| | | | | | with BOX64_UNITYPLAYER=0) | ||||
| * | [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too) | ptitSeb | 2024-06-24 | 1 | -0/+1 |
| | | |||||
| * | switch to maintained Pi-Apps-Coders apt repo (#1605) | theofficialgman | 2024-06-19 | 1 | -6/+28 |
| | | | | closes https://github.com/ptitSeb/box64/issues/1576 | ||||
| * | Added BOX64_RESERVE_HIGH in rcfile handling | ptitSeb | 2024-06-18 | 1 | -1/+1 |
| | | |||||
| * | Fix typo on box64 config file (#1533) | Yip Coekjan | 2024-05-25 | 1 | -1/+1 |
| | | |||||
| * | Fix unclosed item list (#1532) | Yip Coekjan | 2024-05-25 | 1 | -0/+2 |
| | | |||||