aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-14Xcode: this is what happens when you do not treat command lines as arrays.xcodezJussi Pakkanen1-0/+1
2021-04-14Xcode: remove some unnecessary dict entries.Jussi Pakkanen1-22/+0
2021-04-14Xcode: add functionality for sources created with a generator.Jussi Pakkanen1-16/+92
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
2021-04-07Fix building static libs with the Xcode backend.Jussi Pakkanen1-1/+2
2021-04-05LGTM fix.xcodewarnoptJussi Pakkanen1-1/+1
2021-04-05Use warning args in the Xcode backend.Jussi Pakkanen1-14/+18
2021-04-05Use actual build type rather than hardcoding "debug".Jussi Pakkanen1-14/+14
2021-04-05Set debug info in the Xcode native way.Jussi Pakkanen1-4/+2
2021-04-05Set optimization level in the Xcode native way.Jussi Pakkanen1-3/+11
2021-04-05Refactor Xcode target generation to its own method.Jussi Pakkanen1-116/+122
2021-04-04Fix LGTM issues.Jussi Pakkanen1-8/+5
2021-04-04Move constant to module level.Jussi Pakkanen1-19/+19
2021-04-04Delete old implementation.Jussi Pakkanen1-498/+47
2021-04-04Add last few things we skipped.Jussi Pakkanen1-2/+15
2021-04-04Fix all the minor things that got broken.Jussi Pakkanen1-35/+48
2021-04-04Converted the last bit.Jussi Pakkanen1-3/+35
2021-04-04Convert build configuration.Jussi Pakkanen1-3/+97
2021-04-04Convert a few more.Jussi Pakkanen1-11/+71
2021-04-04Convert PBXGroup.Jussi Pakkanen1-5/+72
2021-04-04Convert a few more.Jussi Pakkanen1-10/+51
2021-04-03Reduce verbosity.Jussi Pakkanen1-21/+27
2021-04-03Convert one more object type and some scaffolding.Jussi Pakkanen1-6/+73
2021-04-03Start refactoring the xcode backend by creating proper classes for pbx primit...Jussi Pakkanen1-5/+92
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-34/+34
2021-02-04xcode-backend: add implicit includesJeff Moguillansky1-3/+7
2021-02-04xcode-backend: set global link argsJeff Moguillansky1-0/+3
2021-02-04xcode-backend: fix include pathsJeff Moguillansky1-1/+2
2021-01-30build: add function get_build_targets to Build classJeff Moguillansky1-33/+33
2021-01-28xcode-backend: fix include pathsJeff Moguillansky1-0/+3
2021-01-23split mesonlib into a packageDylan Baker1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-1/+1
2020-10-04Fixed using files object in subdir with xcode backendOskar Sigvardsson1-1/+1