summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objcpp.py
AgeCommit message (Expand)Author
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker
2019-07-15compilers: Move clike into a mixins directoryDylan Baker
2019-07-14Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker
2019-03-27Sanity check with external argsJohn Ericson
2019-02-19Add warning level zerojml1795
2019-02-15Remove get_cross_extra_flagsJohn Ericson
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency
2017-06-23Split out languages from compilers.pyAlistair Thomas