aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
AgeCommit message (Expand)AuthorFilesLines
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