about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate duplicate hash calculations for `getSymbolInSymbolMaps` (#1801)Yip Coekjan2024-09-062-6/+43
* Added 1 wrapped function to libgdk3ptitSeb2024-09-061-0/+1
* [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797)rajdakin2024-09-057-100/+71
* Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...ptitSeb2024-09-055-13/+15
* [CI] Refactored CI (#1795)Yang Liu2024-09-0518-132/+3
* [ARM64_DYNAREC] Added 67 66 0F 7E opcodeptitSeb2024-09-041-0/+25
* [ARM64_DYNAREC] Added AVX.66.0F 51 opcodeptitSeb2024-09-041-0/+23
* More work on Custom Mem speedupptitSeb2024-09-041-35/+29
* Added an rbtree is Custom Mem Manager to speedup customFree and customReallocptitSeb2024-09-041-11/+42
* Some refactor (and small bugfixes) around Custom Mem ManagerptitSeb2024-09-042-138/+390
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)Yang Liu2024-09-042-2/+6
* [BOX32] This should fix NO_ALIGN box32 buildptitSeb2024-09-041-1/+1
* [BOX32] Small improvments on memory managementptitSeb2024-09-047-39/+47
* [BOX32] Added some more 32bits wrapped function to libcptitSeb2024-09-036-11/+47
* [BOX32] Fixed a missing box_freeptitSeb2024-09-031-1/+1
* [BOX32] Better trace for 32bits posix_memalignptitSeb2024-09-031-1/+6
* [RCFILE] Fixed some missing box_free/box_strdup in rcfileptitSeb2024-09-031-11/+11
* [BOX32] Better log for 32bits pointer conversion errorptitSeb2024-09-031-2/+2
* [BOX32] Fixed 32bits locale memory sizeptitSeb2024-09-031-1/+1
* [WRAPPED] Added back some libc function wrappers (#1788)Yang Liu2024-09-031-6/+6
* [BOX32] Various small fixesptitSeb2024-09-026-35/+39
* [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)rajdakin2024-09-01721-1130/+960
* [DYNAREC]: fix BICS encoding (#1783)JunChi10222024-09-012-3/+11
* [BOX32] Better handling for FILE*ptitSeb2024-09-017-132/+151
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-018-14/+89
* [BOX32] Some fixes to strtol/strtoul and read 32bits wrapped functionsptitSeb2024-09-013-8/+9
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-0115-324/+651
* [BOX32] New batch of 32bits wrapped functions for steamconsole.soptitSeb2024-08-316-23/+70
* [BOX32] One more 32bits wrapped function for libvstdlib_s.soptitSeb2024-08-314-1/+47
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-319-97/+328
* [BOX32] Another batch of 32bits wrapped function, for libtier0_s.soptitSeb2024-08-318-161/+381
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-319-59/+252
* [RV64_DYNAREC] Added xthead* extensions to the new printer (#1781)Yang Liu2024-08-311-0/+184
* [RV64_DYNAREC] Refactored rv64_printer (#1779)Yang Liu2024-08-301-1730/+5634
* [BOX32] More 32bits wrapped function and fixesptitSeb2024-08-308-13/+92
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-3013-69/+83
* [BOX32] Define native_statvfs to avoid build errorsptitSeb2024-08-301-1/+20
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-3013-65/+202
* Wrapped 1 more function for libxcb (#1776)Yang Liu2024-08-304-1/+5
* [BOX32] Added detection of steam and steamcmdptitSeb2024-08-303-4/+11
* [ARM64_DYNAREC] Added 67 F3 0F 38 F6 opcode (for #1775)ptitSeb2024-08-301-0/+33
* Added 67 F3 0F 38 F6 opcode (for #1775)ptitSeb2024-08-301-0/+40
* [BOX32] More fixes to ctype_b_loc and added a few more wrapped functionsptitSeb2024-08-297-7/+21
* [BOX32][LA64_DYNAREC] Added preliminary box32 support (#1773)Yang Liu2024-08-297-78/+124
* [BOX32] Fixed 32bits localtime_r wrapped functionptitSeb2024-08-291-2/+4
* [BOX32] Added more 32bits wrapped function and more fixesptitSeb2024-08-299-15/+108
* [TRACE] Added one 32bits jump decoding dest addressptitSeb2024-08-291-0/+4
* [BOX32][TRACE] Improve function trace logptitSeb2024-08-291-65/+65
* [TRACE] Improved trace on symbol nameptitSeb2024-08-296-37/+74
* [RV64_DYNAREC] Fixed a falsy optimization, better EMIT macro (#1769)Yang Liu2024-08-285-14/+36