| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | | Simplyfied internal jmpbuf handling | ptitSeb | 2023-07-08 | 1 | -8/+0 |
| | | | |||||
| * | | 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. | ||||
| * | | [DYNAREC] Disabled custom mutex for now | ptitSeb | 2023-05-07 | 1 | -2/+0 |
| |/ | |||||
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic ↵ | ptitSeb | 2023-02-12 | 1 | -0/+2 |
| | | | | | handling | ||||
| * | Change the way locked mutex are detected (taken from box86) | ptitSeb | 2021-06-14 | 1 | -2/+2 |
| | | |||||
| * | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵ | ptitSeb | 2021-04-11 | 1 | -0/+3 |
| | | | | | changes to the JmpTable | ||||
| * | Added basic thread infrastructure | ptitSeb | 2021-03-02 | 1 | -0/+23 |