summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objc.py
AgeCommit message (Expand)Author
2021-05-15Add gnuXX stds to Objective C.Jussi Pakkanen
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen
2021-05-02Clean up unused importsRalf Gommers
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2020-09-24compilers/objc: Add type annotationsDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-08-22compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla Ravnås
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-09-08fix objc freestanding sanitycheckNguyen, Giang (G. Yakiro)
2019-08-14compilers/objc[pp]: Pass extra keyword arguments to Compiler constructorDylan Baker
2019-07-15compilers: Put clang mixin in a moduleDylan Baker
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker
2019-07-15compilers: Move clike into a mixins directoryDylan Baker
2019-07-14Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker
2019-03-27Sanity check with external argsJohn Ericson
2019-02-19Add warning level zerojml1795
2019-02-15Remove get_cross_extra_flagsJohn Ericson
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency
2017-06-23Split out languages from compilers.pyAlistair Thomas