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
/
compilers.py
Age
Commit message (
Expand
)
Author
2021-03-14
compilers/linkers: Add a methhod for getting the rspfile syntax
Dylan Baker
2021-03-04
compilers: Use EnvironmentException not EnvironmentError/OSError
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-19
Ensure that $lang_args and $lang_link_args are properly parsed
Dylan Baker
2021-02-17
compilers: Only insert -flto-jobs in clang's link arguments
Dylan Baker
2021-02-16
Add default debug flags for two configurations to NVCC.
Olexa Bilaniuk
2021-02-14
Add custom entyr to cuda buildtype dict. Closes #8336.
Jussi Pakkanen
2021-02-02
Add support for LLVM's thinLTO
Dylan Baker
2021-02-02
compilers: Add support for using multiple threads with lto
Dylan Baker
2021-01-13
Fix misspells
Antonin Décimo
2021-01-11
move handling of CFLAGS and friends to environment
Dylan Baker
2021-01-11
use PEP8 style naming for LANGUAGES_USING_* as well
Dylan Baker
2021-01-11
rename cflags_mapping to CFLAGS_MAPPING
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-12-14
Propagate Windows target checks up
Laurin-Luis Lehning
2020-12-14
Give get_gui_app_args access to the Environment
Laurin-Luis Lehning
2020-12-14
Slight consistency changes to get_gui_app_args
Laurin-Luis Lehning
2020-12-14
Give get_win_subsystem_args access to env
Laurin-Luis Lehning
2020-12-14
Make win_subsystem a linker property
Laurin-Luis Lehning
2020-12-11
Create unit test for C++ modules and accept ixx as C++ source extension.
Jussi Pakkanen
2020-12-03
Add prelinking support for static libraries.
Jussi Pakkanen
2020-11-23
Add a variant of TemporaryDirectory that uses windows_proof_rmtree()
Christoph Reiter
2020-11-17
Revert "Add thinlto support. Closes #7493."
Jussi Pakkanen
2020-11-08
Fix "generator doesn't stop" on Windows
Christoph Reiter
2020-11-08
Add thinlto support. Closes #7493.
Jussi Pakkanen
2020-10-16
Refactor handling of machine file options
Xavier Claessens
2020-10-14
vs: add static_from_buildtype to b_vscrt
Peter Harris
2020-10-07
Add win_subsystem kwarg. Closes #7765.
Jussi Pakkanen
2020-10-01
compilers: make get_optimization_args abstract
Dylan Baker
2020-10-01
compilers/d: add type annotations
Dylan Baker
2020-10-01
compilers: move _build_wrapper out of clike into Compiler
Dylan Baker
2020-10-01
compilers: move get_compile_check_args() to Compiler
Dylan Baker
2020-10-01
compilers/fortran: add type annotations
Dylan Baker
2020-10-01
Compilers/vala: Add type annotations
Dylan Baker
2020-10-01
compilers/cuda: make type safe
Dylan Baker
2020-10-01
compilres: move depfile_for_object to compiler
Dylan Baker
2020-10-01
compilers/cs: Add type annotations
Dylan Baker
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-10-01
compilers: move split_shlib_to_parts to the base compiler
Dylan Baker
2020-10-01
compilers/cpp: Add type annotations
Dylan Baker
2020-10-01
compilers: fully type annotate the C compilers
Dylan Baker
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
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-09-24
compilers/mixins/intel: Use the has_func_attribute_extra_args function
Dylan Baker
2020-09-24
compilers/mixins/clang: Make type safe
Dylan Baker
2020-09-24
compilers/mixins/clike: fix mypy issues
Dylan Baker
[prev]
[next]