summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/vala.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-181-0/+6
|
* vala: Don't pass -o and -C at the same timeRico Tzschichholz2018-04-111-2/+2
| | | | | | | 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.
* Fix Vala thread flag breakage (#2756)Ernestas Kulik2017-12-111-2/+2
|
* vala: add stubs for thread flag methodsErnestas Kulik2017-12-031-0/+6
| | | | | | | | 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.
* Vala: enable colored warning and error output (#2142)Ben2017-08-011-1/+7
|
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+90