summaryrefslogtreecommitdiffstats
path: root/platform/android/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Updating the minimum Android target api for proper Vulkan supportFredia Huya-Kouadio2022-11-301-8/+17
* Enable GLES3 on Androidclayjohn2022-11-291-2/+5
* Android: Remove extra arch suffix now redundant with the default oneRémi Verschelde2022-11-251-4/+0
* Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...Rémi Verschelde2022-10-041-2/+2
|\
| * Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-2/+2
* | Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android buildRémi Verschelde2022-10-031-9/+3
|/
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-3/+6
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-16/+2
* SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-4/+1
* SCons: Remove redundant `-fomit-frame-pointer` and `-ftree-vectorize`Rémi Verschelde2022-09-231-2/+1
* SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-3/+4
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-0/+12
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-21/+23
* Use clang as assembler to ensure preprocessing is done, and add assembler "ta...bruvzg2022-07-071-6/+2
* Upgrade Android NDK to r23 LTSMarcel Admiraal2022-06-251-257/+75
* Increase compiler optimization when using `target=release` on iOS/AndroidHugo Locurcio2022-05-131-2/+5
* Misc build system fixesAaron Franke2021-12-101-1/+1
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-4/+1
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Build for 64-bit ARM by default when compiling or exporting for AndroidHugo Locurcio2021-10-121-17/+6
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* Android: Use volk instead of NDK Vulkan headersRémi Verschelde2021-08-121-1/+0
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-2/+8
* Android: Remove `-fno-integrated-as`, it can break arm64v8 buildRémi Verschelde2021-05-191-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-0/+3
* [JS, Android] Re-add "no-exceptions" for export templates builds with ICU.bruvzg2021-04-201-1/+3
* Allow to not optimize release buildRafał Mikrut2021-03-141-3/+2
* Override `ANDROID_NDK_ROOT` based on the project ndk version.Fredia Huya-Kouadio2021-02-171-8/+5
* Android: Bump NDK version to 21.4.7075529Rémi Verschelde2021-02-181-1/+1
* Improve the logic to compile for Android by automatically detecting and setti...Fredia Huya-Kouadio2021-01-051-4/+57
* Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-1/+1
* [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-261-1/+1
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-3/+8
* SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-1/+1
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-031-4/+4
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-101/+140
* Removed unused code in android detect.py and SCsubunknown2020-03-181-5/+0
* Compilation fixes on AndroidPouleyKetchoupp2020-03-041-1/+0
* Android: Style fixes to manifest and build.gradleRémi Verschelde2019-08-271-11/+9
* Android: Remove unusable android_stl=no optionRémi Verschelde2019-07-301-5/+6
* Android: Drop support for NDK < r15Rémi Verschelde2019-07-301-25/+18
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-11/+12
* Deprecate armv6 support for Androidfhuya2019-06-191-14/+2
* SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde2019-05-201-2/+3
* Merge pull request #28518 from clayjohn/GLES2-MSAARémi Verschelde2019-05-131-1/+1
|\
| * added MSAA to GLES backendclayjohn2019-05-021-1/+1
* | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
|/
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-21/+27
* Remove unused importsHendrikto2019-04-061-1/+0
* SCons: Move platform-specific Opus config to its moduleRémi Verschelde2019-03-021-6/+0