summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
Commit message (Expand)AuthorAgeFilesLines
...
* LGTM fix.xcodewarnoptJussi Pakkanen2021-04-051-1/+1
* Use warning args in the Xcode backend.Jussi Pakkanen2021-04-051-14/+18
* Use actual build type rather than hardcoding "debug".Jussi Pakkanen2021-04-051-14/+14
* Set debug info in the Xcode native way.Jussi Pakkanen2021-04-051-4/+2
* Set optimization level in the Xcode native way.Jussi Pakkanen2021-04-051-3/+11
* Refactor Xcode target generation to its own method.Jussi Pakkanen2021-04-051-116/+122
* Fix LGTM issues.xcoderefactorJussi Pakkanen2021-04-041-8/+5
* Move constant to module level.Jussi Pakkanen2021-04-041-19/+19
* Delete old implementation.Jussi Pakkanen2021-04-041-498/+47
* Add last few things we skipped.Jussi Pakkanen2021-04-041-2/+15
* Fix all the minor things that got broken.Jussi Pakkanen2021-04-041-35/+48
* Converted the last bit.Jussi Pakkanen2021-04-041-3/+35
* Convert build configuration.Jussi Pakkanen2021-04-041-3/+97
* Convert a few more.Jussi Pakkanen2021-04-041-11/+71
* Convert PBXGroup.Jussi Pakkanen2021-04-041-5/+72
* Convert a few more.Jussi Pakkanen2021-04-041-10/+51
* Reduce verbosity.Jussi Pakkanen2021-04-031-21/+27
* Convert one more object type and some scaffolding.Jussi Pakkanen2021-04-031-6/+73
* Start refactoring the xcode backend by creating proper classes for pbx primit...Jussi Pakkanen2021-04-031-5/+92
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-34/+34
* xcode-backend: add implicit includesJeff Moguillansky2021-02-041-3/+7
* xcode-backend: set global link argsJeff Moguillansky2021-02-041-0/+3
* xcode-backend: fix include pathsJeff Moguillansky2021-02-041-1/+2
* build: add function get_build_targets to Build classJeff Moguillansky2021-01-301-33/+33
* xcode-backend: fix include pathsJeff Moguillansky2021-01-281-0/+3
* split mesonlib into a packageDylan Baker2021-01-231-1/+1
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-1/+1
* 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