aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker1-9/+9
2020-11-12compilers/c: Clang-cl also needs specific handling for standardsDylan Baker1-0/+19
2020-11-12Make MSVC accept gnu11 as a language standard version. Closes: #7611.Jussi Pakkanen1-3/+7
2020-10-01compilers: fully type annotate the C compilersDylan Baker1-120/+196
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-2/+2
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker1-1/+1
2020-09-15Add support for the CompCert C CompilerSebastian Meyer1-0/+31
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen1-2/+13
2020-08-22Add C2x option support.Alex Rønne Petersen1-2/+13
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen1-0/+9
2020-08-09msvc: enable /std:c11 flagMichael Hirsch1-0/+20
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D1-0/+9
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov1-2/+3
2020-04-20Compiler options per langJohn Ericson1-43/+86
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+1
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz1-0/+91
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen1-2/+2
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö1-0/+6
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker1-2/+2
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker1-1/+1
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker1-1/+1
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz1-0/+3
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker1-7/+5
2020-01-27Bringing back defines in Elbrus C compiler to simplify environment.pymakise-homura1-2/+3
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura1-3/+3
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-3/+3
2020-01-06Updated linker MR (#6407)Jussi Pakkanen1-1/+1
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen1-1/+2
2019-12-13compilers: make use of mlog.log_onceDylan Baker1-5/+1
2019-12-12compilers: move language attribute to the class levelDylan Baker1-1/+2
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-2/+2
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev1-13/+2
2019-10-15Fix emscripten C compiler initializationAndrei Alexeyev1-3/+4
2019-10-14Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCCompilerAndrei Alexeyev1-0/+4
2019-10-11compilers: Fix version requirements for ClangC and AppleClangCTing-Wei Lan1-4/+4
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-38/+68
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker1-4/+18
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-22/+2
2019-08-14compilers: Make MSVClike compilers proxy extra keyword argumentsDylan Baker1-6/+6
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen1-0/+25
2019-07-16Fix missing return statements that are seen with -Werror=return-type.Martin Liska1-0/+1
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker1-1/+1
2019-07-15compilers: put elbrus in mixinsDylan Baker1-1/+1
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-1/+1
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker1-2/+1
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker1-2/+1
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-1/+1
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker1-1/+1
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker1-1/+1