aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker1-2/+1
2019-07-15compilers: Move clike into a mixins directoryDylan Baker1-1/+1
2019-07-14Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert1-1/+1
2019-07-08add clang c_std=c18 aliasMichael Hirsch, Ph.D1-4/+7
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-25/+25
2019-06-06compilers/c: Fix removal of name from Combo options for ICLDylan Baker1-1/+1
2019-05-15UserOption no longer has a name field.John Ericson1-10/+9
2019-05-13compilers: Add basic ICL abstractionsDylan Baker1-1/+32
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker1-3/+3
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-1471/+21
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker1-6/+0
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker1-28/+35
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1
2019-04-28Moved caching into a seperate functionDaniel Mensinger1-2/+7
2019-04-28Disable cache for dependenciesDaniel Mensinger1-4/+4
2019-04-28Add option to disable the cacheDaniel Mensinger1-8/+8
2019-04-28Changing cached flag from True to FalseDaniel Mensinger1-1/+1
2019-04-28Added some cahced valuesDaniel Mensinger1-3/+4
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger1-15/+16
2019-04-28Cache compile results in coredataDaniel Mensinger1-2/+2
2019-04-27detect Intel ICL on windowsMichael Hirsch, Ph.D1-0/+6
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D1-2/+2
2019-04-25Don't use len() to test for container emptinessDylan Baker1-1/+1
2019-04-18vs: Update toolset table for VS 2019Nirbheek Chauhan1-0/+3
2019-04-10Update Built-in Option c_std for C17. Closes #4842.jrl641-4/+17
2019-04-05dependencies/misc: don't special case threadsDylan Baker1-4/+0
2019-03-27Sanity check with external argsJohn Ericson1-21/+30
2019-03-27Don't collect preprocssor flags separately from compiler flagsJohn Ericson1-5/+2
2019-03-21Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen1-2/+0
2019-03-20replace library type strings with an enumDylan Baker1-13/+12