summaryrefslogtreecommitdiffstats
path: root/platform/android/detect.py
Commit message (Expand)AuthorAgeFilesLines
* SCons: Move `swappy` option to android and slightly refactor `detect.py`Yevhen Babiichuk (DustDFG)2024-11-201-9/+10
* Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+35
|\
| * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+35
* | Merge pull request #97555 from dustdfg/platform_methods/extract_validate_archThaddeus Crews2024-10-251-6/+2
|\ \
| * | Build System: Extract `validate_arch` helper functionYevhen Babiichuk (DustDFG)2024-10-061-6/+2
| |/
* / Android & iOS: Enable strict aliasingPedro J. Estébanez2024-10-211-3/+1
|/
* Disable FP contraction.bruvzg2024-07-231-0/+2
* SCons: Process platform-specific flags earlierRémi Verschelde2024-05-301-1/+1
* SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-5/+5
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-2/+3
* Fix missing space in missing tools error message.Rob Blanckaert2024-05-041-1/+1
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-12/+9
* Merge pull request #88245 from shana/simplify-mono-support-detectionRémi Verschelde2024-02-191-0/+1
|\
| * C#: Let platforms signal if they support it or notAndreia Gaita2024-02-131-0/+1
* | SCons: "Environment" to "SConsEnvironment"Thaddeus Crews2024-02-141-4/+4
* | [iOS/macOS] Add option to automatically build (and sign / archive) bundles.bruvzg2024-02-131-0/+1
* | Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-1/+1
|/
* Replace the use of the `ANDROID_SDK_ROOT` env variable with `ANDROID_HOME` as...Fredia Huya-Kouadio2023-11-011-6/+6
* SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-4/+0
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-201-4/+0
* Update the gradle build tasks to generate play store builds.Fredia Huya-Kouadio2023-04-271-0/+3
* [Export docs] Move docs to platform folders.bruvzg2023-04-201-0/+10
* 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