aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-10Add get_werror_args for CCRX C compilerPhillip Cao1-0/+3
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+9
2019-01-05Fix linking when cross-compiling and a windows resource is first objectJon Turney1-1/+8
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-1/+1
2018-12-06Store the target architecture for CL-like compilersJon Turney1-4/+5
2018-11-27Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen1-1/+7
2018-11-19Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-11-17Merge pull request #4359 from dcbaker/icc-fixesDylan Baker1-25/+11
2018-11-17Guard against broken lib paths returned by gcc.Jussi Pakkanen1-3/+6
2018-11-15compilers: quiet ICC messages about pchDylan Baker1-1/+1
2018-11-15compilers: Move get_allow_undefined_link_args to CompilerDylan Baker1-26/+6
2018-11-15compilers: Set the correct values for undefined modules on apple with iccDylan Baker1-1/+5
2018-11-15compilers: Add ICC setting for get_allow_undefined_link_argsDylan Baker1-0/+2