aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clike.py
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge remote-tracking branch 'upstream/master' into lang-enumlang-enumJohn Ericson1-46/+139
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan1-2/+10
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker1-3/+53
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-1/+17
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-3/+4
2020-06-07Remove warnings from sample code. Closes #7248.Jussi Pakkanen1-1/+1
2020-06-07End test code with a newline. Closes #7247.Jussi Pakkanen1-2/+2
2020-06-02Ignore file access errors when scanning .so files in system libdirsMike Gilbert1-9/+18
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D1-15/+15
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker1-0/+3
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs1-2/+3
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter1-1/+1
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter1-11/+16
2020-04-23compilers: fix type issueAndrew Udvare1-1/+1
2020-04-21WIP: Create enum to use instead of strings for languageJohn Ericson1-1/+1
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan1-3/+8
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs1-0/+4
2020-04-10compilers: Move things out of clikeDylan Baker1-6/+0
2020-04-05quality / test: Fortran type hintingMichael Hirsch, Ph.D1-4/+6
2020-04-04Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev1-5/+6
2020-03-19Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger1-1/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-14/+14
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-1/+0
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-1/+1
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-19/+19
2019-09-24CUDA support on WindowsAleksey Gurtovoy1-0/+6
2019-09-23mesonbuild: fix exception name.Jehan1-1/+1
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-62/+10
2019-07-30no special shared lib args for PGIMichael Hirsch, Ph.D1-7/+7
2019-07-16Fix missing return statements that are seen with -Werror=return-type.Martin Liska1-0/+4
2019-07-15compilers/mixins/elbrus: add type annotations and fix typesDylan Baker1-2/+6
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker1-2/+3
2019-07-15compilers: Move clike into a mixins directoryDylan Baker1-0/+1165