summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed using files object in subdir with xcode backendOskar Sigvardsson2020-10-041-1/+1
* backend: refactor: set self.interpreter in the constructorDaniel Mensinger2020-01-281-4/+5
* xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D2019-10-181-1/+1
* xcodebackend: Fix iterating compilers after host/build changesDylan Baker2019-06-301-1/+1
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-2/+2
* Fixed unnecessary .items()Daniel Mensinger2019-04-291-2/+2
* Fix unused variables warningsDaniel Mensinger2019-04-291-2/+2
* Don't use len() to test for container emptinessDylan Baker2019-04-251-2/+2
* xcode backend: Add target dependency link argsDavid Vanderson2019-02-241-0/+2
* Pass arguments from in xcode projectsGuillermo Ignacio Enriquez Gutierrez2018-10-081-4/+7
* Xcode project now supports assembly filesGuillermo Ignacio Enriquez Gutierrez2018-10-081-1/+7
* Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...Guillermo Ignacio Enriquez Gutierrez2018-10-011-8/+22
* Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez2018-09-251-6/+11
* Partially fix targets that use precompiled header with --backend=xcode. Vario...Guillermo Ignacio Enriquez Gutierrez2018-09-241-0/+15
* Sort some objects before writing as Xcode expects [skip ci]Guillermo Ignacio Enriquez Gutierrez2018-09-241-38/+45
* Fix `build --backend=xcode` (#4220)Guillermo Ignacio Enriquez Gutierrez2018-09-191-23/+33
* Fix shared library building on xcode.Jukka Laurila2018-03-121-1/+1
* Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila2018-03-091-3/+1
* Fix flake8 'imported but unused' reportsJon Turney2018-03-031-1/+1
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-1/+1
* 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