summaryrefslogtreecommitdiffstats
path: root/platform/macos/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Build System: Extract `validate_arch` helper functionYevhen Babiichuk (DustDFG)2024-10-061-7/+2
* Merge pull request #97570 from dustdfg/ios_macos/print_warning_instead_of_com...Rémi Verschelde2024-10-041-2/+2
|\
| * Replace comments with printed warning for Metal on x86_64Yevhen Babiichuk (DustDFG)2024-09-281-2/+2
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-0/+8
|/
* SCons: Better validation for platform-specific opt-in driversRémi Verschelde2024-08-211-1/+1
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-2/+20
* Disable FP contraction.bruvzg2024-07-231-0/+2
* SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-5/+5
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-4/+4
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-4/+4
* Fix MoltenVK detectionpohy2024-03-091-2/+9
* Migrate macos controller API to GameController.hJezer Mejía2024-02-201-1/+3
* Merge pull request #88245 from shana/simplify-mono-support-detectionRémi Verschelde2024-02-191-0/+1
|\
| * C#: Let platforms signal if they support it or notAndreia Gaita2024-02-131-0/+1
* | SCons: "Environment" to "SConsEnvironment"Thaddeus Crews2024-02-141-2/+2
* | [iOS/macOS] Add option to automatically build (and sign / archive) bundles.bruvzg2024-02-131-67/+11
* | [macOS] Check Vulkan SDK version when looking for MoltenVK libs.bruvzg2024-02-041-1/+2
* | Merge pull request #85206 from bruvzg/mac_clang_version_check_updateRémi Verschelde2024-01-181-3/+3
|\ \
| * | [macOS] Check Apple specific version instead of generic clang version.bruvzg2023-11-221-3/+3
| |/
* | [macOS] Fix MoltenVK SDK detection after file location changes in 1.3.275.0.bruvzg2024-01-171-10/+25
* | Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-1/+1
|/
* Updated compiler version detectionMario Liebisch2023-09-251-10/+3
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-1/+8
* [macOS] Workaround Xcode 15 linker bug.bruvzg2023-09-201-1/+17
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-201-4/+0
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+2
* [macOS] Bump min. version to 10.13, and remove deprecated code.bruvzg2023-04-241-4/+4
* [Export docs] Move docs to platform folders.bruvzg2023-04-201-0/+10
* Corrected capitalisation of macOSJohn Veness2023-03-121-1/+1
* Rename mkv_list to mvk_list (MoltenVK path list).Ron B. Yeh2023-03-061-4/+4
* [iOS] Restore OpenGLES3 renderer support.bruvzg2023-01-221-1/+1
* [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related f...bruvzg2023-01-201-1/+0
* [macOS] Automatically detect MoltenVK libs installed via homebrew and macports.bruvzg2022-11-151-7/+13
* Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-261-1/+3
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+6
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-21/+2
* SCons: Remove redundant `-fomit-frame-pointer` and `-ftree-vectorize`Rémi Verschelde2022-09-231-2/+2
* SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-3/+6
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-0/+12
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-3/+1
* fix: graceful exit on macOS missing VulkanJiri Suchan2022-09-041-3/+5
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-12/+17
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-0/+253