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
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
2019-01-06
Added more compiler option support
Daniel Mensinger
2019-01-06
Absolute path generation refactoring
Daniel Mensinger
2018-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
2018-04-11
vala: Don't pass -o and -C at the same time
Rico Tzschichholz
2017-12-11
Fix Vala thread flag breakage (#2756)
Ernestas Kulik
2017-12-03
vala: add stubs for thread flag methods
Ernestas Kulik
2017-08-01
Vala: enable colored warning and error output (#2142)
Ben
2017-06-23
Split out languages from compilers.py
Alistair Thomas