aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/clike.py
AgeCommit message (Expand)AuthorFilesLines
2019-06-13compilers: Add logging for symbol prefix testMarvin Scholz1-0/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-21/+15
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-10/+11
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