summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
Commit message (Expand)AuthorAgeFilesLines
* Review fixes.Jussi Pakkanen2017-11-211-1/+1
* Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-201-1/+1
* Removed consecutive identical variable assignments.Jussi Pakkanen2017-07-161-1/+0
* Whitespace tweaks to reduce Flake8 warningsAlistair Thomas2017-05-291-3/+3
* xcode-backend framework fixesblackbox2017-05-231-28/+28
* codestyleblackbox2017-05-231-13/+10
* remove debug-markerblackbox2017-05-231-1/+1
* XCode frameworks supportblackbox2017-05-231-2/+82
* Use American English - 'ise' -> 'ize' where applicablePeter Hutterer2017-05-041-1/+1
* style: [E502] the backslash is redundant between bracketsMike Sinkovsky2017-01-111-1/+1
* style: fix E124 violationsIgor Gnatenko2017-01-011-1/+1
* style: fix E226 violationsIgor Gnatenko2017-01-011-1/+1
* style: fix E225 violationsIgor Gnatenko2017-01-011-67/+67
* Fix space before :.Jussi Pakkanen2016-12-311-20/+21
* Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen2016-12-071-0/+1
* Use context manager for file I/O.Elliott Sales de Andrade2016-08-271-20/+16
* Overhaul versioning and naming of librariesNirbheek Chauhan2016-07-011-5/+3
* backends: Don't duplicate test setup data file nameNirbheek Chauhan2016-04-151-4/+3
* Move MesonException from coredata to mesonlib.Hemmo Nieminen2016-04-011-1/+1
* Fix Xcode backendRogiel Sulzbach2016-02-251-14/+21
* Moved backends to their own module.Jussi Pakkanen2016-01-231-0/+776