about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some bugs on my__XVa* x11 wrapping (might help #265)ptitSeb2022-04-051-16/+16
* Updated autogenerated filesmhavu2022-04-053-4/+9
* Harmonized signature of XID type parameters and added remaining XID wrappingsmhavu2022-04-051-9/+9
* Added libfontconfig wrapped function FcFontSetCreatemhavu2022-04-041-1/+1
* Added remaining __strto*_internal libc wrapped functionsMarko Havu2022-04-044-5/+24
* More work on test17, and handling -NAN on divsdptitSeb2022-04-013-10/+22
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...ptitSeb2022-04-016-41/+99
* More coverage for test17, and added NaN handling to 66 0F 7C opcodeptitSeb2022-04-011-0/+14
* Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _...ptitSeb2022-03-312-0/+5
* More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)ptitSeb2022-03-312-4/+28
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...ptitSeb2022-03-314-6/+37
* Improved test17 (sse), and fixed NAN bordercase for PSQRTPD opcodeptitSeb2022-03-311-2/+8
* Improved test17 ([DYNAREC] Added 66 0F 38 16 opcode, fixed 66 0F 38 24/34 opc...ptitSeb2022-03-301-3/+16
* Added 66 0F 38 14/16 opcodesptitSeb2022-03-301-0/+20
* Improved and enhanced test17 (SSE testing)ptitSeb2022-03-301-3/+3
* Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)ptitSeb2022-03-292-0/+90
* Fixed some warningsptitSeb2022-03-292-4/+4
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-285-2/+234
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-2712-4/+165
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...ptitSeb2022-03-275-13/+52
* [DYNAREC] Fixed F0 0F B0 opcodeptitSeb2022-03-261-0/+1
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-2612-10/+126
* [DYNAREC] Added F0 0F B0 opcodeptitSeb2022-03-251-0/+43
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-253-12/+25
* Added a better way to select 16K pages, and added M1 paragraph in COMPILE.mdptitSeb2022-03-231-1/+6
* Added M1/Asahi supportptitSeb2022-03-201-1/+1
* Some fixes to gstreamer-1.0 wrappingptitSeb2022-03-202-9/+9
* Some more gtk wrapping workptitSeb2022-03-193-0/+111
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-199-207/+630
* Less log in LOG_INFO levelptitSeb2022-03-191-2/+2
* Small fixes to some wrapped X11 functionsptitSeb2022-03-191-4/+4
* Fixed, again, the mmap block selection (shoudl help #587)ptitSeb2022-03-181-6/+12
* Improve findBlockNearHint function and friends, again (in sync with box86)ptitSeb2022-03-172-51/+60
* Fixed new wrapped x11 functions (from 7943858290281e0fc506bd530d16427c5e93b011)ptitSeb2022-03-141-18/+19
* Fixed the new memmap trackingptitSeb2022-03-132-64/+54
* Fixed some LOG=2 improved traceptitSeb2022-03-131-5/+5
* Add some function wrapper of libx11wannacu2022-03-116-34/+217
* Fixed for good non-dynarec buildsptitSeb2022-03-091-59/+58
* Fixed non-dynarec buildsptitSeb2022-03-091-38/+40
* Change method for the mmap free bloc search for a faster oneptitSeb2022-03-091-86/+134
* Change de verbose level of a custommem messageptitSeb2022-03-081-2/+2
* Fixed a warningptitSeb2022-03-083-3/+3
* Better handling of environ and envp in execveptitSeb2022-03-083-7/+11
* Added [stack] to the generated maps fileptitSeb2022-03-081-0/+7
* Removed a debug leftoverptitSeb2022-03-071-1/+0
* Rolback this change in signal, and better change the interpretor handling of ...ptitSeb2022-03-071-2/+5
* Small change is symbol gathering for wrapped libsptitSeb2022-03-071-0/+2
* Fix some special case on mmap64 wrappingptitSeb2022-03-075-8/+7
* Fixed dlinfo (helps wine)ptitSeb2022-03-062-2/+2
* Added an option to always show SIGSEGV messagesptitSeb2022-03-063-1/+13