summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)Author
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
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky
2017-01-01style: fix E124 violationsIgor Gnatenko
2017-01-01style: fix E226 violationsIgor Gnatenko
2017-01-01style: fix E225 violationsIgor Gnatenko
2016-12-31Fix space before :.Jussi Pakkanen
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-07-01Overhaul versioning and naming of librariesNirbheek Chauhan
2016-04-15backends: Don't duplicate test setup data file nameNirbheek Chauhan
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen
2016-02-25Fix Xcode backendRogiel Sulzbach
2016-01-23Moved backends to their own module.Jussi Pakkanen