aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/vala.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz1-3/+2
2023-07-12Match the method signatures of parent classesTristan Partin1-2/+2
2023-07-12Use CompileCheckMode enumTristan Partin1-3/+3
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet1-1/+1
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-1/+1
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-1/+3
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-2/+2
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-2/+2
2021-01-04use OptionKey for compiler_optionsDylan Baker1-2/+2
2020-10-01Compilers/vala: Add type annotationsDylan Baker1-24/+26
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-3/+2
2020-09-24compilers: put name_string method in base compilerDylan Baker1-3/+0
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla Ravnås1-2/+4
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-2/+2
2019-12-12compilers: move language attribute to the class levelDylan Baker1-1/+3
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-2/+7
2019-07-20ValaCompiler: only emit '--debug' in debug build.Jeremy Philippe1-1/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-14/+6
2019-04-28Moved caching into a seperate functionDaniel Mensinger1-2/+2
2019-04-28Cache compile results in coredataDaniel Mensinger1-1/+1
2019-03-27Sanity check with external argsJohn Ericson1-3/+18
2019-03-11Add static as keyword to find_libraryNiklas Claesson1-1/+1
2019-02-15Remove get_cross_extra_flagsJohn Ericson1-5/+2
2019-02-04vala: Support position-independent executablesCorentin Noël1-0/+6
2019-01-06Added more compiler option supportDaniel Mensinger1-0/+10
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+3
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-0/+6
2018-04-11vala: Don't pass -o and -C at the same timeRico Tzschichholz1-2/+2
2017-12-11Fix Vala thread flag breakage (#2756)Ernestas Kulik1-2/+2
2017-12-03vala: add stubs for thread flag methodsErnestas Kulik1-0/+6
2017-08-01Vala: enable colored warning and error output (#2142)Ben1-1/+7
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+90