aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-16Removed consecutive identical variable assignments.Jussi Pakkanen1-1/+0
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas1-3/+3
2017-05-23xcode-backend framework fixesblackbox1-28/+28
2017-05-23codestyleblackbox1-13/+10
2017-05-23remove debug-markerblackbox1-1/+1
2017-05-23XCode frameworks supportblackbox1-2/+82
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer1-1/+1
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky1-1/+1
2017-01-01style: fix E124 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E226 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E225 violationsIgor Gnatenko1-67/+67
2016-12-31Fix space before :.Jussi Pakkanen1-20/+21
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen1-0/+1
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-20/+16
2016-07-01Overhaul versioning and naming of librariesNirbheek Chauhan1-5/+3
2016-04-15backends: Don't duplicate test setup data file nameNirbheek Chauhan1-4/+3
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-1/+1
2016-02-25Fix Xcode backendRogiel Sulzbach1-14/+21
2016-01-23Moved backends to their own module.Jussi Pakkanen1-0/+776