aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker1-2/+0
2019-03-19Merge pull request #4724 from jon-turney/lib-machine-alwaysJussi Pakkanen1-1/+8
2019-03-14compilers: Update comment about library search patternsNirbheek Chauhan1-2/+4
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan1-4/+3
2019-03-11Add static as keyword to find_libraryNiklas Claesson1-16/+19
2019-03-11Fix _get_patterns on OpenBSDAntoine Jacoutot1-1/+2
2019-02-19Add warning level zerojml17951-6/+11
2019-02-15Remove get_cross_extra_flagsJohn Ericson1-27/+20
2019-02-02Never access environment.properties downstreamJohn Ericson1-7/+15
2019-01-31find_library: Check arch of libraries on DarwinNirbheek Chauhan1-6/+22
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan1-0/+61
2019-01-27BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D1-2/+3
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D1-0/+8