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