summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-3/+3
* split mesonlib into a packageDylan Baker2021-01-231-1/+2
* Fix misspellsAntonin Décimo2021-01-131-1/+1
* move handling of CFLAGS and friends to environmentDylan Baker2021-01-111-2/+1
* move OptionKey to mesonlibDylan Baker2021-01-041-2/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-62/+79
* Add choices to OptionProxyDylan Baker2021-01-041-12/+12
* msvc: enable /std:c17 flagjpark372020-11-131-8/+19
* clang-cl: Allow clang-cl (when compiling C) to pass std to underlying clang)Dylan Baker2020-11-121-34/+33
* compilers/c: Log that MSVC doesn't support gnu stdsDylan Baker2020-11-121-1/+13
* compilers: define standards in the base language compilerDylan Baker2020-11-121-84/+28
* compilers: Standardize the names of compiler optionsDylan Baker2020-11-121-9/+9
* compilers/c: Clang-cl also needs specific handling for standardsDylan Baker2020-11-121-0/+19
* Make MSVC accept gnu11 as a language standard version. Closes: #7611.Jussi Pakkanen2020-11-121-3/+7
* compilers: fully type annotate the C compilersDylan Baker2020-10-011-120/+196
* compilers: make is_cross part of the base Compiler classDylan Baker2020-09-241-2/+2
* compilers: make sanity_check_impl a protected methodDylan Baker2020-09-241-1/+1
* Add support for the CompCert C CompilerSebastian Meyer2020-09-151-0/+31
* Merge pull request #7600 from alexrp/masterJussi Pakkanen2020-08-231-2/+13
|\
| * Add C2x option support.Alex Rønne Petersen2020-08-221-2/+13
* | Merge pull request #7447 from scivision/nvcJussi Pakkanen2020-08-221-0/+9
|\ \ | |/ |/|
| * add Nvidia HPC SDK compilersMichael Hirsch, Ph.D2020-07-131-0/+9
* | msvc: enable /std:c11 flagMichael Hirsch2020-08-091-0/+20
|/
* compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-221-2/+3
* Compiler options per langJohn Ericson2020-04-201-43/+86
* Fix legacy env var support with crossJohn Ericson2020-03-231-1/+1
* -Add xc16 and c2000 C,Cpp toolchain supportalanNz2020-03-211-0/+91
* Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen2020-03-081-2/+2
|\
| * compilers/linkers: Add a representation for wasm-ldDylan Baker2020-02-271-2/+2
| * compilers/mixins/emscripten: Implement thread supportDylan Baker2020-02-271-1/+1
| * compilers/emcc: Fix inheritance orderDylan Baker2020-02-271-1/+1
* | Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö2020-03-031-0/+6
|/
* -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz2020-01-301-0/+3
* compilers: Split ClangCL and MSVC mixinsDylan Baker2020-01-281-7/+5
* Bringing back defines in Elbrus C compiler to simplify environment.pymakise-homura2020-01-271-2/+3
* Fix missing 'defines' argumet for Elbrus compilermakise-homura2020-01-271-3/+3
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-3/+3
* Updated linker MR (#6407)Jussi Pakkanen2020-01-061-1/+1
* Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen2019-12-171-1/+2
|\
| * compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+2
* | compilers: make use of mlog.log_onceDylan Baker2019-12-131-5/+1
|/
* Use strict function prototypesMichael Hirsch, Ph.D2019-11-181-2/+2
* Refactor duplicate Emscripten code into a mixinAndrei Alexeyev2019-10-181-13/+2
* Fix emscripten C compiler initializationAndrei Alexeyev2019-10-151-3/+4
* Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev2019-10-141-0/+3
* Implement get_allow_undefined_link_args in EmscriptenCCompilerAndrei Alexeyev2019-10-141-0/+4
* compilers: Fix version requirements for ClangC and AppleClangCTing-Wei Lan2019-10-111-4/+4
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-38/+68
* compilers: Add a specific type for AppleClangCDylan Baker2019-10-071-4/+18
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-22/+2