summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/vala.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-2/+2
* use OptionKey for compiler_optionsDylan Baker2021-01-041-2/+2
* Compilers/vala: Add type annotationsDylan Baker2020-10-011-24/+26
* compilers: make is_cross part of the base Compiler classDylan Baker2020-09-241-3/+2
* compilers: put name_string method in base compilerDylan Baker2020-09-241-3/+0
* compilers: Fix accidental coredata mutationsOle André Vadla Ravnås2020-03-291-2/+4
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-2/+2
* compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+3
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-2/+7
* ValaCompiler: only emit '--debug' in debug build.Jeremy Philippe2019-07-201-1/+1
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-14/+6
* Moved caching into a seperate functionDaniel Mensinger2019-04-281-2/+2
* Cache compile results in coredataDaniel Mensinger2019-04-281-1/+1
* Sanity check with external argsJohn Ericson2019-03-271-3/+18
* Add static as keyword to find_libraryNiklas Claesson2019-03-111-1/+1
* Remove get_cross_extra_flagsJohn Ericson2019-02-151-5/+2
* vala: Support position-independent executablesCorentin Noël2019-02-041-0/+6
* Added more compiler option supportDaniel Mensinger2019-01-061-0/+10
* Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+3
* 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
* Fix Vala thread flag breakage (#2756)Ernestas Kulik2017-12-111-2/+2
* vala: add stubs for thread flag methodsErnestas Kulik2017-12-031-0/+6
* Vala: enable colored warning and error output (#2142)Ben2017-08-011-1/+7
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+90