aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)AuthorFilesLines
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker1-0/+1
2023-03-20backends: simplify class setupEli Schwartz1-1/+3
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker1-0/+2
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-1/+1
2022-10-09compilers: Add optimization=plain optionJan Tojnar1-2/+5
2022-06-14backend: always use the same code to compute the files in ExtractedObjectsPaolo Bonzini1-4/+1
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-4/+7
2022-03-31Handle same Framework multiple times in Xcode.Jussi Pakkanen1-2/+4
2022-03-31Handle feed and capture in xcodebackend.Jussi Pakkanen1-1/+2
2022-03-30Fix typos in Xcode backend.Jussi Pakkanen1-3/+3
2022-03-29Replace backend.get_option_for_target() with target.get_option()Xavier Claessens1-4/+4
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens1-1/+1
2022-01-27flake8: fix wonky comment styleEli Schwartz1-1/+1
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-2/+2
2021-10-04fix extra whitespaceEli Schwartz1-4/+0
2021-10-04remove useless variables that are no longer or were never usedEli Schwartz1-1/+0
2021-09-14fix untested codepath? add:item() is surely a typo, not a real functionEli Schwartz1-1/+1
2021-08-31pyllint: enable consider-user-enumerateDylan Baker1-6/+2
2021-08-31pylint: turn on superflous-parensDylan Baker1-16/+16
2021-08-31pylint: enable consider-iterating-dictionaryDylan Baker1-1/+1
2021-08-21Fix duplicated frameworks in the Xcode backend.Jussi Pakkanen1-1/+7
2021-08-21Fix multiple generators in target in Xcode.Jussi Pakkanen1-2/+2
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen1-1/+5
2021-08-21Handle .C extension in Xcode.Jussi Pakkanen1-1/+4
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker1-2/+1
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-15/+15
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-1/+1
2021-06-07another pyupgrade passEli Schwartz1-3/+3
2021-05-23Add swift executable support in Xcode.Jussi Pakkanen1-1/+8
2021-05-23Remove unnecessary hierarchical layer.Jussi Pakkanen1-10/+4
2021-05-23Remove top level sources entry as unnecessary.Jussi Pakkanen1-24/+6
2021-05-23Add meson.build files to pbxgroup.Jussi Pakkanen1-9/+31
2021-05-23Write project info in a tree structure rather than the current flat one.Jussi Pakkanen1-37/+97
2021-04-29Xcode: fix project cleaning.Jussi Pakkanen1-2/+2
2021-04-25Xcode: make Swift projects work.Jussi Pakkanen1-1/+8
2021-04-25Xcode: add objective C++ flags to plain C++ because Xcode requires it.Jussi Pakkanen1-1/+3
2021-04-25Xcode: add objective C flags to plain C because Xcode requires it.Jussi Pakkanen1-2/+9
2021-04-24Xcode: fix linking to customtargetindex objects.Jussi Pakkanen1-7/+28
2021-04-23Xcode: even more command line argument expansion.Jussi Pakkanen1-1/+6
2021-04-23Xcode: Quote McQuoteface.Jussi Pakkanen1-2/+2
2021-04-23Xcode: handle CustomTargetIndexes.Jussi Pakkanen1-6/+20
2021-04-23Xcode: ever more quoting.Jussi Pakkanen1-1/+4
2021-04-23Xcode: only add source and build dirs if implicit_include_directories is set.Jussi Pakkanen1-2/+3
2021-04-22Xcode: do not link shared modules against executables.Jussi Pakkanen1-0/+2
2021-04-22Xcode: add missing quote character.Jussi Pakkanen1-1/+1
2021-04-22Xcode: fix shell quotings.Jussi Pakkanen1-2/+2
2021-04-22Xcode: skip link language override test.Jussi Pakkanen1-1/+1
2021-04-21Xcode: put all include dirs via a property rather than a cmd line arg.Jussi Pakkanen1-6/+9
2021-04-21Xcode: add target private dir to include path.Jussi Pakkanen1-0/+1