about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Never protect bridge memory (ported from box86)ptitSeb2023-04-021-16/+3
|
* Improved test17 and finetuned factorio profile to disable FASTROUND on DynarecptitSeb2023-04-011-0/+3
|
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ptitSeb2023-03-271-0/+2
| | | | time and compare states
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
|
* [RV64_DYNAREC] Optimize MOV64 emitter (#572)Yang Liu2023-03-161-0/+17
|
* Expose POPCNT capability tooptitSeb2023-03-121-0/+1
|
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-122-1/+4
|
* [DYNAREC] Soma need FASTROUND disabled for it's physics engineptitSeb2023-03-111-0/+3
|
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ↵ptitSeb2023-03-071-0/+9
| | | | (works well on box64, with up to 30% more speed)
* Removed ONCE optim in gtkclassptitSeb2023-03-071-41/+0
|
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-27/+35
|
* [RCFLE] Better default for heroic launcher when no rcfile is foundptitSeb2023-03-051-0/+4
|
* Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ptitSeb2023-03-051-0/+1
| | | | probably other too)
* Added wrapped libibus and a few other libgtk fixedptitSeb2023-03-041-1/+43
|
* Better default rcfile for when no rcfile are presentptitSeb2023-03-021-1/+3
|
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-3/+5
|\
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to ↵ptitSeb2023-02-191-3/+5
| | | | | | | | handle HotPages (faster but crashy)
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ptitSeb2023-02-191-0/+1
| | | | | | | | not handle them
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ptitSeb2023-02-201-0/+1
| | | | | | | | not handle them
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-0/+1
|/
* [RCFILE] Small fix to avoind applying same profile multiple timeptitSeb2023-02-181-3/+3
|
* Various improvment to backtrace, protection tracking, and SHOWBT. Also ↵ptitSeb2023-02-171-1/+4
| | | | SIGABRT is tracked like SIGSEGV, SIGILL and SIGBUS
* [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 ↵ptitSeb2023-02-121-0/+44
| | | | (and now d3datapter9 works)
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic ↵ptitSeb2023-02-121-6/+6
| | | | handling
* 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, ↵ptitSeb2023-01-281-0/+2
| | | | introducing BOX64_DYNAREC_FASTROUND to ignore that)
* Fix build on non-dynarec buildptitSeb2023-01-051-1/+1
|
* Added more command to rcfiles, and a default one when system version is not ↵ptitSeb2023-01-051-1/+46
| | | | found (and move some essential detection there)
* 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 ↵ptitSeb2022-12-041-0/+1
| | | | it's really usefull)
* [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 ↵ptitSeb2022-12-011-0/+2
| | | | MonoBleedingEdge (and disable that for 3dSen)
* [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
| | | | of CALL/RET opcode, not compatible with JIT/Dynarec)
* 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
|