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-10-10
Fix typos discovered by codespell
Christian Clauss
2021-09-28
Merge pull request #9014 from bonzini/mixed-language-link
Jussi Pakkanen
2021-09-25
compilers: Add default search path stdlib_only_link_flags
Dylan Baker
2021-09-14
apply flake8 fixes for unused imports and missing imports
Eli Schwartz
2021-09-07
interpreter: detect and pass compiler to be used for linker tests
Paolo Bonzini
2021-09-07
compilers: allow link tests to use objects from a different compiler
Paolo Bonzini
2021-09-07
compilers: do accept None in Compiler.compile extra_args
Paolo Bonzini
2021-09-07
compilers: fix flake8 issues
Paolo Bonzini
2021-09-01
Clang should error for all implicit function checks (#9165)
Dylan Baker
2021-08-20
compilers: Add get_no_warn_args to the base Compiler class
Dylan Baker
2021-08-16
compilers/compilers: Fix some potential issues spotted by pyright
Dylan Baker
2021-08-16
compilers: Fix extra_args parameter
Dylan Baker
2021-08-16
compilers: Fix annotations for run and cached_compile
Dylan Baker
2021-08-08
Add support for finding Javascript source libraries with Emscripten.
Jussi Pakkanen
2021-07-14
linkers: remove is_shared_module argument to get_soname_args
Paolo Bonzini
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
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
[next]