about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [ANDROID] No mallochack on AndroidptitSeb2023-09-301-7/+6
|
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-162-0/+433
| | | | bunch of gtk improvments
* [RV64_DYNAREC] Added thead vendor extension detectionYang Liu2023-09-111-2/+11
|
* [ANDOIRD] Yet another attempt to fix the buildptitSeb2023-09-021-1/+2
|
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-272-0/+2
|
* Fixed detection and loading of program linked with glibc 2.34+ptitSeb2023-08-261-0/+1
|
* [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, ↵ptitSeb2023-08-191-0/+1
| | | | like Canabalt)
* Change again a bit how jmpbuffer and resuming of signal is handledptitSeb2023-07-301-1/+1
|
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-221-0/+1
|
* Merge pull request #896 from josch/exeptitSeb2023-07-2132-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-2132-0/+0
| | | | | | | | Closes: #895
* | Fixed some warnings/build errorsptitSeb2023-07-161-1/+2
| |
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ↵ptitSeb2023-07-151-0/+1
| | | | | | | | c++ program compatibility
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for ↵ptitSeb2023-07-121-1/+9
| | | | | | | | spotify)
* | [DYNAREC] Used uwrapped malloc functions for dynarecptitSeb2023-07-121-4/+4
| |
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-4/+4
| |
* | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ptitSeb2023-07-093-2/+5
| | | | | | | | loading it wants (helps Linux games on Steam)
* | Simplyfied internal jmpbuf handlingptitSeb2023-07-081-8/+0
| |
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ptitSeb2023-07-082-2/+2
| | | | | | | | heroic and other libcef based software)
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-8/+1
| | | | | | | | | | | | | | * Use 32-bit push/pop for PUSHAD/POPAD. * Always specify the Push/Pop size explicitly. * Make the Push/Pop functions inline.
* | Go back to using regular malloc/free for Dynarec temporary allocation when ↵ptitSeb2023-06-301-0/+13
| | | | | | | | building a block
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-2421-40/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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.
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-222-3/+3
| |
* | [TRACE] Improve trace for 32bits partptitSeb2023-06-181-1/+1
| |
* | Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-183-4/+3
| |
* | Added ability to trace and dump 32bits codeptitSeb2023-06-173-2/+6
| |
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-172-2/+6
| |
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ptitSeb2023-05-311-0/+1
| | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps)
* | Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-281-0/+10
| |
* | [RV64_DYNAREC] Added F3 0F B8 POPCNT opcode and fixed LOCK CMPXCHG16B for ↵xctan2023-05-281-0/+3
| | | | | | | | | | | | | | | | | | ML2 (#808) * [RV64_DYNAREC] Added lock to F0 48 0F C7 LOCK CMPXCHG16B opcode * [RV64_DYNAREC] Added F3 0F B8 POPCNT opcode * [RV64_DYNAREC] Moved 16B lock to box64context
* | [WRAPPER] Fixed stack align on varargs (for #789) (#790)Yang Liu2023-05-161-1/+1
| |
* | Optimized Exit bridge managmentptitSeb2023-05-102-2/+1
| |
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-1/+1
| |
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+1
| |
* | [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-072-3/+14
| |
* | Improved mallock_hack_2, trying to reduce potential memory leaksptitSeb2023-05-031-1/+2
| |
* | [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-011-0/+5
| |
* | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ptitSeb2023-04-281-0/+1
| | | | | | | | platform), conversion not finished
* | Fix for local library open using dlopen that are then promoted to global ↵ptitSeb2023-04-281-0/+2
|/ | | | with another dlopen (help java 17, probably other too)
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-252-0/+2
|
* Made the to/from_complex function static inline (might help #738)ptitSeb2023-04-241-4/+4
|
* Added more gtk3 wrapped functions (#731)lizhuoheng2023-04-231-0/+96
|
* Added more gtk3 wrapped functions (#727)lizhuoheng2023-04-231-0/+68
|
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-221-2/+2
|
* Added more gtk3 wrapped functions (#720)lizhuoheng2023-04-211-1/+32
|
* [DYNAREC] Try to test last opcode at end of block for unimplemented opcodeptitSeb2023-04-201-1/+1
|
* [DYNAREC] Fixed signature of x64test functionptitSeb2023-04-191-1/+1
|
* [DYNAREC] General fixes and improvment for multithread and jit program. ↵ptitSeb2023-04-162-0/+3
| | | | Helps Java, mono and Unity3d program... (should help #519, #464, #433, #272, #232, #193, #112...)
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-151-0/+1
|
* Improve loading/unloading of libs, and fixed a regression when dlopen a lib ↵ptitSeb2023-04-121-0/+1
| | | | after some dlclose