summaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
AgeCommit message (Expand)Author
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-01-29Using DisplayLink to emulate vsync on OSXBastiaan Olij
2019-01-09Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam
2018-12-22SCons: Allow building Mono module with OSXCrossRémi Verschelde
2018-11-20Merge pull request #21339 from Placinta/masterRémi Verschelde
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-08-27Pass -isysroot to compiler / linker when doing a macOS buildAlexandru Croitor
2018-07-26change framework name CoreMidi to CoreMIDIPanPan
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-03-28Fix IPhone and OSX cross compilationFabio Alessandrelli
2018-03-01Fix WebM SIMD optimizations on macOS.bruvzg
2018-02-19Fix previous commit, "bits" still needed for buildsystemRémi Verschelde
2018-02-19OSX: Remove unnecessary bits assignmentRémi Verschelde
2018-02-19OSX: Remove support for 32-bit and fat binariesRémi Verschelde
2018-01-26Fix macOS build after #16092bruvzg
2018-01-26Make separate debug symbols opt-inHein-Pieter van Braam
2018-01-05SCons: Fix usage of LD when we meant LINKRémi Verschelde
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-22Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde
2017-12-14MacPorts clang version selection, and OpenMP linking fix.bruvzg
2017-12-14Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg
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-10-07Fix python 3 build in osx-specific platformN0hbdy
2017-09-30Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez
2017-09-25Use BoolVariable for third-party options.Elliott Sales de Andrade
2017-09-25Use EnumVariable for choice-based build options.Elliott Sales de Andrade
2017-09-16Create separate debug info files by defaultHein-Pieter van Braam
2017-08-27Make build scripts Python3 compatibleMatthias Hoelzl
2017-08-23Allow building fat binaries with osxcrossFabio Alessandrelli
2017-07-16Reinit audio device when the system default device changes on OS XMarcelo Fernandez
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-03-04Add API to access battery power stateJulian Murgia
2016-11-25Set minimum version to 10.9 building OSXBastiaanOlij
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-17SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-15freetype: Make it a module and split thirdparty libraryRémi Verschelde
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde