Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-06 | 2.5 kB | |
v0.3.8 source code.tar.gz | 2024-12-06 | 3.5 MB | |
v0.3.8 source code.zip | 2024-12-06 | 4.0 MB | |
Totals: 3 Items | 7.5 MB | 7 |
What's Changed
- Some optimisation of x86 P flags handling
- Some x87 fixes and improvments
- Added some of the tim64 wrapped functions to libc and friends
- Changed the installation folder of x86 libs to avoid conflict with linux distro
- Some fixes to internal memory tracking
- Some more Vulkan extensions wrapped
- Better handling of BOX86_MAXCPU
- Some changes and improvments on Signal handling
- More wrapped functions, and fix to some existing ones
- A few more syscall, and fix to some existing ones
- New build profile for SD865
More details in New release blog
Contributions
- Fix for Steamwebhelper failing to start. by @zFERDQFREZrzfq in https://github.com/ptitSeb/box86/pull/963
- Wrapped a handful of time64 functions by @kpyrkosz in https://github.com/ptitSeb/box86/pull/969
- Update ODROID-XU4 target by @MichaIng in https://github.com/ptitSeb/box86/pull/970
- switch to maintained Pi-Apps-Coders apt repo by @theofficialgman in https://github.com/ptitSeb/box86/pull/971
- build: fix PKGBUILD-rk3xxx, _rkmodel was never set by @Rippanda12 in https://github.com/ptitSeb/box86/pull/979
- check if arm-linux-gnueabihf-gcc exists else user defined value by @Rippanda12 in https://github.com/ptitSeb/box86/pull/981
- [MAXCPU] Added support for maxcpu (backport from box64) by @rajdakin in https://github.com/ptitSeb/box86/pull/982
- Update README_UK.md by @Ilya114 in https://github.com/ptitSeb/box86/pull/984
- Fix missing space in PKGBUILD-rk3xxx causing syntax error by @Raezroth in https://github.com/ptitSeb/box86/pull/994
- [CMAKE] Check CMAKE_SYSTEM_PROCESSOR after project() by @MikeWang000000 in https://github.com/ptitSeb/box86/pull/1008
- Fixed some typos: BOX64 -> BOX86 by @MikeWang000000 in https://github.com/ptitSeb/box86/pull/1011
- [X86LIBS] Changed x86 libs install directory to prevent conflicts by @theofficialgman in https://github.com/ptitSeb/box86/pull/1014
New Contributors
- @zFERDQFREZrzfq made their first contribution in https://github.com/ptitSeb/box86/pull/963
- @kpyrkosz made their first contribution in https://github.com/ptitSeb/box86/pull/969
- @Rippanda12 made their first contribution in https://github.com/ptitSeb/box86/pull/979
- @MikeWang000000 made their first contribution in https://github.com/ptitSeb/box86/pull/1008
Full Changelog: https://github.com/ptitSeb/box86/compare/v0.3.6...v0.3.8