| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ANDROID] Fix Build When Compiling with NDK 26b, [CI] Download Basic Android ↵ | KreitinnSoftware | 2024-02-17 | 1 | -13/+7 |
| | | | | | | | | | | Libs from 'termux-docker' and update NDK to 26b (#1270) * [CI] Download Basic Android Libs from termux-docker for speed-up CI build * [ANDROID] Fix 'SHT_CHECKSUM' error when compiling on NDK 26b * [CI] Update NDK for 26b | ||||
| * | [CI] Add Android Tests (#1263) | KreitinnSoftware | 2024-02-14 | 1 | -4/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [CI] Add Android Tests * Remove a Build of Box64 that I placed and forgot to remove before * Fix some tests checking * Disable Test07 and Test17 for now * Comment set_tests_proprieties (I have forgotten) * Add mmx test and benchfloat for Android * Fix build for Clang-17 on non-Termux * Update NDK to 26b and add Termux Build/Testing * Revert to NDK 25b, something is wrong * Add -DTERMUX=1 to Termux Build * Add LD_LIBRARY_PATH for Termux Testing * Set LD_LIBRARY_PATH on QEMU_SET_ENV * Move data folder to current dir before testing on Termux * Copy Termux Data Libs for /data * Try to set QEMU_SET_ENV on GITHUB_ENV --------- Co-authored-by: Pablo Carlos <pablo@localhost.localdomain> | ||||
| * | Add 'BOX64_MMAP32' to help info (#1220) | KreitinnSoftware | 2024-01-26 | 1 | -4/+4 |
| | | | | | | * Add 'BOX64_MMAP32' to help info * [CI] Update NDK to 25b for Android Builds | ||||
| * | Raspberry Pi 5 support (#1138) | Martin Sundhaug | 2023-12-14 | 2 | -1/+2 |
| | | | | | | | | | | * Basic RPi5 support * Split RPi5 in 16k page-size variant and not * Update COMPILE.md Add documentation about 16K page support | ||||
| * | [CI] Do not regenerate functions list when running in CI (#1028) | Yang Liu | 2023-10-15 | 1 | -1/+2 |
| | | |||||
| * | Added ADLink AmpereAltra profile | ptitSeb | 2023-09-25 | 2 | -1/+3 |
| | | |||||
| * | [CI] Run tests w/ and w/o DynaRec (#988) | Yang Liu | 2023-09-24 | 1 | -0/+3 |
| | | |||||
| * | [CI] Use qemu snapshots from archlinux archive (#987) | Yang Liu | 2023-09-24 | 1 | -1/+1 |
| | | |||||
| * | [CI] Upgrade QEMU to 8.1.0 (#973) | Yang Liu | 2023-09-12 | 1 | -11/+14 |
| | | |||||
| * | [CI] Test RISCV with bit-manipulation extensions on (#972) | Yang Liu | 2023-09-12 | 1 | -0/+1 |
| | | | | | | | | * [CI] Test RISCV with bit-manipulation extensions on xthead extensions require qemu 8.1.0, therefore not available in CI * fix ADDSL | ||||
| * | [ANDROID] typo, typo, and typo | ptitSeb | 2023-09-02 | 1 | -1/+1 |
| | | |||||
| * | [ANDROID] Don't run ctest on Android build | ptitSeb | 2023-09-02 | 1 | -6/+8 |
| | | |||||
| * | [ANDROID] Fix name of android compiler | ptitSeb | 2023-09-02 | 1 | -1/+1 |
| | | |||||
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 1 | -4/+12 |
| | | |||||
| * | Added generic ARM64 build profile | ptitSeb | 2023-07-14 | 2 | -1/+2 |
| | | |||||
| * | [CI] Avoid copying files (#584) | Yang Liu | 2023-03-18 | 1 | -5/+5 |
| | | |||||
| * | Enable test for RV64 and ARM64 in CI (#583) | Yang Liu | 2023-03-18 | 1 | -2/+12 |
| | | | | | | | | | | | If we can pass the environment variable `QEMU_LD_PREFIX=/usr/{riscv64,aarch64}-linux-gnu/lib/` to ctest, it should also work and be cleaner, but I don't know how to do it as I am not familiar with cmake. Note that TEGRAX1 is not currently working because of a mismatch in GLIBC version. Therefore, we skipped this platform. Co-authored-by: xctan <xctan@cirno.icu> | ||||
| * | Use Ubuntu 20.04 for Tegra build | ptitSeb | 2023-02-21 | 1 | -2/+2 |
| | | | | The 18.04 is deprecated by GitHub and will be removed soon. | ||||
| * | Changed workflow manual build for RK3588 too | ptitSeb | 2023-02-18 | 1 | -1/+1 |
| | | |||||
| * | Build RK3588 on Workflow | ptitSeb | 2023-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update release.yml | ptitSeb | 2022-11-27 | 1 | -2/+2 |
| | | |||||
| * | change order of matrix (to preview better under checkmark dropdown (#346) | theofficialgman | 2022-07-05 | 1 | -5/+5 |
| | | |||||
| * | add 18.04 for tegra-x1 github actions (#345) | theofficialgman | 2022-07-05 | 1 | -2/+10 |
| | | | | remove from ubuntu-latest as well | ||||
| * | Try to build RISC-V | ptitSeb | 2022-02-27 | 1 | -2/+6 |
| | | |||||
| * | Sync configuration from box86 | Seas0 | 2022-01-07 | 2 | -7/+111 |
| | | |||||
| * | Fix the typo of CMakeLists.txt in Github Action configuration | Seas0 | 2022-01-01 | 1 | -2/+2 |
| | | |||||
| * | Fix typo box86 -> box64 | Jai A P | 2021-11-20 | 1 | -1/+1 |
| | | |||||
| * | Try to use Github Actions | ptitSeb | 2021-11-19 | 1 | -0/+83 |
| | | |||||
| * | Create FUNDING.yml | ptitSeb | 2021-07-03 | 1 | -0/+12 |