summaryrefslogtreecommitdiffstats
path: root/platform/osx/detect.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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