summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)Author
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
2024-03-11Only link to generated pch object when using msvc. (#12957)Elliot
2024-02-23compilers: 'H' is a C++ headerDylan Baker
2024-02-12compilers: fix inconsistent None-breaking return value for compile()Eli Schwartz
2024-01-18Compilers: pass -Werror to the linker with b_ltoSam James
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-12-20compilers: Add partial docstrings for a couple of Compiler methodsDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-05compilers: drop dead codeEli Schwartz
2023-10-31Fix traceback on AIX in shlib archiving codeAditya Vidyadhar Kamath
2023-10-20fix ninja backend rules containing internal enum reprsEli Schwartz
2023-10-19Remove duplicated code to canonicalize b_vscrt option valueXavier Claessens
2023-10-16compilers/d: use DFeatures for get_features_argsDylan Baker
2023-08-06UserArrayOption: Remove user_input argumentXavier Claessens
2023-07-25make 'gui_app' an interpreter only conceptDylan Baker
2023-07-12Fix return type of debugfile functionsTristan Partin
2023-07-12Remove Compiler._build_wrapper(temp_dir:)Tristan Partin
2023-07-12Fix the typing around Compiler._get_compile_output()Tristan Partin
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2023-07-12Use CompileCheckMode enumTristan Partin
2023-07-12Remove type comments from compilers.pyTristan Partin
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP
2023-06-27Archive shared library in AIX (#11850)Aditya Kamath
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz
2023-04-21compilers: split code for deciding if debug is needed into a helperDylan Baker
2023-04-21compilers: convert method to get assert control to a booleanDylan Baker
2023-04-20intro: add more details to generated json filesCharles Brunet
2023-04-11fix various spelling issuesJosh Soref
2023-03-23asm: Add sx extensionRenan Lavarec
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet
2023-02-27Use caching in Compiler.sizeof() and Compiler.alignment()Andres Freund
2023-02-27Add Compiler.cached_run()Andres Freund
2023-02-25Misleading comment mtribiere
2023-02-20nasm: Link with windows CRT libs when nasm is used as linker languageXavier Claessens
2023-02-01remove unneeded type commentEli Schwartz
2022-10-25compilers: Make sure to not use ccache in compiler checksXavier Claessens