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-06-22
Fixed style issue as per comments on PR 8911.
Justin Handville
2021-06-22
Fix for Issue 8910 (Meson filters CMake asm files)
Justin Handville
2021-06-18
holders: Introduce HoldableObject
Daniel Mensinger
2021-06-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-07
compilers: Add cython file suffixes
Dylan Baker
2021-06-02
use an immutable list for an lru_cached functions
Dylan Baker
2021-05-19
compilers: Add `get_debug_args` to base Compiler
Dylan Baker
2021-05-19
.C files are now treated as C++ code
Volker-Weissmann
2021-04-01
environment: get environment variables for both host and build machines
Dylan Baker
2021-03-30
Split environment variable and command line cflags
Dylan Baker
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
[next]