| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Upgraded the wrapper helper (#1803) | rajdakin | 2024-09-07 | 17 | -187/+804 | |
| | | | | | | * [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option * [WRAPPERHELPER] Forgot the README | |||||
| * | Added a small fix in signe handler ucntx construction | ptitSeb | 2024-09-07 | 1 | -0/+1 | |
| | | ||||||
| * | Allow dynarec_dump=2 and forbid dynarec_test=2 (fixed a regression with ↵ | ptitSeb | 2024-09-07 | 1 | -2/+2 | |
| | | | | | command line params) | |||||
| * | Added a workaround with syscall if statx function is not defined in libc | ptitSeb | 2024-09-07 | 6 | -9/+33 | |
| | | ||||||
| * | [ARM64_DYNAREC] Improved AVX.66.0F38 8C opcode | ptitSeb | 2024-09-06 | 1 | -12/+58 | |
| | | ||||||
| * | Fixed name of opcode in comment | ptitSeb | 2024-09-06 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed a typo | ptitSeb | 2024-09-06 | 1 | -1/+1 | |
| | | ||||||
| * | Added 1 wrapped function libxkbcommon | ptitSeb | 2024-09-06 | 1 | -1/+1 | |
| | | ||||||
| * | [WRAPPED] Update libc wrappers (#1800) | rajdakin | 2024-09-06 | 7 | -639/+1013 | |
| | | | | | | | | * [WRAPPED] Fixed some issues in libc_private.h and the wrapper generator * [WRAPPED] Forgot to run the Python script * [WRAPPED] Oops | |||||
| * | Wrapper helper (#1799) | rajdakin | 2024-09-06 | 34 | -2321/+11603 | |
| | | | | | | | | * [WRAPPERHELPER] Added wrapperhelper v0.1, tested on libc * [WRAPPED] Removed updates to libc from this branch * [WRAPPERHELPER] Removed GPL header and added modified LGPL header, added notes about licensing issues | |||||
| * | Eliminate duplicate hash calculations for `getSymbolInSymbolMaps` (#1801) | Yip Coekjan | 2024-09-06 | 2 | -6/+43 | |
| | | ||||||
| * | Added 1 wrapped function to libgdk3 | ptitSeb | 2024-09-06 | 1 | -0/+1 | |
| | | ||||||
| * | [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797) | rajdakin | 2024-09-05 | 8 | -101/+72 | |
| | | ||||||
| * | Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and ↵ | ptitSeb | 2024-09-05 | 5 | -13/+15 | |
| | | | | | probably a few other) | |||||
| * | [CI] Refactored CI (#1795) | Yang Liu | 2024-09-05 | 22 | -172/+52 | |
| | | | | | | | | | | | | | | | | | | * [CI] Enable Box32 tests on LA64 * upgrade QEMU * [COSIM] Removed thread-safe tests * Use regular cosim in CI * [CI] Simplified "Test Box64" * exclude certain tests when testing with cosim * review * box64.pod too | |||||
| * | [ARM64_DYNAREC] Added 67 66 0F 7E opcode | ptitSeb | 2024-09-04 | 1 | -0/+25 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added AVX.66.0F 51 opcode | ptitSeb | 2024-09-04 | 1 | -0/+23 | |
| | | ||||||
| * | More work on Custom Mem speedup | ptitSeb | 2024-09-04 | 1 | -35/+29 | |
| | | ||||||
| * | Added an rbtree is Custom Mem Manager to speedup customFree and customRealloc | ptitSeb | 2024-09-04 | 1 | -11/+42 | |
| | | ||||||
| * | Some refactor (and small bugfixes) around Custom Mem Manager | ptitSeb | 2024-09-04 | 2 | -138/+390 | |
| | | ||||||
| * | [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791) | Yang Liu | 2024-09-04 | 5 | -7/+11 | |
| | | | | | | * [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts * Update pressure_vessel | |||||
| * | [BOX32] This should fix NO_ALIGN box32 build | ptitSeb | 2024-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | [BOX32] Small improvments on memory management | ptitSeb | 2024-09-04 | 7 | -39/+47 | |
| | | ||||||
| * | [CI] Speedup CI by removing some unnecessary targets (#1790) | Yang Liu | 2024-09-04 | 1 | -14/+3 | |
| | | ||||||
| * | [BOX32] Added some more 32bits wrapped function to libc | ptitSeb | 2024-09-03 | 6 | -11/+47 | |
| | | ||||||
| * | [BOX32] Fixed a missing box_free | ptitSeb | 2024-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | [BOX32] Better trace for 32bits posix_memalign | ptitSeb | 2024-09-03 | 1 | -1/+6 | |
| | | ||||||
| * | [RCFILE] Fixed some missing box_free/box_strdup in rcfile | ptitSeb | 2024-09-03 | 1 | -11/+11 | |
| | | ||||||
| * | [BOX32] Better log for 32bits pointer conversion error | ptitSeb | 2024-09-03 | 1 | -2/+2 | |
| | | ||||||
| * | [BOX32] Fixed 32bits locale memory size | ptitSeb | 2024-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | [WRAPPED] Added back some libc function wrappers (#1788) | Yang Liu | 2024-09-03 | 1 | -6/+6 | |
| | | ||||||
| * | [BOX32] Various small fixes | ptitSeb | 2024-09-02 | 6 | -35/+39 | |
| | | ||||||
| * | [BOX32] Fixed build with mold (#1785) | Yang Liu | 2024-09-01 | 1 | -1/+4 | |
| | | ||||||
| * | [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784) | rajdakin | 2024-09-01 | 722 | -1171/+1118 | |
| | | | | | | | | * [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs * [WRAPPERS] Version bump * [WRAPPED] Fixed wrapped glib2 on non-LD80BITS builds | |||||
| * | [DYNAREC]: fix BICS encoding (#1783) | JunChi1022 | 2024-09-01 | 2 | -3/+11 | |
| | | ||||||
| * | [BOX32] Better handling for FILE* | ptitSeb | 2024-09-01 | 8 | -134/+166 | |
| | | ||||||
| * | [BOX32] Fixes and hacks to get steamcmd shows the prompt | ptitSeb | 2024-09-01 | 8 | -14/+89 | |
| | | ||||||
| * | [BOX32] Some fixes to strtol/strtoul and read 32bits wrapped functions | ptitSeb | 2024-09-01 | 3 | -8/+9 | |
| | | ||||||
| * | [BOX32] More wrapped function and a few fixes for steamclient.so (still ↵ | ptitSeb | 2024-09-01 | 17 | -325/+654 | |
| | | | | | crashing) | |||||
| * | [BOX32] New batch of 32bits wrapped functions for steamconsole.so | ptitSeb | 2024-08-31 | 6 | -23/+70 | |
| | | ||||||
| * | [BOX32] One more 32bits wrapped function for libvstdlib_s.so | ptitSeb | 2024-08-31 | 4 | -1/+47 | |
| | | ||||||
| * | [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this time | ptitSeb | 2024-08-31 | 9 | -97/+328 | |
| | | ||||||
| * | [BOX32] Another batch of 32bits wrapped function, for libtier0_s.so | ptitSeb | 2024-08-31 | 8 | -161/+381 | |
| | | ||||||
| * | [BOX32] More 32bits wrapped functions | ptitSeb | 2024-08-31 | 9 | -59/+252 | |
| | | ||||||
| * | [RCFILE] Added support fro cursor (for #1778) | ptitSeb | 2024-08-31 | 4 | -3/+12 | |
| | | ||||||
| * | [RV64_DYNAREC] Added xthead* extensions to the new printer (#1781) | Yang Liu | 2024-08-31 | 2 | -1/+185 | |
| | | ||||||
| * | [RV64_DYNAREC] Refactored rv64_printer (#1779) | Yang Liu | 2024-08-30 | 1 | -1730/+5634 | |
| | | | | | | * [RV64_DYNAREC] Refactored printer * Fixed one more issue | |||||
| * | [BOX32] More 32bits wrapped function and fixes | ptitSeb | 2024-08-30 | 8 | -13/+92 | |
| | | ||||||
| * | [BOX32] Added more 32bits wrapped function and fixes | ptitSeb | 2024-08-30 | 13 | -69/+83 | |
| | | ||||||
| * | [BOX32] Define native_statvfs to avoid build errors | ptitSeb | 2024-08-30 | 1 | -1/+20 | |
| | | ||||||