summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* compilers: Make MSVClike compilers proxy extra keyword argumentsDylan Baker2019-08-141-6/+6
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-051-0/+25
* Fix missing return statements that are seen with -Werror=return-type.Martin Liska2019-07-161-0/+1
* compilers: split pgi compiler out of compilers moduleDylan Baker2019-07-151-1/+1
* compilers: put elbrus in mixinsDylan Baker2019-07-151-1/+1
* compilers: Put clang mixin in a moduleDylan Baker2019-07-151-1/+1
* compilers: move ArmClang into mixins/arm.pyDylan Baker2019-07-151-2/+1
* compilers: Put Intel compiler classes into the mixins folderDylan Baker2019-07-151-2/+1
* compilers: split gnu and gnulike compilers out of compilersDylan Baker2019-07-151-1/+1
* compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker2019-07-151-1/+1
* compilers: Move ArmCompiler to a mixin moduleDylan Baker2019-07-151-1/+1
* compilers: move ccrx compiler abstraction into mixinsDylan Baker2019-07-151-2/+1
* compilers: Move clike into a mixins directoryDylan Baker2019-07-151-1/+1
* Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert2019-07-141-1/+1
* add clang c_std=c18 aliasMichael Hirsch, Ph.D2019-07-081-4/+7
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-25/+25
* compilers/c: Fix removal of name from Combo options for ICLDylan Baker2019-06-061-1/+1
* UserOption no longer has a name field.John Ericson2019-05-151-10/+9