summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)Author
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
2021-08-21Handle .C extension in Xcode.Jussi Pakkanen
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-06-07another pyupgrade passEli Schwartz
2021-05-23Add swift executable support in Xcode.Jussi Pakkanen
2021-05-23Remove unnecessary hierarchical layer.Jussi Pakkanen
2021-05-23Remove top level sources entry as unnecessary.Jussi Pakkanen
2021-05-23Add meson.build files to pbxgroup.Jussi Pakkanen
2021-05-23Write project info in a tree structure rather than the current flat one.Jussi Pakkanen
2021-04-29Xcode: fix project cleaning.Jussi Pakkanen
2021-04-25Xcode: make Swift projects work.Jussi Pakkanen
2021-04-25Xcode: add objective C++ flags to plain C++ because Xcode requires it.Jussi Pakkanen
2021-04-25Xcode: add objective C flags to plain C because Xcode requires it.Jussi Pakkanen
2021-04-24Xcode: fix linking to customtargetindex objects.Jussi Pakkanen
2021-04-23Xcode: even more command line argument expansion.Jussi Pakkanen
2021-04-23Xcode: Quote McQuoteface.Jussi Pakkanen