summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)Author
2025-04-30compilers: introduce common helper for sanity checksPaolo Bonzini
2025-04-09interpreter: Error if java sources used with non-jar target (#14424)Andrew McNulty
2025-04-08coredata: move MutableKeyedOptionDict to optionsDylan Baker
2025-04-04compilers: introduce get_option_std_argsPaolo Bonzini
2025-04-02options: move BASE_OPTIONS to the options moduleDylan Baker
2025-04-02compilers: introduce get_exe() and get_exe_args()Paolo Bonzini
2025-03-10coredata: remove get_option_for_subprojectDylan Baker
2025-03-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-03-09compilers: check for sanitizer arguments via a compiler checkDylan Baker
2025-03-03compilers: Remove the BaseOption typeDylan Baker
2025-03-01environment: make fully type safeDylan Baker
2025-02-27compilers: delete dead code after option refactorDylan Baker
2025-02-27coredata: delete the OptionsViewDylan Baker
2025-02-27use ElementaryOptionValues instead of open coding... againDylan Baker
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-02-05options: Replace uses of `UserOption[T.Any]` with a Union of UserOption typesDylan Baker
2025-02-05options: Add an EnumeratedUserOption classDylan Baker
2025-02-05options: use dataclasses for UserOptionDylan Baker
2025-02-05compilers: remove Compiler.create_optionDylan Baker
2025-02-05options: Get rid of the invalid _U type, and use UserOption[_T]Dylan Baker
2025-01-09Add Linear ASM compilerWu, Zhenyu
2025-01-08First draft version of Tasking MIL linking with b_lto and prelinkinggerioldman
2025-01-08Add TASKING compiler supportgerioldman
2024-12-29compilers: cache the results of is_source()Paolo Bonzini
2024-10-01Add additional C++ filename extensionsmid-kid
2024-10-01compilers: remove hasattr from `can_compile_suffixes`Dylan Baker
2024-10-01compilers: remove hasattr for `file_suffixes`Dylan Baker
2024-10-01compilers: annotate lang_suffixesDylan Baker
2024-09-23Add a newline at the end of test filesMartin Garton
2024-08-07compilers: change get_argument_syntax to static methodKacper Michajłow
2024-07-30compilers: straighten out CompileResult according to how it is actually usedEli Schwartz
2024-07-30compilers: simplify CompileResult / RunResult by using dataclassesEli Schwartz
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-12Rename langopt methodJussi Pakkanen
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker
2024-06-23feat(compilers): cppm extension supportTheHillBright
2024-06-14Fix mypy.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-08Create helper method for lang opts and use in C compiler classes.Jussi Pakkanen
2024-05-23Refactor option classes to their own file.Jussi Pakkanen
2024-05-22cuda: fix `cuda.find_library()` hardcoded to yield trueDavid Seifert
2024-04-01nasm: Add support for .nasm file extension (#13027)Junior Rantila
2024-03-28Pass Environment down from BackendSam James
2024-03-15Improve error messages for invalid option valuesCharles Brunet
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens
2024-03-15compilers: Allow setting env and workdir for run checksXavier Claessens
2024-03-15compilers: Do not dump File content in log for compiler checks.Xavier Claessens
2024-03-15compilers: Every compiler can run codeXavier Claessens