summaryrefslogtreecommitdiffstats
path: root/platform/osx/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-251/+0
* [macOS] Use statically linked MoltenVK by default, automatically detect Molte...bruvzg2022-07-031-3/+52
* Add arch flag to assembler to fix build on ARM64 macOS / iOS.bruvzg2022-07-011-0/+2
* Add CI build with clang sanitizers, increase stack size to 30 MB for builds w...bruvzg2022-04-011-0/+1
* OSX: Pass `-mmacosx-version-min=11.0` instead of `11.00`Rémi Verschelde2022-02-081-3/+3
* [macOS] Cleanup and split Objective-C objects to the separate filesbruvzg2022-02-011-3/+5
* [macOS] Enable Objective-C ARCbruvzg2022-02-011-0/+2
* Misc build system fixesAaron Franke2021-12-101-1/+1
* Fix typo in architecture name for x86_64 macOSAaron Franke2021-11-121-1/+1
* [macOS] Add support for OpenGLES3 video driver.bruvzg2021-11-021-2/+5
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-1/+1
* Adds support for 'use_coverage' flag in OSX.Sean Kim2021-10-281-0/+5
* Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde2021-10-151-2/+0
|\
| * Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-2/+0
* | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+0
|/
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-13/+5
* Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...bruvzg2021-07-221-1/+2
* Fix macOS build with all sanitizers enabled.bruvzg2021-04-161-14/+2
* Add more sanitizer flags to shows more bugsRafał Mikrut2021-04-151-5/+17
* Allow to not optimize release buildRafał Mikrut2021-03-141-2/+2
* add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky2021-03-021-1/+6
* SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde2021-02-081-2/+2
* SCons: Add `production=yes` option to use production defaultsRémi Verschelde2021-02-031-1/+1
* SCons: Add only selected platform's opts to envRémi Verschelde2020-12-161-3/+1
* Merge pull request #43692 from akien-mga/scons-leave-link-aloneRémi Verschelde2020-11-191-7/+0
|\
| * SCons: Remove unnecessary $LINK overridesRémi Verschelde2020-11-191-7/+0
* | OSX: Fix linking with osxcross for arm64Rémi Verschelde2020-11-191-2/+2
|/
* Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio2020-11-091-5/+1
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+2
* Remove unused Python imports.Marcel Admiraal2020-09-101-1/+0
* fixed linker being slow on OSXGordon MacPherson2020-08-151-0/+1
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-1/+2
* [macOS / ARM64] Remove "-msse2" flag from ARM64 release export template build...bruvzg2020-07-241-2/+4
* SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-1/+1
* Set minimum osx version to 10.12 for OSXCross compilationPouleyKetchoupp2020-07-211-11/+14
* [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-291-6/+11
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-91/+117
* Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"Rémi Verschelde2020-03-101-3/+3
* Change LINKFLAGS to FRAMEWORKS which is supported sincehungrymonkey2020-03-041-3/+3
* SCons: Bump required C++ standard to C++17Rémi Verschelde2020-02-221-2/+2
* 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