Alibek Omarov
f2392b5709
scripts: waifulib: xcompile: add support for building on Windows. Drop using shortcut target clang symlinks, as those don't work on Windows at all (they are wrapped into batch files, which can't be invoked like exes)
2025-02-26 12:40:22 +03:00
Alibek Omarov
a76236ac5a
scripts: waifulib: xcompile: add support for NDK 28, remove setting up custom PREFIX to not mess up installation path
2025-02-26 12:40:22 +03:00
Alibek Omarov
8b8c3d8116
scripts: waifulib: xcompile: define WebAssembly target as DEST_OS wasi
2024-10-10 16:13:54 +03:00
Alibek Omarov
823fe9ebbd
waf: upgrade to waf 2.1.1/waifu 1.3.0. Try to fix most optparse->argparse migration issues
2024-05-25 04:58:28 +03:00
Alibek Omarov
8caa2d142f
scripts: sailfish: initial SailfishOS support
2023-06-02 05:37:13 +03:00
fgsfds
f2f21b24a1
scripts: psvita: no need for fsigned-char either
2023-03-11 07:09:19 +03:00
fgsfds
9ef43a4794
scripts: psvita: no need to force GNU_SOURCE everywhere
2023-03-11 07:09:19 +03:00
fgsfds
6304b51f32
psvita: fno-short-enums, make ref_gl function somewhat
2023-03-11 07:09:18 +03:00
fgsfds
7424b29e56
engine: initial psvita build support
2023-03-11 07:09:14 +03:00
fgsfds
f7489a3747
scripts: nswitch: it's arm64, not aarch64
2023-02-08 01:04:31 +01:00
fgsfds
69607d7890
nswitch: do not link libstdc++ into dynamic libraries
...
instead only link it to the main executable with --whole-archive, letting the dynamic libs import anything they want from it
2023-02-08 00:52:48 +01:00
fgsfds
25a1cb8ce7
Nintendo Switch support (again)
2023-02-05 02:09:32 +01:00
Alibek Omarov
aa702f0678
scripts: waifulib: xcompile: add msvc-wine support in cross-compile helper script
2022-11-16 04:19:46 +03:00
Alibek Omarov
067e9be37a
scripts: upgrade to Android NDK 25
2022-08-01 14:25:44 +03:00
Alibek Omarov
a4be009ce7
scripts: waifulib: disable stpcpy builtin for API level <21
2021-12-17 03:15:38 +03:00
Alibek Omarov
d3248aad66
scripts: waifulib: clean legacy Android definitions
2021-12-15 17:40:24 +03:00
Alibek Omarov
000c594596
scripts: waifulib: disable -no-canonical-prefixes for new NDKs
2021-12-15 17:37:31 +03:00
Alibek Omarov
054765232e
waifulib: xcompile: add NDK 23 support
2021-12-07 09:03:20 +03:00
Alibek Omarov #SupportRMS
21a31ec81d
ci: migrate to GitHub Actions
...
* travis: disable build, disable deploy, add free aarch64/ppc64le/s390x builds
* scripts: cleanup of old CI scripts
* scripts: now port to GitHub Actions
* actions: fix extras checkout
* github: remove codeql action, turned out not to be very useful
* github: remove quiet flag on wget
* github: are we allowed to use envvars?
* github: add needed dependencies for linux
* github: install wget for windows
* scripts: convert our CPU architecture naming into what AppImage uses
* github: run scripts with bash explicitly
* github: first try to upload to GitHub Releases, enable amd64 win32 builds
* Use our uploadtool fork
* ci: include android, motomagx build for gha, refactor cirrus and travis ci scripts
* gha: try to fix build
* travis: try to fix build
* gha: try to fix upload, fix win32 build
* gha: use curl instead of wget, as it's preinstalled for windows. Fix Android build
* gha: add llvm repository, install clang-12 for android
* gha: motomagx: fail fast
* gha: android: explicitly set clang-12 as compiler and llvm-strip-12 as strip
* waifulib: xcompile: respect environment variables when using host compiler for Android
* waifulib: xcompile: use correct environ dict
* gha: try to fix -fuse-ld=lld with clang-12
* waifulib: xcompile: fix typo
* scripts: xcompile: fix motomagx build
* mainui: upgrade
* gha: fix android build, last time
* engine: wscript: disable crashhandler for magx
2021-07-03 20:21:09 +03:00
Alibek Omarov
d6d90f03a0
wscript: refactoring, split optimization flags selection and fpic control into standalone modules
2021-01-29 03:33:14 +03:00
mittorn
f60c398f32
scripts/xcompile/android: add ability to specify HOST_TOOLCHAIN and override hard-coded one
2020-11-18 12:34:38 +03:00
mittorn
a5e3a74e93
waf/xcompile: gnu hash on android confuses old linkers
2020-07-08 02:40:43 +07:00
Alibek Omarov
32ddc2a47f
waifulib: xcompile: we need to disable builtins even on armeabi with host compiler and NDK r10e
2019-11-07 07:30:41 +03:00
Alibek Omarov
ee363ebb74
waifulib: fix including system includes
2019-10-11 10:04:32 +03:00
Alibek Omarov
2183240221
waifulib: xcompile: fix aarch64 binary installation
2019-10-09 05:52:43 +03:00
Alibek Omarov
9ea973dad6
waifulib: xcompile: fix C++ with host toolchain
2019-10-09 03:48:51 +03:00
Alibek Omarov
02e111c5e1
waifulib: xcompile: fix clang detection
2019-10-05 03:35:11 +03:00
Alibek Omarov
5a8de90918
waifulib: xcompile: light refactoring
2019-10-05 01:16:20 +03:00
Alibek Omarov
2d6b770e7c
waifulib: xcompile: allow building with host Clang and NDK r10e sysroot
2019-10-04 22:21:11 +03:00
mittorn
fd8c1becec
waifulib: gcc-6 support for android
2019-09-28 04:26:19 +07:00
Alibek Omarov
8f47596ad0
waifulib: xcompile: append SONAME to shared libraries, experimental support for host compiling with NDK r10e(don't work), replace exceptions with fatal messages
2019-09-21 03:52:47 +03:00
Alibek Omarov
4f4c63b1dd
waifulib: xcompile: enhance compiling using host clang, refactoring
2019-09-20 18:49:37 +03:00
Alibek Omarov
66323fe9ca
waifulib: xcompile: preserve order of MACROS_TO_DESTOS, add -stdlib=libstdc++ to use system provided C++ standard library
2019-09-20 16:30:17 +03:00
Alibek Omarov
16e60bbb5f
waifulib: xcompile: use llvm-strip on host
2019-09-19 18:18:42 +03:00
Alibek Omarov
cd0f7af38a
waifulib: xcompile: get rid of DEST_OS2
2019-09-19 17:09:18 +03:00
Alibek Omarov
67c6cfce71
waf: strip installed binaries to reduce size
2019-09-11 18:47:44 +03:00
Alibek Omarov
d1ac48b2a1
waifulib: allow compiling using host clang and NDK sysroots, thus enabling building engine from any environment that has clang(termux as example)
2019-09-10 11:24:11 +06:00
Alibek Omarov
d697421d81
scripts: waifulib: add ndk r20 support
2019-07-29 06:54:05 +03:00
Alibek Omarov
a8cc5b7cef
waf: update to 2.0.17, rename module dir to waifulib, remove some modules, as they moved to waf binary itself(see waifu project)
2019-06-06 03:26:45 +03:00