summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicated frameworks in the Xcode backend.xcodegodotJussi 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
| | | | This parameter isn't used, at all, so just remove it
* editorconfig: add setting to trim trailing whitespaceEli Schwartz2021-08-151-15/+15
| | | | | | | and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
* 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
|
* Xcode: quote some entries as needed.Jussi Pakkanen2021-04-211-2/+8
|
* Xcode: fix file objects in various places.Jussi Pakkanen2021-04-201-13/+31
|
* Xcode: fix compiling shared modules.Jussi Pakkanen2021-04-201-4/+20
|
* Xcode: regenerato project file when build conf changes.Jussi Pakkanen2021-04-191-7/+58
|
* Xcode: replace all backslashes with eight backslashes. Because obviously.Jussi Pakkanen2021-04-191-0/+4
|
* Xcode: fix generators that take custom targets as inputs.Jussi Pakkanen2021-04-181-81/+120
|
* Xcode: add proper target dependencies to custom targets.Jussi Pakkanen2021-04-181-3/+5
|
* Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen2021-04-181-2/+2
|
* Xcode: fix custom target chaining.Jussi Pakkanen2021-04-181-1/+1
|
* Xcode: made custom targets into top level AggregateTargets.Jussi Pakkanen2021-04-181-6/+114
|
* Xcode: make the test target depend on build_all target.Jussi Pakkanen2021-04-161-1/+6
|
* Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen2021-04-161-1/+8
|
* Xcode: handle capturing generators.Jussi Pakkanen2021-04-161-1/+7
|
* Xcode: this is what happens when you do not treat command lines as arrays.Jussi Pakkanen2021-04-151-0/+1
|
* Xcode: remove some unnecessary dict entries.Jussi Pakkanen2021-04-151-22/+0
|
* Xcode: add functionality for sources created with a generator.Jussi Pakkanen2021-04-151-16/+85
|
* Xcode: do not process custom target outputs on targets they are not used in.Jussi Pakkanen2021-04-141-6/+10
|
* Xcode: add sanity check asserts.Jussi Pakkanen2021-04-141-12/+26
|
* Xcode: fix path of extracted objects in subdirs.Jussi Pakkanen2021-04-141-1/+1
|
* Xcode: use correct key for file id lookup.Jussi Pakkanen2021-04-141-3/+5
|
* Xcode: can generate object files with generators.Jussi Pakkanen2021-04-111-0/+85
|