| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change again a bit how jmpbuffer and resuming of signal is handled | ptitSeb | 2023-07-30 | 1 | -1/+1 |
| | | |||||
| * | 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] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ | ptitSeb | 2023-03-27 | 1 | -0/+2 |
| | | | | | time and compare states | ||||
| * | Better handling of rolling logs | ptitSeb | 2022-11-15 | 1 | -1/+0 |
| | | |||||
| * | Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ↵ | ptitSeb | 2022-11-13 | 1 | -0/+1 |
| | | | | | points | ||||
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 1 | -5/+5 |
| | | |||||
| * | Added some x86_64 regs and emu infrastructure | ptitSeb | 2021-03-02 | 1 | -0/+14 |