summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
Commit message (Expand)AuthorAgeFilesLines
* Xcode: handle CustomTargetIndexes.xcodepoopJussi Pakkanen2021-04-221-6/+20
* Xcode: ever more quoting.Jussi Pakkanen2021-04-221-1/+4
* Xcode: only add source and build dirs if implicit_include_directories is set.Jussi Pakkanen2021-04-221-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
* 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