137 Commits (d2740cf0d1ce049bb77da24e0a620292b7ff424d)

Author SHA1 Message Date
Jussi Pakkanen f328632fa5 Write include directory names with the correct amount of quoting. 4 years ago
Jussi Pakkanen 9fb0abb754 Write include dirs with absolute paths in the Xcode backend, relative ones do not seem to work. 4 years ago
Jussi Pakkanen 59306c45c5 Fix Xcode targets in subdirs. 4 years ago
Jussi Pakkanen e759c8b2e9 Remove unneeded variable. 4 years ago
Jussi Pakkanen fb222f4702 Avoid rebuilding the target list all the time. 4 years ago
Jussi Pakkanen 5614ce4a54 Skip compilers that are not used for a given target. 4 years ago
Jussi Pakkanen 0b50c5705f Fix shared libs and using one source in multiple targets. 4 years ago
Jussi Pakkanen 3b16e39009 Fix building static libs with the Xcode backend. 4 years ago
Jussi Pakkanen 1dd2bbaa01 LGTM fix. 4 years ago
Jussi Pakkanen 3c3146195b Use warning args in the Xcode backend. 4 years ago
Jussi Pakkanen 82f7f63932 Use actual build type rather than hardcoding "debug". 4 years ago
Jussi Pakkanen 99a8076b78 Set debug info in the Xcode native way. 4 years ago
Jussi Pakkanen e5766454d6 Set optimization level in the Xcode native way. 4 years ago
Jussi Pakkanen 6043016a38 Refactor Xcode target generation to its own method. 4 years ago
Jussi Pakkanen 2d30f8d124 Fix LGTM issues. 4 years ago
Jussi Pakkanen 3420957c73 Move constant to module level. 4 years ago
Jussi Pakkanen bf08bba371 Delete old implementation. 4 years ago
Jussi Pakkanen c43007408c Add last few things we skipped. 4 years ago
Jussi Pakkanen fb70490bd3 Fix all the minor things that got broken. 4 years ago
Jussi Pakkanen dc9e2d6269 Converted the last bit. 4 years ago
Jussi Pakkanen 3ce0ce86c9 Convert build configuration. 4 years ago
Jussi Pakkanen a026213145 Convert a few more. 4 years ago
Jussi Pakkanen 7a3fdf70cc Convert PBXGroup. 4 years ago
Jussi Pakkanen d78dba08a7 Convert a few more. 4 years ago
Jussi Pakkanen 87f1007ba7 Reduce verbosity. 4 years ago
Jussi Pakkanen 18f718299c Convert one more object type and some scaffolding. 4 years ago
Jussi Pakkanen 0967800705 Start refactoring the xcode backend by creating proper classes for pbx primitives. 4 years ago
Eli Schwartz 6a0fabc647
mass rewrite of string formatting to use f-strings everywhere 4 years ago
Jeff Moguillansky 9226a92fe0 xcode-backend: add implicit includes 4 years ago
Jeff Moguillansky 7fd69cb4c4 xcode-backend: set global link args 4 years ago
Jeff Moguillansky 5d94d161ff xcode-backend: fix include paths 4 years ago
Jeff Moguillansky 4f8cecca97 build: add function get_build_targets to Build class 4 years ago
Jeff Moguillansky 9eb8b6be28 xcode-backend: fix include paths 4 years ago
Dylan Baker 23d3b98fc1 split mesonlib into a package 4 years ago
Dylan Baker e81acbd606 Use a single coredata dictionary for options 4 years ago
Oskar Sigvardsson 1d443f1bc6 Fixed using files object in subdir with xcode backend 4 years ago
Dylan Baker 29ef4478df compilers/d: Add b_ndebug support 5 years ago
Daniel Mensinger 668610c0d2 backend: refactor: set self.interpreter in the constructor 5 years ago
Michael Hirsch, Ph.D ecaba8c234 xcode 64 bit for catalina [skip ci] 5 years ago
Dylan Baker 866d105036 xcodebackend: Fix iterating compilers after host/build changes 5 years ago
John Ericson 07777e15d4 Purge `is_cross` and friends without changing user interfaces 6 years ago
Daniel Mensinger 236221061a
Fixed unnecessary .items() 6 years ago
Daniel Mensinger 3581839f4c
Fix unused variables warnings 6 years ago
Dylan Baker 5678468c2c Don't use len() to test for container emptiness 6 years ago
David Vanderson 5b53335724 xcode backend: Add target dependency link args 6 years ago
Guillermo Ignacio Enriquez Gutierrez fd86b0c619 Pass arguments from in xcode projects 6 years ago
Guillermo Ignacio Enriquez Gutierrez 47edf72cad Xcode project now supports assembly files 6 years ago
Guillermo Ignacio Enriquez Gutierrez aff3930464 Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated headers can be included/imported in sources 6 years ago
Guillermo Ignacio Enriquez Gutierrez 6f4ba8b2f4 Fix Xcode backend: support for precompiled headers. Only one header per target is supported 6 years ago
Guillermo Ignacio Enriquez Gutierrez 9b7bb4aa92 Partially fix targets that use precompiled header with --backend=xcode. Various compiled headers are not working yet [skip ci] 6 years ago