summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/vala.py
AgeCommit message (Collapse)Author
2019-01-06Added more compiler option supportDaniel Mensinger
2019-01-06Absolute path generation refactoringDaniel Mensinger
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen
2018-04-11vala: Don't pass -o and -C at the same timeRico Tzschichholz
Fixes "warning: --output and -o have no effect when -C or --ccode is set" get_always_args() adds -C which is already disabling the direct compilation ability of valac for which -o is used.
2017-12-11Fix Vala thread flag breakage (#2756)Ernestas Kulik
2017-12-03vala: add stubs for thread flag methodsErnestas Kulik
As the Vala compiler does not define thread_flags() and thread_link_flags(), depending on threads in any capacity will cause Meson to fail. Fixes #2720.
2017-08-01Vala: enable colored warning and error output (#2142)Ben
2017-06-23Split out languages from compilers.pyAlistair Thomas