ptitSeb
383c2be9fc
Some work on the basic linux libs
2022-03-03 19:34:10 +01:00
Mzed3D
7a470daa26
Update CMakeLists.txt
...
Added Odroid-N2 specific profile
2022-02-27 14:34:07 +01:00
ptitSeb
a4e40d06ac
Added wrapped (empty) libmimalloc
2022-02-26 18:02:52 +01:00
ptitSeb
00df171604
Install i386 libpng12.so.0 with 'make install' along side libstdc++ and libgcc_s
2022-01-23 13:58:01 +01:00
Benjamin Levy
54b911550f
Fix Android build
2022-01-12 21:24:16 -05:00
ptitSeb
3b112793aa
Added wrapped libselinux with a few functions
2022-01-08 10:23:46 +01:00
Seas0
6136fe0c8b
Fix expansion test case output file
2022-01-07 16:15:38 +08:00
ptitSeb
cb4b6bc76d
Added 66 F0 FF /0 and /1 opcodes ([DYNAREC] too)
2022-01-06 21:14:24 +01:00
Alastair Pharo
d8a6b6528a
Don't use cross-compile GCC on 32-bit systems
...
If the OS is not aarch64, then use the normal GCC. This allows
compilation for work on devices like the RK3399 when running in a 32-bit
chroot, instead of using a multilib setup.
2022-01-05 15:53:18 +11:00
ptitSeb
3f65c0593f
Merge pull request #536 from Seas0/master
...
Making ctest -j$(nproc) work as intended and fix a typo in github action configuration
2021-12-31 17:22:21 +01:00
Seas0
3fb5eb3ec9
Making ctest -j$(nproc) work as intended
...
Change the temporary file name of each test in order to prevent the conflict when running ctest with multiple processes enabled
2022-01-01 00:10:05 +08:00
ptitSeb
230247af17
Changed how libresolv is used (for latest libc version) and change 2 symbol bindings
2021-12-31 13:38:17 +01:00
ptitSeb
b655e89af0
[DYNAREC] Fixed idiv optimisation, and added a new test about idiv opcode
2021-12-22 11:44:11 +01:00
ptitSeb
a32bf25289
Update CMakeLists.txt
2021-11-19 10:38:02 +01:00
Seas0
f559a75353
fix typo (GAMEHELL -> GAMESHELL)
2021-11-19 17:04:30 +08:00
ptitSeb
2641c5b274
Fixed RK3288 profile (for #493 )
2021-11-03 21:28:58 +01:00
ptitSeb
cb9698a5b0
Added wrapped libtbbmalloc
2021-10-30 22:50:37 +02:00
Danct12
33401074e7
Add A64 profile
2021-10-30 22:33:59 +07:00
ptitSeb
6ce9ba83df
[DYNAREC] Added FPU in some CFLAGS and ASMFLAGS (to help #487 )
2021-10-30 15:33:19 +02:00
ptitSeb
bcdeff5217
[DYNAREC] Force architecture to armv7 if using DYNAREC without any hardware profile (may help #487 )
2021-10-30 10:11:19 +02:00
Heasterian
e782ffc98d
Update CMakeLists.txt
...
Fix SD845 building without dynarec.
2021-10-21 21:06:24 +03:00
Heasterian
52bf1907c5
Update CMakeLists.txt
...
Adding configuration for Snapdragon 845 devices.
2021-10-17 21:39:47 +03:00
ptitSeb
28131360b2
Added a new x87 test
2021-10-07 08:11:59 +02:00
ptitSeb
fcd7578b9a
Added Phytium profile
2021-10-02 09:58:25 +02:00
ptitSeb
a438985c8c
Added minimum wrapped libsecret-1
2021-09-25 13:08:08 +02:00
ptitSeb
852f6af362
Added more wrapped function and wrapped libs to nss3+friends (for #466 , but still unstable)
2021-09-21 20:58:50 +02:00
ptitSeb
844566a78a
Added empty wrapped libgconf-2
2021-09-20 21:53:14 +02:00
ptitSeb
3162ae83b4
Added wrapped libnspr4, libsmime3, libnssutil3 and libnss3
2021-09-18 16:19:53 +02:00
JohnnyonFlame
395629f678
Added GOA_CLONE definitions.
...
Sets compilation definitions for GO Advance clones, such as the RG351p/v, Gameforce Chi, RGB10 and other such devices.
2021-09-05 08:32:27 -03:00
rajdakin
1b54190c15
First step at upgrading the script
2021-08-26 23:23:49 +02:00
ptitSeb
96fb201246
Added test about longjmp in singal handling
2021-08-05 07:49:57 +02:00
ptitSeb
db743b1226
Name Trace build as box86 (remove the trailing t)
2021-07-12 11:39:27 -05:00
ptitSeb
13287a114c
Refined .deb build script with arch naming and postinst
2021-07-10 10:08:15 +02:00
wannacu
c093f18d20
Added wrapped libv4l2.so.0
2021-07-09 22:10:54 +08:00
ptitSeb
f2ebd77ace
First try at building .deb package using cmake CPack
2021-07-09 14:31:54 +02:00
ptitSeb
3c0b7830de
Added ucomiss test
2021-06-29 14:35:16 +02:00
ptitSeb
d5e3bc9ceb
[ANDROID] Fixed build (still for #395 )
2021-06-18 14:23:39 +02:00
ptitSeb
cd8f2997ca
[ANDROID] Added wrapped of libandroid-shmem.so (and added some libX11 .so synonym), for #395
2021-06-18 11:03:54 +02:00
ptitSeb
9461f7d24e
Added Global symbol workaround for libtinfo/libncurses
2021-06-03 14:51:22 +02:00
ptitSeb
de92a8a41b
Added wrapped libpanel and mvprintw function to libncurses
2021-06-02 17:38:10 +02:00
ptitSeb
5c8d387c27
Large refactoring of elfloader
2021-05-27 19:55:17 +02:00
rajdakin
d06795e979
Fixed rpaths for tests 15 and 16
2021-05-23 21:20:11 +02:00
rajdakin
4aa2a95b59
Added two linking tests
2021-05-23 20:29:01 +02:00
ptitSeb
ede0e9d4c3
Added wrapped libexpat (minium symbols for torchlight2)
2021-05-16 10:32:37 +02:00
ptitSeb
525c54a035
Added wrapped libXft
2021-04-17 17:12:30 +02:00
ptitSeb
584586dea8
Added wrapped libSDL_net-1.2.so
2021-04-14 08:53:03 +02:00
ptitSeb
8f84f73162
Added wrapped libSDL2_net-2.0.so (backported from box64)
2021-04-14 08:41:05 +02:00
ptitSeb
ce3bf7151a
Added wrapped libSDL_sound-1.0.so.1
2021-04-14 08:36:24 +02:00
rajdakin
68bc003fd2
Improved box86 a bit, added an automation
2021-04-13 20:59:32 +02:00
ptitSeb
f29912620d
Fixed Non-Android build
2021-04-13 18:22:02 +02:00