aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger1-4/+5
2019-10-18xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D1-1/+1
2019-06-30xcodebackend: Fix iterating compilers after host/build changesDylan Baker1-1/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-2/+2
2019-04-29Fixed unnecessary .items()Daniel Mensinger1-2/+2
2019-04-29Fix unused variables warningsDaniel Mensinger1-2/+2
2019-04-25Don't use len() to test for container emptinessDylan Baker1-2/+2
2019-02-24xcode backend: Add target dependency link argsDavid Vanderson1-0/+2
2018-10-08Pass arguments from in xcode projectsGuillermo Ignacio Enriquez Gutierrez1-4/+7
2018-10-08Xcode project now supports assembly filesGuillermo Ignacio Enriquez Gutierrez1-1/+7
2018-10-01Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...Guillermo Ignacio Enriquez Gutierrez1-8/+22
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez1-6/+11
2018-09-24Partially fix targets that use precompiled header with --backend=xcode. Vario...Guillermo Ignacio Enriquez Gutierrez1-0/+15
2018-09-24Sort some objects before writing as Xcode expects [skip ci]Guillermo Ignacio Enriquez Gutierrez1-38/+45
2018-09-19Fix `build --backend=xcode` (#4220)Guillermo Ignacio Enriquez Gutierrez1-23/+33
2018-03-12Fix shared library building on xcode.Jukka Laurila1-1/+1
2018-03-09Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila1-3/+1
2018-03-03Fix flake8 'imported but unused' reportsJon Turney1-1/+1
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-1/+1
2017-11-21Review fixes.Jussi Pakkanen1-1/+1
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-1/+1