aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-21Xcode: quote some entries as needed.Jussi Pakkanen1-2/+8
2021-04-20Xcode: fix file objects in various places.Jussi Pakkanen1-13/+31
2021-04-20Xcode: fix compiling shared modules.Jussi Pakkanen1-4/+20
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen1-7/+58
2021-04-19Xcode: replace all backslashes with eight backslashes. Because obviously.Jussi Pakkanen1-0/+4
2021-04-18Xcode: fix generators that take custom targets as inputs.Jussi Pakkanen1-81/+120
2021-04-18Xcode: add proper target dependencies to custom targets.Jussi Pakkanen1-3/+5
2021-04-18Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen1-2/+2
2021-04-18Xcode: fix custom target chaining.Jussi Pakkanen1-1/+1
2021-04-18Xcode: made custom targets into top level AggregateTargets.Jussi Pakkanen1-6/+114
2021-04-16Xcode: make the test target depend on build_all target.Jussi Pakkanen1-1/+6
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen1-1/+8
2021-04-16Xcode: handle capturing generators.Jussi Pakkanen1-1/+7
2021-04-15Xcode: this is what happens when you do not treat command lines as arrays.Jussi Pakkanen1-0/+1
2021-04-15Xcode: remove some unnecessary dict entries.Jussi Pakkanen1-22/+0
2021-04-15Xcode: add functionality for sources created with a generator.Jussi Pakkanen1-16/+85
2021-04-14Xcode: do not process custom target outputs on targets they are not used in.Jussi Pakkanen1-6/+10
2021-04-14Xcode: add sanity check asserts.Jussi Pakkanen1-12/+26
2021-04-14Xcode: fix path of extracted objects in subdirs.Jussi Pakkanen1-1/+1
2021-04-14Xcode: use correct key for file id lookup.Jussi Pakkanen1-3/+5
2021-04-11Xcode: can generate object files with generators.Jussi Pakkanen1-0/+85
2021-04-11Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen1-3/+12
2021-04-11Xcode: fix linking of static libs that link to other libs.Jussi Pakkanen1-6/+18
2021-04-10Xcode: use common language options like std version.Jussi Pakkanen1-1/+3
2021-04-10Xcode: Fix source generation.Jussi Pakkanen1-3/+76
2021-04-09Xcode: Fix target prefixes and suffixes and conf-time generated sources.Jussi Pakkanen1-9/+26
2021-04-09Xcode: Fix object extraction.Jussi Pakkanen1-8/+50
2021-04-09Write include directory names with the correct amount of quoting.Jussi Pakkanen1-2/+5
2021-04-09Write include dirs with absolute paths in the Xcode backend, relative ones do...Jussi Pakkanen1-3/+6
2021-04-08Fix Xcode targets in subdirs.Jussi Pakkanen1-4/+0
2021-04-08Remove unneeded variable.Jussi Pakkanen1-3/+3
2021-04-08Avoid rebuilding the target list all the time.Jussi Pakkanen1-30/+32
2021-04-08Skip compilers that are not used for a given target.Jussi Pakkanen1-0/+2
2021-04-07Fix shared libs and using one source in multiple targets.Jussi Pakkanen1-57/+89