about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-1/+4
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+2
* Some improvment to wrapped gtk3 and friendsptitSeb2023-02-141-1/+6
* Refactored trace to file system, to be more resiliantptitSeb2023-02-141-1/+3
* Various minor warning fixesptitSeb2023-02-132-3/+4
* Also needed a RunFunctionWindows, following the Windows Calling Convention (a...ptitSeb2023-02-121-0/+44
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-6/+6
* Fixed a memory leak in env handlingptitSeb2023-02-121-0/+1
* Fixed a memory leak in rcfileptitSeb2023-02-121-1/+3
* [DYNAREC] Improved bridge handlingptitSeb2023-02-111-25/+21
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-281-0/+2
* Fix build on non-dynarec buildptitSeb2023-01-051-1/+1
* Added more command to rcfiles, and a default one when system version is not f...ptitSeb2023-01-051-1/+46
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-0/+2
* [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