about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [RCFILE] Fixed BOX64_NODYNAREC handlingptitSeb2022-12-111-1/+2
* [RCFILE] Fixed handling of BOX64_TRACE_FILEptitSeb2022-12-041-2/+2
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-0/+1
* [RCFILE] Fixed String readingptitSeb2022-12-031-1/+1
* Wrapped GstAllocator and GstObject structuresptitSeb2022-12-031-0/+70
* Fixed handing of BOX86_ROLLING_LOG in rcfileptitSeb2022-12-021-1/+9
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...ptitSeb2022-12-011-0/+2
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-012-2/+3
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...ptitSeb2022-11-291-0/+2
* Fixed 2 logs when applay trace setting from RCFilesptitSeb2022-11-281-2/+2
* Fixed an issue when an entry is found 2 times in RCFilesptitSeb2022-11-281-7/+6
* Fixed Dynarec non-trace buildptitSeb2022-11-271-3/+12
* Added box64rc configuration file handlingptitSeb2022-11-272-0/+466
* Fix an issue with dynarec build when running without dynarecptitSeb2022-11-111-1/+1
* Improved cpu cores detection and reportingptitSeb2022-11-111-0/+1
* [DYNAREC] Reprotect bridge when emu is runningptitSeb2022-10-301-1/+5
* Malloc override (#437)ptitSeb2022-10-292-5/+64
* Added support for MOVBE extension ([DYNAREC] too)ptitSeb2022-10-291-0/+1
* Imrpoved Bridges, againptitSeb2022-10-291-14/+21
* Wrapping of GtkTextView and GtkContainer classes for Gtk3ptitSeb2022-10-271-0/+112
* Fixed some issue with bridge memory protection handlingptitSeb2022-10-271-3/+3
* Try to improve the shell detection, again (for #433)ptitSeb2022-10-261-7/+4
* Changed elf signature detection to accomodate for AppImageptitSeb2022-10-251-0/+3
* Use box_strdup instead of realpath for the string allocation to be safeptitSeb2022-10-241-2/+5
* Fixed and improved Shell script detectionptitSeb2022-10-101-2/+6
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-302-6/+13
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-4/+18
* Some more wrapping on AtkUtilsptitSeb2022-09-112-4/+64
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...ptitSeb2022-09-081-2/+20
* [DYNAREC] Improve memory protection tracking (help #361)ptitSeb2022-09-041-6/+6
* Fixed x86/x86_64 binary detection (for #399)ptitSeb2022-08-311-2/+4
* small improvment to x64/x86 signature detectionptitSeb2022-08-301-10/+4
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-065-26/+26
* Added wrapping of GtkTextViewClass in gtk2ptitSeb2022-07-301-0/+58
* Improved wrapping of libatkptitSeb2022-07-271-0/+84
* Fixed a few more warningsptitSeb2022-07-171-7/+7
* Improved wrapping of MetaFrames in gtk2ptitSeb2022-07-161-4/+9
* Added wrapped gtk3 and gdk3 (from box86)ptitSeb2022-07-151-362/+633
* Added bit29 of EDX for CPUID 0x80000001 leaf (for Xonotic v0.8.5)ptitSeb2022-07-031-1/+1
* Improved initial stack buildptitSeb2022-04-241-0/+4
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-8/+23
* Some more gtk wrapping workptitSeb2022-03-191-0/+82
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-192-0/+354
* Fix some special case on mmap64 wrappingptitSeb2022-03-071-0/+1
* Some work on glib, gobject and steamptitSeb2022-03-011-1/+7
* Use sched_getcpu instead of deprecated getcpu (for #239)ptitSeb2022-02-201-2/+2
* Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-201-2/+15
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-141-1/+1
* Declare my_mmap and my_munmap to avoid warningmogery2021-10-131-0/+4
* Fix incorrect brick cleanupmogery2021-10-121-1/+3