summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compilers: Add basic ICL abstractionsDylan Baker2019-05-131-1/+32
* compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker2019-05-131-3/+3
* compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-031-1471/+21
* Revert "detect Intel ICL on windows"Dylan Baker2019-05-021-6/+0
* Merge pull request #4952 from mensinda/cacheCompilesDylan Baker2019-05-021-28/+35
|\
| * Moved caching into a seperate functionDaniel Mensinger2019-04-281-2/+7
| * Disable cache for dependenciesDaniel Mensinger2019-04-281-4/+4
| * Add option to disable the cacheDaniel Mensinger2019-04-281-8/+8
| * Changing cached flag from True to FalseDaniel Mensinger2019-04-281-1/+1
| * Added some cahced valuesDaniel Mensinger2019-04-281-3/+4
| * Print '(cached)' when compiler result was cachedDaniel Mensinger2019-04-281-15/+16
| * Cache compile results in coredataDaniel Mensinger2019-04-281-2/+2
* | Fix blind exceptionsDaniel Mensinger2019-04-291-1/+1
* | detect Intel ICL on windowsMichael Hirsch, Ph.D2019-04-271-0/+6
* | better default order for fotran compiler searchMichael Hirsch, Ph.D2019-04-271-2/+2
|/
* Don't use len() to test for container emptinessDylan Baker2019-04-251-1/+1
* vs: Update toolset table for VS 2019Nirbheek Chauhan2019-04-181-0/+3
* Update Built-in Option c_std for C17. Closes #4842.jrl642019-04-101-4/+17
* dependencies/misc: don't special case threadsDylan Baker2019-04-051-4/+0
* Sanity check with external argsJohn Ericson2019-03-271-21/+30
* Don't collect preprocssor flags separately from compiler flagsJohn Ericson2019-03-271-5/+2
* Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen2019-03-211-2/+0
|\
| * dependencies/openmp: Don't special case OpenMPDylan Baker2019-03-191-2/+0
* | replace library type strings with an enumDylan Baker2019-03-201-13/+12
* | Merge pull request #4724 from jon-turney/lib-machine-alwaysJussi Pakkanen2019-03-191-1/+8
|\ \ | |/ |/|
| * Fix linking when cross-compiling and a windows resource is first objectJon Turney2019-01-051-1/+8
* | compilers: Update comment about library search patternsNirbheek Chauhan2019-03-141-2/+4
* | compilers: Try harder to dedup builtin libsNirbheek Chauhan2019-03-141-4/+3
* | Add static as keyword to find_libraryNiklas Claesson2019-03-111-16/+19
* | Fix _get_patterns on OpenBSDAntoine Jacoutot2019-03-111-1/+2
* | Add warning level zerojml17952019-02-191-6/+11
* | Remove get_cross_extra_flagsJohn Ericson2019-02-151-27/+20
* | Never access environment.properties downstreamJohn Ericson2019-02-021-7/+15
* | find_library: Check arch of libraries on DarwinNirbheek Chauhan2019-01-311-6/+22
* | Rewrite appleframework and extraframework dependency classesNirbheek Chauhan2019-02-011-0/+61
* | BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D2019-01-271-2/+3
* | Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D2019-01-211-0/+8
* | Add get_werror_args for CCRX C compilerPhillip Cao2019-01-101-0/+3
* | Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+9