summaryrefslogtreecommitdiffstats
path: root/platform/iphone/detect.py
Commit message (Expand)AuthorAgeFilesLines
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-9/+9
* ARKit for Godot 3.2BastiaanOlij2019-06-301-0/+1
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+1
* SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde2019-05-201-4/+6
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-5/+5
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-7/+8
* Remove unused importsHendrikto2019-04-061-1/+0
* SCons: Move platform-specific Opus config to its moduleRémi Verschelde2019-03-021-8/+0
* SCons: Drop unused MPC_FIXED_POINT defineRémi Verschelde2019-01-161-1/+1
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-1/+1
* Merge pull request #24545 from akien-mga/osxcross-monoRémi Verschelde2018-12-301-0/+4
|\
| * SCons: Allow building Mono module with OSXCrossRémi Verschelde2018-12-221-0/+4
* | SCons: Drop ios_sim option forcing x86, simulator needs x86_64Rémi Verschelde2018-12-271-5/+1
|/
* Bump minimum iOS version to 10Sam Green2018-12-121-6/+6
* Merge pull request #21339 from Placinta/masterRémi Verschelde2018-11-201-4/+5
|\
| * Pass -isysroot to compiler / linker when doing a macOS buildAlexandru Croitor2018-08-271-4/+5
* | Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-1/+1
|/
* -Fix disable_3d flagJuan Linietsky2018-07-211-2/+6
* Allow configuring iOS exportRuslan Mustakov2017-11-211-7/+12
* Cleanup old references to GLES2 rendererRémi Verschelde2017-11-191-1/+1
* change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo2017-11-131-5/+16
* SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde2017-11-021-2/+6
* Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez2017-09-301-1/+1
* Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-11/+11
* Use BoolVariable for module options.Elliott Sales de Andrade2017-09-251-1/+1
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-4/+4
* Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde2017-07-011-105/+75
* Improve/harmonize mobile buildsPedro J. Estébanez2017-05-271-17/+14
* Allow custom CCFLAGS for iPhone buildsPedro J. Estébanez2017-05-271-4/+4
* Make arm64 the default option and set minimum to iOS 9BastiaanOlij2017-05-231-8/+9
* SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-261-6/+6
* iphone: Drop unused Appirater thirdparty APIRémi Verschelde2017-03-051-1/+0
* Working on compile issues for iOSBastiaanOlij2017-01-161-4/+4
* Replacing deprecated UIAccelerometer with Core MotionBastiaanOlij2017-01-121-0/+3
* scons: Reorder options for clarityRémi Verschelde2016-11-031-3/+0
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-1/+4
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-25/+25
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-167/+167
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-0/+1
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-1/+2
* added "arch" parameter, made iphone use it to build isimAriel Manzur2016-06-231-5/+13
* iOS simulator: merge into iphone detect.pyRémi Verschelde2016-06-231-12/+31
* Remove trailing spacesRémi Verschelde2016-04-021-3/+3
* removed -ffast-math on ios, compiler bug?Ariel Manzur2015-12-231-7/+7
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-131-0/+12
|\
| * Add support for Opus audio formatGeorge Marques2015-10-021-0/+8
| * improved iCloud build option descriptionsteve2015-09-271-1/+1
| * Initial iCloud implementation, supporting key value pairssteve2015-09-271-0/+4
* | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-1/+0
|/