aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-12/+1
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz1-161/+0
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey1-0/+4
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen1-0/+2
2021-09-24compilers/rust: Add support for clippyDylan Baker1-1/+2
2021-09-14compilers: publicly export one more constantEli Schwartz1-0/+1
2021-09-07interpreter: detect and pass compiler to be used for linker testsPaolo Bonzini1-0/+2
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-0/+33
2021-06-18interpreter: Refactor interpreter.compiler to use ObjectHolderDaniel Mensinger1-0/+2
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger1-2/+0
2021-06-07compilers: Expose Cython compilerDylan Baker1-0/+2
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger1-0/+2
2021-01-11use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker1-1/+1
2020-09-15Add support for the CompCert C CompilerSebastian Meyer1-0/+2
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard1-0/+1
2020-08-22Merge pull request #7609 from dcbaker/submit/2020-08/cmake-fix-apple-clangJussi Pakkanen1-0/+4
2020-08-22compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker1-0/+4
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D1-0/+6
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-2/+0
2020-03-23Fix linker evn var testsJohn Ericson1-1/+2
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz1-0/+6
2020-02-12Improve error reported when language has no compilerJon Turney1-0/+2
2019-10-20Fix all flake8 warningsDaniel Mensinger1-0/+2
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-2/+0
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker1-0/+4
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-2/+1
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen1-0/+2
2019-07-23compilers: pull sanitzier args into compiler classesDylan Baker1-2/+0
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-1/+1
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker1-3/+2
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-2/+1
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker1-1/+1
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker1-2/+0
2019-05-13compilers: Add basic ICL abstractionsDylan Baker1-0/+8
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker1-2/+2
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-0/+2
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker1-4/+0
2019-04-27detect Intel ICL on windowsMichael Hirsch, Ph.D1-0/+4
2019-01-29correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D1-1/+1
2019-01-21added cuda compilerBeau Johnston1-0/+2
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D1-0/+4
2019-01-16Flang Fortran compiler added.Michael Hirsch, Ph.D1-0/+2
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+2
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao1-0/+6
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-0/+4
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-20/+2
2018-07-05Fix flake8 issues (#3834)Jon Turney1-0/+2
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda1-2/+4
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan1-4/+4
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan1-0/+2