summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)Author
2023-04-24Initial support for Metrowerks C/C++ compilerNomura
2022-12-27emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen
2022-11-27Add warning_level=everythingDavid Robillard
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens
2022-10-24basic support for oneapi compilersRobert Cohn
2022-08-29flake8: move typing-only imports into T.TYPE_CHECKINGEli Schwartz
2022-05-19Fix invalid Python overridesTristan Partin
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2022-01-03armltdclang: add support for ARM Ltd.'s `armclang` toolchainBen Boeckel
2021-12-16armclang: clarify that this is support for the Keil cross-compilerBen Boeckel
2021-11-16Support ancient (<3.4.0) gcc versionsWilliam Toohey
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-04fix extra whitespaceEli Schwartz
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura
2021-08-16compilers: Fix extra_args parameterDylan Baker
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-23split mesonlib into a packageDylan Baker
2021-01-13Fix misspellsAntonin Décimo
2021-01-11move handling of CFLAGS and friends to environmentDylan Baker
2021-01-04move OptionKey to mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2021-01-04Add choices to OptionProxyDylan Baker
2020-11-13msvc: enable /std:c17 flagjpark37
2020-11-12clang-cl: Allow clang-cl (when compiling C) to pass std to underlying clang)Dylan Baker
2020-11-12compilers/c: Log that MSVC doesn't support gnu stdsDylan Baker
2020-11-12compilers: define standards in the base language compilerDylan Baker
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker
2020-11-12compilers/c: Clang-cl also needs specific handling for standardsDylan Baker
2020-11-12Make MSVC accept gnu11 as a language standard version. Closes: #7611.Jussi Pakkanen
2020-10-01compilers: fully type annotate the C compilersDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker
2020-09-15Add support for the CompCert C CompilerSebastian Meyer
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen
2020-08-22Add C2x option support.Alex Rønne Petersen
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen
2020-08-09msvc: enable /std:c11 flagMichael Hirsch
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov
2020-04-20Compiler options per langJohn Ericson
2020-03-23Fix legacy env var support with crossJohn Ericson
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker