| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [BOX32][WRAPPER] Improved obstack handling | ptitSeb | 2024-12-20 | 1 | -2/+8 |
| | | |||||
| * | [BOX32][WRAPPED] Added one more obstack wrapped function | ptitSeb | 2024-11-29 | 1 | -0/+6 |
| | | |||||
| * | [BOX32][WRAPPER] Added obstack_vprintf wrapped symbol | ptitSeb | 2024-11-29 | 1 | -0/+12 |
| | | |||||
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures | ||||
| * | 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 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -3/+3 |
| |/ | |||||
| * | Don't wrap struct obstack, alignment should be the same (for #504) | ptitSeb | 2023-02-02 | 1 | -2/+32 |
| | | |||||
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -6/+6 |
| | | |||||
| * | Added some obstack_XXX wrapped function (ported from box86) | ptitSeb | 2022-03-28 | 1 | -0/+224 |