summaryrefslogtreecommitdiffstats
path: root/platform/iphone/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete define in the iOS buildsystem codeHugo Locurcio2022-02-081-1/+0
* Remove build system code for 32-bit iOSAaron Franke2021-12-221-25/+5
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-5/+1
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Remove unnecessary iOS linker flags.bruvzg2021-08-121-38/+0
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-7/+3
* Allow to not optimize release buildRafał Mikrut2021-03-141-1/+1
* Merge pull request #45252 from naithar/feature/plugins-migrationRémi Verschelde2021-01-261-32/+0
|\
| * [iOS] Remove plugins from modules.Sergey Minakov2021-01-171-32/+0
* | [WIP] Add separate `simulator` flag for iOS build, change main library to `xc...bruvzg2021-01-181-9/+16
|/
* SCons: Add only selected platform's opts to envRémi Verschelde2020-12-161-3/+0
* iOS Modules: separate main platform code from modulesSergey Minakov2020-11-101-15/+0
* [iOS] Add missing ARC flag to the simulator build.bruvzg2020-10-301-1/+1
* iOS: RefactoringSergey Minakov2020-10-021-2/+2
* Fix new black style check failures in various files.Marcel Admiraal2020-08-211-1/+4
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-4/+18
* iOS SCons: static Vulkan binary usageSergey Minakov2020-07-251-5/+4
* iOS: Vulkan supportSergey Minakov2020-07-251-0/+3
* iOS SCons: update iOS minimal versionSergey Minakov2020-07-251-6/+6
* SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-105/+152
* Add use_static_mvk optionSam Green2020-02-211-0/+1
* Update detect.pySam Green2020-02-211-3/+10
* 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