about summary refs log tree commit diff stats
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Bumped version to v0.2.8ptitSeb2024-05-211-0/+22
* Removed all traces of PAGE8K, PAGE16K and PAGE64K as it's now detected in run...ptitSeb2024-05-201-2/+1
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-302-7/+8
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-291-2/+7
* Added a way to hide SSE 4.2, as it might slow down things using the string op...ptitSeb2024-04-291-0/+5
* Add BOX64_RCFILE variable (#1392)olegos22024-03-281-0/+3
* Changed, again, RDTSC and Hardware counter, introducing auto calibration when...ptitSeb2024-03-141-6/+0
* [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame...ptitSeb2024-03-121-0/+8
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-0/+5
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb2024-02-231-0/+6
* TEGRAX1 config also have BOX64_MMAP32 activated by defaultptitSeb2024-02-071-1/+1
* [DOCS] Fix a typo in temrux building (#1240)Lily2024-02-011-1/+1
* When BOX64_VERSION is set, just print the version and exit (#1238)josch2024-01-311-0/+13
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-0/+5
* add optimize build flag for Jetson orin and xavier (#1219)leonpano20062024-01-251-0/+16
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-0/+5
* [RCFILE] Added more option to rcfile and added geekbench5 profileptitSeb2024-01-061-1/+1
* [DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In...ptitSeb2024-01-021-2/+2
* Remove FASTPAGE/HOTPAGE docs, related to #1180 (#1181)Tristan Morgan2024-01-022-24/+0
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-211-0/+5
* Bumped version to v0.2.6ptitSeb2023-12-151-0/+28
* Fix raspi5 building (#1142)Lily2023-12-151-1/+2
* Added lldb option to JITGDBptitSeb2023-12-151-0/+1
* Raspberry Pi 5 support (#1138)Martin Sundhaug2023-12-141-0/+6
* [DYNAREC] Update USage with latest callret infoptitSeb2023-12-131-2/+2
* [DOCS] Updated TERMUX Building (#1121)Lily2023-12-071-2/+2
* [DOCS] Updated termux building instructions (#1113)Lily2023-12-041-2/+12
* [DOCS] Added missing library for #1108 (#1109)Lily2023-12-041-1/+1
* [DOCS] Termux Compiling (#1102)Lily2023-12-011-12/+14
* [DOCS] Add mold usage to COMPILE.md (#1089)kaixindeken2023-11-271-0/+4
* [DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)Yang Liu2023-11-262-2/+2
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-102-0/+12
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-052-0/+9
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-252-0/+12
* [DOCS] Added some infor about SAVE_MEM build optionptitSeb2023-10-181-1/+4
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-3/+4
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+5
* Use BOX64_RESERVE_HIGHMEM by default on ADLINK profileptitSeb2023-10-131-4/+4
* Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb2023-10-111-0/+5
* Added ADLink AmpereAltra profileptitSeb2023-09-251-1/+16
* Update USAGE.md on rcfilesptitSeb2023-08-311-1/+4
* Bumped version to v0.2.4ptitSeb2023-08-191-0/+25
* Merge pull request #896 from josch/exeptitSeb2023-07-214-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-214-0/+0
* | Update COMPILE.mdRyan Fortner2023-07-201-1/+1
* | Added generic ARM64 build profileptitSeb2023-07-141-0/+7
* | Reduce duplication of compile instructions (#837)Jank95252023-06-141-122/+40
* | ryanfortner's package now have a different name (#834)2023-06-121-1/+1
* | Do not try to preserve high memory (unless BOX64_RESERVE_HIGH=1 is used), as ...ptitSeb2023-05-311-0/+4
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+5