summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objcpp.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_std_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.sanity_checkDylan Baker
2025-11-19compilers: Remove Environment parameter from get_compileropt_valueDylan Baker
2025-11-19compilers: Stop passing `is_cross`Dylan Baker
2025-11-19compilers: Pass Environment instead of MachineInfoDylan Baker
2025-10-06Revert "compilers: refactor sanity checking code"Dylan Baker
2025-10-06compilers: refactor sanity checking codeDylan Baker
2025-04-08coredata: move MutableKeyedOptionDict to optionsDylan Baker
2025-04-04compilers: move -std options to get_option_std_args, special-casing CUDAPaolo Bonzini
2025-03-10coredata: remove get_option_for_subprojectDylan Baker
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-02-05compilers: remove Compiler.create_optionDylan Baker
2025-01-27compilers: split Apple C++ version handling to a mixinDylan Baker
2025-01-27compilers/objcpp: Use the GnuCPPStdMixin for ObjC++Dylan Baker
2025-01-27compilers/objcpp: Use shared C++ standards with ClangCPPStandardDylan Baker
2024-07-30flake8: move unused typing-only imports to TYPE_CHECKINGEli Schwartz
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen
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