aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/clike.py
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Fix path splitting in get_compiler_dirs() with GCC/clang on WindowsChristoph Reiter1-9/+21
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker1-1/+1
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker1-1/+1
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-0/+1187