index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[RV64_DYNAREC] Added more opcodes for xtheadvector (#1899)
Yang Liu
2024-10-03
3
-79
/
+131
*
[BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator
ptitSeb
2024-10-03
13
-457
/
+524
*
[BOX32] Fixed scanf type function when grabing long/ptr type of data
ptitSeb
2024-10-03
4
-21
/
+323
*
[BOX32] More check for low alignment in memalign wrapped functions
ptitSeb
2024-10-03
1
-2
/
+7
*
[WRAPPER] Fixed RV64 isSimpleWrappers (#1898)
rajdakin
2024-10-03
1
-113
/
+409
*
[RV64_DYNAREC] Added more opcodes for xtheadvector and fixed more issues (#1897)
Yang Liu
2024-10-03
3
-30
/
+106
*
[BOX32][WRAPPER] Added full wrapped support for 32bits libudev0 and libudev1
ptitSeb
2024-10-03
15
-1
/
+304
*
[BOX32] Added rolling log print on Stack corrupted call
ptitSeb
2024-10-03
1
-0
/
+1
*
[TRACE] Fixed StopEmu on trace build when trace is not enabled
ptitSeb
2024-10-03
1
-1
/
+7
*
[WRAPPER] Improved libudev1 wrapped logf function
ptitSeb
2024-10-03
1
-13
/
+4
*
[WRAPPER] Reworked libudev1 wrapping with new wrapperhelper
ptitSeb
2024-10-03
4
-11
/
+10
*
[BOX32][WRAPPER] Added a few more libX11 32bits wrapped functions
ptitSeb
2024-10-03
6
-4
/
+40
*
[BOX32] Added workaround for posix_memalign when used with align of 4
ptitSeb
2024-10-03
1
-1
/
+3
*
[BOX32][TRACE] Some more improved trace
ptitSeb
2024-10-03
2
-1
/
+32
*
[DYNAREC] Added a new missing mode for fallback opcodes (#1896)
Yang Liu
2024-10-02
9
-18
/
+20
*
[RV64_DYNAREC] Added preliminary xtheadvector support (#1892)
Yang Liu
2024-10-02
14
-127
/
+335
*
[BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few e...
ptitSeb
2024-09-30
15
-542
/
+667
*
[BOX32] Added 2 more 32bits syscalls
ptitSeb
2024-09-30
1
-3
/
+12
*
[BOX32] Set default FS to 0 for 32bits apps
ptitSeb
2024-09-30
1
-1
/
+1
*
[BOX32][WRAPPER] Added 32bits wrapping for SDL2_image
ptitSeb
2024-09-30
12
-2
/
+314
*
[BOX32] Keep low memory free by default
ptitSeb
2024-09-30
1
-1
/
+1
*
[DYNAREC] Start with dynarec instead of interpreter
ptitSeb
2024-09-30
1
-1
/
+1
*
[BOX32][WRAPPER] Added a few more wrapped functions to libGL, libasound and l...
ptitSeb
2024-09-30
8
-23
/
+96
*
[BOX32][WRAPPER] nl_langinfo signature needs t as return type
ptitSeb
2024-09-30
4
-6
/
+6
*
[BOX32] Handling of BOX64_MAXCPU for 32bits apps
ptitSeb
2024-09-30
6
-6
/
+29
*
[BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still don't...
ptitSeb
2024-09-30
3
-113
/
+173
*
[BOX32] Fixed main Elf init not always called
ptitSeb
2024-09-30
2
-3
/
+15
*
[BOX32] Enable futex robust_list hack for all 32bits software for now
ptitSeb
2024-09-30
1
-1
/
+1
*
[BOX32][WRAPPER] Manualy changed wctype_t to h in libc wrapping
ptitSeb
2024-09-30
4
-6
/
+7
*
Various box32 wrapped libs and script fixes (#1889)
rajdakin
2024-09-30
81
-566
/
+654
*
Revert a change ffrom previous build and pushed missing BOX32 generated files...
ptitSeb
2024-09-29
5
-18
/
+1
*
[ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)
Pablo Labs
2024-09-29
9
-27
/
+39
*
[BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing fon...
ptitSeb
2024-09-29
17
-106
/
+550
*
[RV64_DYNAREC] Eliminate redundant vsetvli by tracking its usage (#1886)
Yang Liu
2024-09-29
6
-5
/
+20
*
[BOX32] Added 3 more event type to SDL2 event conversion
ptitSeb
2024-09-29
1
-0
/
+40
*
[RV64_DYNAREC] Minor optimization on vector_vsetvli (#1885)
Yang Liu
2024-09-29
2
-4
/
+9
*
[RV64_DYNAREC] Refined RISC-V vector emitter (#1884)
Yang Liu
2024-09-29
3
-512
/
+510
*
[ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library...
Pablo Labs
2024-09-29
5
-88
/
+118
*
[BOX32] Added 1event type for SDL2_Event conversions
ptitSeb
2024-09-28
1
-0
/
+8
*
[BOX32][WRAPPER] Added some more 32bits libc functions
ptitSeb
2024-09-28
7
-7
/
+50
*
[BOX32][WRAPPER] Added 32bits wrapped/hacked libtcmallocminimal
ptitSeb
2024-09-28
9
-0
/
+523
*
[BOX32][WRAPPER] Added some minimum 32bits wrpping for fontconfig, and some f...
ptitSeb
2024-09-28
10
-5
/
+489
*
[WRAPPER] Reworked libfontconfig with new wrapperhelper
ptitSeb
2024-09-28
1
-29
/
+29
*
[BOX32][WRAPPER] Some fixes to libexpat 32bits wrapping and more other 32bits...
ptitSeb
2024-09-28
7
-37
/
+142
*
[BOX32] Fixed wrapping for glShaderSourceARB
ptitSeb
2024-09-28
4
-2
/
+13
*
[BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed one from ...
ptitSeb
2024-09-28
10
-12
/
+122
*
[BOX32] Added 2 more 32bits syscalls
ptitSeb
2024-09-28
2
-10
/
+28
*
[BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped f...
ptitSeb
2024-09-28
13
-15
/
+1146
*
[WRAPPER] Reworked wrapping of libexpat with new wrapperhelper
ptitSeb
2024-09-28
1
-25
/
+25
*
[BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libc
ptitSeb
2024-09-28
13
-103
/
+375
[prev]
[next]