index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
vala.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove CoreDAta parameter from Compiler.cached_compile
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_link_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanity_check
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.build_wrapper_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler._build_wrapper
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.compiles()
Dylan Baker
2025-11-19
Compilers: remove Environment parameter from Compiler.links()
Dylan Baker
2025-11-19
compilers: Stop passing `is_cross`
Dylan Baker
2025-11-19
compilers: Pass Environment instead of MachineInfo
Dylan Baker
2025-11-13
vala: utilize depfiles
Valeri Ochinski
2025-10-06
Revert "compilers: refactor sanity checking code"
Dylan Baker
2025-10-06
compilers: refactor sanity checking code
Dylan Baker
2025-05-21
compilers: add option for ignoring system dirs
David Seifert
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-11-19
compilers: avoid one or more version_compare per target
Paolo Bonzini
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-04-30
Fix dependencies for vala.links #13158
Ben Corby
2024-04-23
Fix compile.links for vala
Ben Corby
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-05
compilers: drop dead code
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Use CompileCheckMode enum
Tristan Partin
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-10-01
Compilers/vala: Add type annotations
Dylan Baker
2020-09-24
compilers: make is_cross part of the base Compiler class
Dylan Baker
2020-09-24
compilers: put name_string method in base compiler
Dylan Baker
2020-03-29
compilers: Fix accidental coredata mutations
Ole André Vadla Ravnås
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-12
compilers: move language attribute to the class level
Dylan Baker
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-07-20
ValaCompiler: only emit '--debug' in debug build.
Jeremy Philippe
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-04-28
Moved caching into a seperate function
Daniel Mensinger
2019-04-28
Cache compile results in coredata
Daniel Mensinger
2019-03-27
Sanity check with external args
John Ericson
2019-03-11
Add static as keyword to find_library
Niklas Claesson
2019-02-15
Remove get_cross_extra_flags
John Ericson
2019-02-04
vala: Support position-independent executables
Corentin Noël
[next]