summaryrefslogtreecommitdiff
path: root/platform/android/detect.py
AgeCommit message (Expand)Author
2019-01-16SCons: Drop unused MPC_FIXED_POINT defineRémi Verschelde
2019-01-16Android: Add support for x86_64 architectureRémi Verschelde
2019-01-09Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam
2018-11-20Remove trailing whitespaceRémi Verschelde
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-08-28No need to link with libandroid_support in NDK 17Wojciech Milkowski
2018-08-23Merge pull request #20507 from rdhafidh/android_libcpp_shared_masterRémi Verschelde
2018-08-23add support libc++_shared stl on androidRidwan Abdul Hafidh
2018-08-17Update detect.pyTiago Quendera
2018-07-21-Fix disable_3d flagJuan Linietsky
2017-12-23Fixed android arm64v8Colin Kinloch
2017-12-17Fixed Android NDK unified header detection for python 3Colin Kinloch
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-13change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo
2017-11-09add missing distutils.version.LooseVersion importRhody Lugo
2017-11-09unified headers fixRhody Lugo
2017-11-08Compile Android with STL enabled by defaultAndreaCatania
2017-11-06add support for Android NDK unified headersRhody Lugo
2017-09-25Use BoolVariable in platform-specific options.Elliott Sales de Andrade
2017-09-25Use BoolVariable for module options.Elliott Sales de Andrade
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-25Use EnumVariable for choice-based build options.Elliott Sales de Andrade
2017-08-30Make GDNative work on AndroidRuslan Mustakov
2017-08-27Make build scripts Python3 compatibleMatthias Hoelzl
2017-08-01Merge pull request #9838 from RandomShaper/android-arm64Rémi Verschelde
2017-07-25Add support for ARMv8 (64-bit) on AndroidPedro J. Estébanez
2017-07-25Remove ANDROID definePedro J. Estébanez
2017-07-20Fix android export templates buildRuslan Mustakov
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-05-27Improve/harmonize mobile buildsPedro J. Estébanez
2017-04-05Fix crash on Android-x86Pedro J. Estébanez
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-03-21Export template management dialog.Juan Linietsky
2016-11-13Update/fix Android buildPedro J. Estébanez
2016-11-03scons: Reorder options for clarityRémi Verschelde
2016-11-02Improve Android build (Clang + tidyness)Pedro J. Estébanez
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-22Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian
2016-10-17Merge pull request #6723 from bvbfan/patch-1Rémi Verschelde
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde
2016-10-14Drop nedmalloc which is apparently not used anymoreRémi Verschelde
2016-10-11Correct OS architecture detectionAnthony Fieroni
2016-10-04Fix compile flags not getting to the Android buildPedro J. Estébanez
2016-09-10Revert "Change Android float ABI to hard"Juan Linietsky
2016-09-09Change Android float ABI to hardPedro J. Estébanez