summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/vala.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove CoreDAta parameter from Compiler.cached_compileDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_link_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.find_libraryDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.thread_flagsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.sanity_checkDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.build_wrapper_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler._build_wrapperDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.compiles()Dylan Baker
2025-11-19Compilers: remove Environment parameter from Compiler.links()Dylan Baker
2025-11-19compilers: Stop passing `is_cross`Dylan Baker
2025-11-19compilers: Pass Environment instead of MachineInfoDylan Baker
2025-11-13vala: utilize depfilesValeri Ochinski
2025-10-06Revert "compilers: refactor sanity checking code"Dylan Baker
2025-10-06compilers: refactor sanity checking codeDylan Baker
2025-05-21compilers: add option for ignoring system dirsDavid Seifert
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2024-11-19compilers: avoid one or more version_compare per targetPaolo Bonzini
2024-07-30flake8: move unused typing-only imports to TYPE_CHECKINGEli Schwartz
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-04-30Fix dependencies for vala.links #13158Ben Corby
2024-04-23Fix compile.links for valaBen Corby
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-05compilers: drop dead codeEli Schwartz
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-07-12Match the method signatures of parent classesTristan Partin
2023-07-12Use CompileCheckMode enumTristan Partin
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2020-10-01Compilers/vala: Add type annotationsDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-09-24compilers: put name_string method in base compilerDylan Baker
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla Ravnås
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-07-20ValaCompiler: only emit '--debug' in debug build.Jeremy Philippe
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-04-28Moved caching into a seperate functionDaniel Mensinger
2019-04-28Cache compile results in coredataDaniel Mensinger
2019-03-27Sanity check with external argsJohn Ericson
2019-03-11Add static as keyword to find_libraryNiklas Claesson
2019-02-15Remove get_cross_extra_flagsJohn Ericson
2019-02-04vala: Support position-independent executablesCorentin Noël