summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objc.py
Commit message (Expand)AuthorAgeFilesLines
* split program related classes and functions out of dependenciesDylan Baker2021-03-191-1/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-1/+1
* compilers/objc: Add type annotationsDylan Baker2020-09-241-14/+27
* compilers: make is_cross part of the base Compiler classDylan Baker2020-09-241-2/+2
* compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker2020-08-221-0/+5
* compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-221-1/+1
* compilers: Fix accidental coredata mutationsOle André Vadla RavnÄs2020-03-291-1/+2
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-3/+3
* compilers: Make get_display_language a class or static methodDylan Baker2019-12-121-1/+2
* compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+3
* Use strict function prototypesMichael Hirsch, Ph.D2019-11-181-1/+1
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-8/+20
* fix objc freestanding sanitycheckNguyen, Giang (G. Yakiro)2019-09-081-1/+1
* compilers/objc[pp]: Pass extra keyword arguments to Compiler constructorDylan Baker2019-08-141-6/+6
* compilers: Put clang mixin in a moduleDylan Baker2019-07-151-1/+2
* compilers: split gnu and gnulike compilers out of compilersDylan Baker2019-07-151-1/+2
* compilers: Move clike into a mixins directoryDylan Baker2019-07-151-1/+1
* Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert2019-07-141-1/+1
* compilers: Fix bitcode and other options for objc codeNirbheek Chauhan2019-06-231-1/+0
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-12/+8
* compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-031-5/+7
* Sanity check with external argsJohn Ericson2019-03-271-2/+8
* Add warning level zerojml17952019-02-191-2/+4
* Remove get_cross_extra_flagsJohn Ericson2019-02-151-1/+1
* Use enum instead of `int` for compiler variantsDavid Seifert2018-09-161-6/+10
* Add 'Compiler.get_display_language'Guillaume Poirier-Morency2017-06-261-0/+3
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+64