summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen2021-04-111-3/+12
* Xcode: fix linking of static libs that link to other libs.Jussi Pakkanen2021-04-111-6/+18
* Xcode: use common language options like std version.Jussi Pakkanen2021-04-101-1/+3
* Xcode: Fix source generation.Jussi Pakkanen2021-04-101-3/+76
* Xcode: Fix target prefixes and suffixes and conf-time generated sources.Jussi Pakkanen2021-04-091-9/+26
* Xcode: Fix object extraction.Jussi Pakkanen2021-04-091-8/+50
* Write include directory names with the correct amount of quoting.Jussi Pakkanen2021-04-091-2/+5
* Write include dirs with absolute paths in the Xcode backend, relative ones do...Jussi Pakkanen2021-04-091-3/+6
* Fix Xcode targets in subdirs.Jussi Pakkanen2021-04-081-4/+0
* Remove unneeded variable.Jussi Pakkanen2021-04-081-3/+3
* Avoid rebuilding the target list all the time.Jussi Pakkanen2021-04-081-30/+32
* Skip compilers that are not used for a given target.Jussi Pakkanen2021-04-081-0/+2
* Fix shared libs and using one source in multiple targets.Jussi Pakkanen2021-04-071-57/+89
* Fix building static libs with the Xcode backend.Jussi Pakkanen2021-04-071-1/+2
* LGTM fix.xcodewarnoptJussi Pakkanen2021-04-051-1/+1
* Use warning args in the Xcode backend.Jussi Pakkanen2021-04-051-14/+18
* Use actual build type rather than hardcoding "debug".Jussi Pakkanen2021-04-051-14/+14
* Set debug info in the Xcode native way.Jussi Pakkanen2021-04-051-4/+2
* Set optimization level in the Xcode native way.Jussi Pakkanen2021-04-051-3/+11
* Refactor Xcode target generation to its own method.Jussi Pakkanen2021-04-051-116/+122
* Fix LGTM issues.xcoderefactorJussi Pakkanen2021-04-041-8/+5
* Move constant to module level.Jussi Pakkanen2021-04-041-19/+19
* Delete old implementation.Jussi Pakkanen2021-04-041-498/+47
* Add last few things we skipped.Jussi Pakkanen2021-04-041-2/+15
* Fix all the minor things that got broken.Jussi Pakkanen2021-04-041-35/+48
* Converted the last bit.Jussi Pakkanen2021-04-041-3/+35
* Convert build configuration.Jussi Pakkanen2021-04-041-3/+97
* Convert a few more.Jussi Pakkanen2021-04-041-11/+71
* Convert PBXGroup.Jussi Pakkanen2021-04-041-5/+72
* Convert a few more.Jussi Pakkanen2021-04-041-10/+51
* Reduce verbosity.Jussi Pakkanen2021-04-031-21/+27
* Convert one more object type and some scaffolding.Jussi Pakkanen2021-04-031-6/+73
* Start refactoring the xcode backend by creating proper classes for pbx primit...Jussi Pakkanen2021-04-031-5/+92
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-34/+34
* xcode-backend: add implicit includesJeff Moguillansky2021-02-041-3/+7
* xcode-backend: set global link argsJeff Moguillansky2021-02-041-0/+3
* xcode-backend: fix include pathsJeff Moguillansky2021-02-041-1/+2
* build: add function get_build_targets to Build classJeff Moguillansky2021-01-301-33/+33
* xcode-backend: fix include pathsJeff Moguillansky2021-01-281-0/+3
* split mesonlib into a packageDylan Baker2021-01-231-1/+1
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-1/+1
* Fixed using files object in subdir with xcode backendOskar Sigvardsson2020-10-041-1/+1
* backend: refactor: set self.interpreter in the constructorDaniel Mensinger2020-01-281-4/+5