summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)Author
2024-01-26xcode: Fix "clean" operation under new build systemAlbert Tang
2024-01-26xcode: Check custom target input for extracted objectsAlbert Tang
2024-01-26backends: Make object_filename_from_source() backend-agnosticAlbert Tang
2024-01-26xcode: Autodetect host machine's CPU architectureAlbert Tang
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-11xcode backend: sundry type annotationsEli Schwartz
2023-12-11xcode backend: make the type of get_target_dir align with parent classEli Schwartz
2023-12-11xcode backend: delete unused codeEli Schwartz
2023-12-11backends: correct nonebackend return annotation and check in run_mypyEli Schwartz
2023-12-10xcode: Filter out targets not built by defaultAlbert Tang
2023-12-10xcode: Override determine_swift_deps_dir()Albert Tang
2023-12-10xcode: Enclose work directory in shell scriptsAlbert Tang
2023-12-10xcode: Wrap custom target output paths in quotesAlbert Tang
2023-12-10xcode: Fix generating single generator phaseAlbert Tang
2023-12-10xcode: Search for dependencies for custom targetsAlbert Tang
2023-12-10xcode: Classify metal and glsl files correctlyAlbert Tang
2023-12-10xcode: Set bridging header for mixed swift targetsAlbert Tang
2023-12-10xcode: Add support for extra filesAlbert Tang
2023-09-18xcode: Check for apple framework deps by nameAlbert Tang
2023-07-23backend: fix checking dep instance for xcodeAlbert Tang
2023-07-10backends: Always take options from targetXavier Claessens
2023-07-02genvslite: greatly simplify the implementation of non-genvslite backendsEli Schwartz
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP
2023-06-20backends/xcode: simplify an obviously too-complicated functionEli Schwartz
2023-06-20delete dead code that has never been referencedEli Schwartz
2023-06-20backends/xcode: various sundry low-effort typing fixesEli Schwartz
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker
2023-03-20backends: simplify class setupEli Schwartz
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker
2022-11-29pylint: enable the bad_builtin checkerDylan Baker
2022-10-09compilers: Add optimization=plain optionJan Tojnar
2022-06-14backend: always use the same code to compute the files in ExtractedObjectsPaolo Bonzini
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz
2022-03-31Handle same Framework multiple times in Xcode.Jussi Pakkanen
2022-03-31Handle feed and capture in xcodebackend.Jussi Pakkanen
2022-03-30Fix typos in Xcode backend.Jussi Pakkanen
2022-03-29Replace backend.get_option_for_target() with target.get_option()Xavier Claessens
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens
2022-01-27flake8: fix wonky comment styleEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-04fix extra whitespaceEli Schwartz
2021-10-04remove useless variables that are no longer or were never usedEli Schwartz
2021-09-14fix untested codepath? add:item() is surely a typo, not a real functionEli Schwartz
2021-08-31pyllint: enable consider-user-enumerateDylan Baker
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-31pylint: enable consider-iterating-dictionaryDylan Baker
2021-08-21Fix duplicated frameworks in the Xcode backend.Jussi Pakkanen
2021-08-21Fix multiple generators in target in Xcode.Jussi Pakkanen
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen