summaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
AgeCommit message (Expand)Author
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
2016-09-06osx: Support gamepad input.Andreas Haas
2016-06-09-make freetype build for all platforms the same, default as builtin except on...Juan Linietsky
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
2016-05-29fix freetype paths on osx and mingwJuan Linietsky
2016-05-20Added 'fat' option for bits param on scons for osx, this will produce a fat b...marcelofg55
2016-04-02Remove trailing spacesRémi Verschelde
2016-01-29Update detect.pypunto-
2016-01-29audio crashAriel Manzur
2015-11-250theora compilation fixesJuan Linietsky
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
2015-09-10disabling theora for now (will be re-written, re-enabled later)Juan Linietsky