about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* More work on X11 wrapping, allowing gtk to run fully emulatedptitSeb2024-03-072-9/+3
* Added back full handling of winepreloader prereserve memoryptitSeb2024-03-061-1/+2
* [RV64_INTERP] Added TSC freq support (#1293)Yang Liu2024-02-281-1/+1
* Added empty command 14 to CPUIDptitSeb2024-02-271-0/+11
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-1/+4
* Improved cpu detection for cpuidptitSeb2024-02-241-7/+38
* Fix Android buildsptitSeb2024-02-231-0/+1
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb2024-02-232-2/+45
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-1/+1
* [ARM64_DYNAREC] Reworked, again, strongmem emulationptitSeb2024-02-061-1/+1
* [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ...ptitSeb2024-02-051-0/+3
* [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit false...ptitSeb2024-02-031-0/+1
* [DYNAREC] Improved trace a bitptitSeb2024-02-011-1/+1
* Made PageSize detection / Handling dynamic. nd fixed elfloading for pagesize ...ptitSeb2024-01-311-9/+2
* [RCFIEL] Fixed BOX64_IGNOREINT3ptitSeb2024-01-281-1/+1
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-0/+1
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-232-5/+5
* [DYNAREC] use an rbtree for dynablock size and max_db_size updateptitSeb2024-01-231-0/+14
* Fixes (#1207)rajdakin2024-01-182-10/+12
* Ficxed an issue with rbtree rb_get_end utility functionptitSeb2024-01-161-3/+4
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-131-9/+9
* [RCFILE] Added more option to rcfile and added geekbench5 profileptitSeb2024-01-061-0/+20
* [RCFILE] Add a function to quickly get current process nameptitSeb2024-01-021-1/+5
* Fixed issue on rbtree on rb_get_end when end is another blockptitSeb2023-12-311-13/+19
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-312-2/+896
* [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on comman...ptitSeb2023-12-231-1/+6
* Cleanup some code (#1157)xctan2023-12-231-1/+1
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-212-2/+3
* [RCFILE] Fixed file leakptitSeb2023-12-181-0/+1
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-151-0/+2
* Added lldb option to JITGDBptitSeb2023-12-151-1/+1
* Many new (and some fixed) gtk3/gdk3 functions (for Cemu)ptitSeb2023-12-071-5/+34
* [GTK3] Wrapped GtkFixedptitSeb2023-12-061-0/+29
* Improved bridge name storage/retreivalptitSeb2023-12-012-35/+8
* Some small changes to cpuid and exposed BMI1ptitSeb2023-11-221-2/+23
* Fixed cpu name gatheringptitSeb2023-11-221-4/+6
* Added full support for the SHA cpu extensionptitSeb2023-11-211-4/+5
* Saved defered flag status when processing signal / foreign functionptitSeb2023-11-171-1/+15
* [TRACE] Small improvment to trace handlingptitSeb2023-11-151-2/+2
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+1
* [ELFLOADER] Take wine prereserve memory into accountptitSeb2023-11-081-0/+2
* [RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST...ptitSeb2023-11-071-0/+5
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+3
* [RCFILE] Added more trace when applying BOX64_TRACE_FILE settingptitSeb2023-11-051-0/+1
* Better way to track mapped memoryptitSeb2023-11-051-1/+1
* Added full SSE 4.2 supportptitSeb2023-10-301-0/+3
* Small change on cpuid stuffsptitSeb2023-10-291-5/+6
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-1/+2
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-1/+9
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+2