summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Xcode: can generate object files with generators.ongoingxcodeJussi Pakkanen2021-04-111-0/+85
* Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen2021-04-102-5/+18
* Xcode: fix linking of static libs that link to other libs.Jussi Pakkanen2021-04-101-6/+18
* Xcode: use common language options like std version.Jussi Pakkanen2021-04-101-1/+3
* Xcode: Fix source generation.Jussi Pakkanen2021-04-103-4/+96
* docs: Fix the description of static_library's additional arguments [skip ci]Adam Jackson2021-04-091-2/+1
* 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
* Add global_source/build_root()Xavier Claessens2021-04-095-4/+47
* 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-092-7/+13
* Fix Xcode targets in subdirs.Jussi Pakkanen2021-04-082-5/+2
* 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
* coredata: Check for built-in options as host optionsDylan Baker2021-04-061-1/+5
* environment: simplify handling of native files with no cross filesDylan Baker2021-04-061-7/+3
* environment: fix typos in commentDylan Baker2021-04-061-1/+1
* environment: don't load project options from a native file in a cross buildDylan Baker2021-04-062-2/+20
* environment: Add some comments to the _load_machine_file_options methodDylan Baker2021-04-061-2/+11
* Merge pull request #8616 from mesonbuild/xcodewarnoptJussi Pakkanen2021-04-061-139/+155
|\
| * 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
* | docs: document bool to_int and to_string methodsSimon Ser2021-04-061-0/+8
* | Typo fix. [skip ci]Jussi Pakkanen2021-04-061-1/+1
* | Add Chinese page to sitemap. [skip ci]Jussi Pakkanen2021-04-062-1/+2
* | Add Chinese translation of the getting Meson page [skip ci]Chippy2021-04-061-0/+56
|/
* Merge pull request #8614 from mesonbuild/xcoderefactorJussi Pakkanen2021-04-051-522/+548
|\
| * 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
* | Merge pull request #8606 from dcbaker/submit/fix-for-build-env-variablesJussi Pakkanen2021-04-033-17/+45
|\ \ | |/ |/|
| * tests: Add a test for the _FOR_BUILD env varsDylan Baker2021-04-011-0/+20
| * environment: get environment variables for both host and build machinesDylan Baker2021-04-012-14/+17