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
Age
Commit message (
Expand
)
Author
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-28
Strip host-compiler -std flag from NVCC line.
Olexa Bilaniuk
2021-03-28
Retract "DQSQ" merging in NVCC arguments handling.
Olexa Bilaniuk
2021-03-28
Canonicalize and merge consecutive -Xcompiler flags together.
Olexa Bilaniuk
2021-03-24
compilers: clang-cl: Also accept .s files (#8520)
D Scott Phillips
2021-03-23
Remove -pipe from default list of args. Closes #8508.
Jussi Pakkanen
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-17
Fix D lib search path translation
Remi Thebault
2021-03-14
ninjabackend: Use rsp_file_syntax method
Dylan Baker
2021-03-14
compilers/linkers: Add a methhod for getting the rspfile syntax
Dylan Baker
2021-03-09
Add address sanitizer support for Visual Studio.
Jussi Pakkanen
2021-03-08
Add /Od flag to msvc optimization 0 args
Vili Väinölä
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-03-04
raw string literals are next to godliness
Eli Schwartz
2021-03-02
fix missing versions with generated source
Remi Thebault
2021-03-01
D add build dir to -J switch
Remi Thebault
2021-02-22
[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.
Olexa Bilaniuk
2021-02-19
Ensure that $lang_args and $lang_link_args are properly parsed
Dylan Baker
2021-02-18
compilers: clang: Drop -Xclang before -fcolor-diagnostics flag
Krzysztof Małysa
2021-02-17
compilers: Only insert -flto-jobs in clang's link arguments
Dylan Baker
2021-02-16
Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.
Olexa Bilaniuk
2021-02-16
Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.
Olexa Bilaniuk
2021-02-16
Extensive rewrite of GCC/MVSC flag translation to NVCC flags.
Olexa Bilaniuk
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-23
split mesonlib into a package
Dylan Baker
2021-01-20
MSVC and Clang-Cl Compiler Argument Cleanup
Marios Staikopoulos
2021-01-20
Avoid accidental use of STANDALONE_WASM mode on compiler tests
Brion Vibber
2021-01-17
Removal of /ZI on MSVC Debug
Marios Staikopoulos
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 a single coredata dictionary for options
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
2021-01-04
Add choices to OptionProxy
Dylan Baker
2020-12-29
Implement support of dlang -makedeps switch (#8119)
Remi Thebault
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-14
Merge pull request #8013 from mesonbuild/cppmodules
Jussi Pakkanen
[next]