summaryrefslogtreecommitdiffstats
path: root/platform/osx/detect.py
Commit message (Expand)AuthorAgeFilesLines
* SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde2020-02-111-5/+4
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-17/+13
* Add static Vulkan loader.bruvzg2020-02-111-6/+23
* Adds sanitizer options for macOSHaoyu Qiu2020-01-291-0/+18
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-0/+3
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-6/+6
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-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-7/+9
* Using DisplayLink to emulate vsync on OSXBastiaan Olij2019-01-291-1/+1
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-1/+1
* SCons: Allow building Mono module with OSXCrossRémi Verschelde2018-12-221-1/+5
* Merge pull request #21339 from Placinta/masterRémi Verschelde2018-11-201-0/+6
|\
| * Pass -isysroot to compiler / linker when doing a macOS buildAlexandru Croitor2018-08-271-0/+6
* | Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-1/+1
|/
* change framework name CoreMidi to CoreMIDIPanPan2018-07-261-1/+1
* Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-251-2/+2
|\
| * Added a new MIDIDriver classMarcelo Fernandez2018-07-211-2/+2
* | -Fix disable_3d flagJuan Linietsky2018-07-211-2/+9
|/
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-2/+2
* Fix IPhone and OSX cross compilationFabio Alessandrelli2018-03-281-0/+1
* Fix WebM SIMD optimizations on macOS.bruvzg2018-03-011-1/+1
* Fix previous commit, "bits" still needed for buildsystemRémi Verschelde2018-02-191-1/+4
* OSX: Remove unnecessary bits assignmentRémi Verschelde2018-02-191-4/+1
* OSX: Remove support for 32-bit and fat binariesRémi Verschelde2018-02-191-20/+6
* Fix macOS build after #16092bruvzg2018-01-261-1/+1
* Make separate debug symbols opt-inHein-Pieter van Braam2018-01-261-0/+1
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-2/+2
* -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-3/+0
* Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde2017-12-221-1/+1
* MacPorts clang version selection, and OpenMP linking fix.bruvzg2017-12-141-9/+9
* Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg2017-12-141-0/+13
* 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-2/+9
* Fix python 3 build in osx-specific platformN0hbdy2017-10-071-1/+1
* Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez2017-09-301-1/+1
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-1/+1
* Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-251-1/+2
* Create separate debug info files by defaultHein-Pieter van Braam2017-09-161-1/+10
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-1/+1
* Allow building fat binaries with osxcrossFabio Alessandrelli2017-08-231-2/+6
* Reinit audio device when the system default device changes on OS XMarcelo Fernandez2017-07-161-1/+1
* Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde2017-07-011-38/+32
* SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-261-1/+1
* Add API to access battery power stateJulian Murgia2017-03-041-0/+1
* Set minimum version to 10.9 building OSXBastiaanOlij2016-11-251-0/+2
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-6/+4
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-32/+32
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-59/+59
* SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-171-3/+0