| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default) | ptitSeb | 2025-06-19 | 1 | -0/+1 |
| | | |||||
| * | [WOW64] Added rcfile support (#2708) | Yang Liu | 2025-06-05 | 1 | -10/+0 |
| | | | | | | | | | | * [WOW64] Fixed more compilation warnings * [WOW64] Messing around with file APIs * [WOW64] Added rcfile support * [DOCS] Update rcfile usage on WowBox64 | ||||
| * | Should not follow symlinks on file path resolution (#1644) | Yip Coekjan | 2024-07-05 | 1 | -1/+3 |
| | | |||||
| * | 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 | -2/+2 |
| |/ | | | | | | | | | | | | | | | | | | | | | * [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. | ||||
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 1 | -0/+3 |
| | | |||||
| * | More fixes and improvment to bash handling (helps #360) | ptitSeb | 2022-09-18 | 1 | -0/+3 |
| | | |||||
| * | When running x86_64 bash, using x86_64 bash to run script automaticaly (for ↵ | ptitSeb | 2022-09-08 | 1 | -0/+1 |
| | | | | | #402) | ||||
| * | Use box86 to launch x86 binary (if box86 is present in same folder as box64) | ptitSeb | 2021-07-12 | 1 | -0/+1 |
| | | |||||
| * | Added RK3326 definitions. | krishenriksen | 2021-04-07 | 1 | -1/+1 |
| | | |||||
| * | Added some minimal set of source (now box64 compile and say hello at least) | ptitSeb | 2021-02-28 | 1 | -0/+23 |