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-06-27
Update detect.py
Ian Harvey
2021-06-25
typing: Annotate compilers.detect
Daniel Mensinger
2021-06-25
Split compiler detection from Environment
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-18
interpreter: Refactor interpreter.compiler to use ObjectHolder
Daniel Mensinger
2021-06-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-07
upgrade percent formatted strings pyupgrade did not catch
Eli Schwartz
2021-06-07
condense lines
Eli Schwartz
2021-06-07
more f-strings everywhere
Eli Schwartz
2021-06-07
cython: Add an option for selecting python 3 vs python 2 output
Dylan Baker
2021-06-07
compilers: Add cython file suffixes
Dylan Baker
2021-06-07
compilers: Expose Cython compiler
Dylan Baker
2021-06-07
hack: compilers/cython: hardcode python 3 not 2
Dylan Baker
2021-06-07
compilers: Add a cython Compiler
Dylan Baker
2021-06-05
typing: Fully annotate dependencies.cuda
Daniel Mensinger
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
rust: override get_linker_always_args
Dylan Baker
2021-05-19
.C files are now treated as C++ code
Volker-Weissmann
2021-05-15
Visual Studio Address Sanitizer updates
Peter Harris
2021-05-15
Add gnuXX stds to Objective C.
Jussi Pakkanen
2021-05-11
Make objective C use C standard version. Closes #5495.
Jussi Pakkanen
2021-05-10
deactivate intrinsic functions if no optimizations are requested
Alexander Neumann
2021-05-02
Clean up unused imports
Ralf Gommers
2021-05-02
Use sanity_check_impl for objc/objpp
Ralf Gommers
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
[next]