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