summaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
AgeCommit message (Expand)Author
2021-12-10Misc build system fixesAaron Franke
2021-11-12Fix typo in architecture name for x86_64 macOSAaron Franke
2021-11-02[macOS] Add support for OpenGLES3 video driver.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-28Adds support for 'use_coverage' flag in OSX.Sean Kim
2021-10-15Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde
2021-10-15Remove WebM support (and deps libvpx and opus)Rémi Verschelde
2021-10-15SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde
2021-10-14SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde
2021-08-12Use "volk" instead of statically linked Vulkan loader.bruvzg
2021-07-22Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...bruvzg
2021-04-16Fix macOS build with all sanitizers enabled.bruvzg
2021-04-15Add more sanitizer flags to shows more bugsRafał Mikrut
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-03-02add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky
2021-02-08SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde
2021-02-03SCons: Add `production=yes` option to use production defaultsRémi Verschelde
2020-12-16SCons: Add only selected platform's opts to envRémi Verschelde
2020-11-19Merge pull request #43692 from akien-mga/scons-leave-link-aloneRémi Verschelde
2020-11-19SCons: Remove unnecessary $LINK overridesRémi Verschelde
2020-11-19OSX: Fix linking with osxcross for arm64Rémi Verschelde
2020-11-09Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-08-15fixed linker being slow on OSXGordon MacPherson
2020-07-26CI: Install master version of psf/blackRémi Verschelde
2020-07-24[macOS / ARM64] Remove "-msse2" flag from ARM64 release export template build...bruvzg
2020-07-23SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde
2020-07-21Set minimum osx version to 10.12 for OSXCross compilationPouleyKetchoupp
2020-06-29[macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-10Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"Rémi Verschelde
2020-03-04Change LINKFLAGS to FRAMEWORKS which is supported sincehungrymonkey
2020-02-22SCons: Bump required C++ standard to C++17Rémi Verschelde
2020-02-11SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-01-29Adds sanitizer options for macOSHaoyu Qiu
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