summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)Author
2021-04-04Fix LGTM issues.Jussi Pakkanen
2021-04-04Move constant to module level.Jussi Pakkanen
2021-04-04Delete old implementation.Jussi Pakkanen
2021-04-04Add last few things we skipped.Jussi Pakkanen
2021-04-04Fix all the minor things that got broken.Jussi Pakkanen
2021-04-04Converted the last bit.Jussi Pakkanen
2021-04-04Convert build configuration.Jussi Pakkanen
2021-04-04Convert a few more.Jussi Pakkanen
2021-04-04Convert PBXGroup.Jussi Pakkanen
2021-04-04Convert a few more.Jussi Pakkanen
2021-04-03Reduce verbosity.Jussi Pakkanen
2021-04-03Convert one more object type and some scaffolding.Jussi Pakkanen
2021-04-03Start refactoring the xcode backend by creating proper classes for pbx primit...Jussi Pakkanen
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-02-04xcode-backend: add implicit includesJeff Moguillansky
2021-02-04xcode-backend: set global link argsJeff Moguillansky
2021-02-04xcode-backend: fix include pathsJeff Moguillansky
2021-01-30build: add function get_build_targets to Build classJeff Moguillansky
2021-01-28xcode-backend: fix include pathsJeff Moguillansky
2021-01-23split mesonlib into a packageDylan Baker
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2020-10-04Fixed using files object in subdir with xcode backendOskar Sigvardsson
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger
2019-10-18xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D
2019-06-30xcodebackend: Fix iterating compilers after host/build changesDylan Baker
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-04-29Fixed unnecessary .items()Daniel Mensinger
2019-04-29Fix unused variables warningsDaniel Mensinger
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-02-24xcode backend: Add target dependency link argsDavid Vanderson
2018-10-08Pass arguments from in xcode projectsGuillermo Ignacio Enriquez Gutierrez
2018-10-08Xcode project now supports assembly filesGuillermo Ignacio Enriquez Gutierrez
2018-10-01Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...Guillermo Ignacio Enriquez Gutierrez
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez
2018-09-24Partially fix targets that use precompiled header with --backend=xcode. Vario...Guillermo Ignacio Enriquez Gutierrez
2018-09-24Sort some objects before writing as Xcode expects [skip ci]Guillermo Ignacio Enriquez Gutierrez
2018-09-19Fix `build --backend=xcode` (#4220)Guillermo Ignacio Enriquez Gutierrez
2018-03-12Fix shared library building on xcode.Jukka Laurila
2018-03-09Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila
2018-03-03Fix flake8 'imported but unused' reportsJon Turney
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2017-11-21Review fixes.Jussi Pakkanen
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen
2017-07-16Removed consecutive identical variable assignments.Jussi Pakkanen
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas
2017-05-23xcode-backend framework fixesblackbox
2017-05-23codestyleblackbox
2017-05-23remove debug-markerblackbox
2017-05-23XCode frameworks supportblackbox
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer