summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objcpp.py
AgeCommit message (Expand)Author
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-05-23Refactor option classes to their own file.Jussi Pakkanen
2024-03-15Improve error messages for invalid option valuesCharles Brunet
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-09-21objective-c++: add support for current supported standards in Apple ClangSteven Noonan
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2022-11-27Add warning_level=everythingDavid Robillard
2022-11-22compilers: remove opinionated c++ warning flagEli Schwartz
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens
2022-08-29flake8: move typing-only imports into T.TYPE_CHECKINGEli Schwartz
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-04fix extra whitespaceEli Schwartz
2021-09-10objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stdsEli Schwartz
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/objcpp: 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-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