aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objc.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Refactor option classes to their own file.Jussi Pakkanen1-1/+2
2024-03-15Improve error messages for invalid option valuesCharles Brunet1-9/+8
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens1-7/+3
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2022-11-27Add warning_level=everythingDavid Robillard1-3/+7
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-6/+6
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-1/+3
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens1-1/+1
2021-09-10objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stdsEli Schwartz1-1/+1
2021-05-15Add gnuXX stds to Objective C.Jussi Pakkanen1-1/+1
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen1-1/+19
2021-05-02Clean up unused importsRalf Gommers1-2/+1
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers1-23/+2
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+1
2021-01-04use OptionKey for compiler_optionsDylan Baker1-1/+1
2020-09-24compilers/objc: Add type annotationsDylan Baker1-14/+27
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-2/+2
2020-08-22compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker1-0/+5
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov1-1/+1
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla RavnÄs1-1/+2
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-3/+3
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker1-1/+2
2019-12-12compilers: move language attribute to the class levelDylan Baker1-1/+3
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-1/+1
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-8/+20
2019-09-08fix objc freestanding sanitycheckNguyen, Giang (G. Yakiro)1-1/+1
2019-08-14compilers/objc[pp]: Pass extra keyword arguments to Compiler constructorDylan Baker1-6/+6
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-1/+2
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-1/+2
2019-07-15compilers: Move clike into a mixins directoryDylan Baker1-1/+1
2019-07-14Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert1-1/+1
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan1-1/+0
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-12/+8
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-5/+7
2019-03-27Sanity check with external argsJohn Ericson1-2/+8
2019-02-19Add warning level zerojml17951-2/+4
2019-02-15Remove get_cross_extra_flagsJohn Ericson1-1/+1
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-6/+10
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-0/+3
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+64