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
/
c.py
Age
Commit message (
Expand
)
Author
2025-12-08
compilers/nvidia_hpc: compilers: move -std options to get_option_std_args
Zephyr Lykos
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_std_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_link_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header_symbol
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_function
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanity_check
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.compiles()
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from get_compileropt_value
Dylan Baker
2025-11-19
compilers: Stop passing `is_cross`
Dylan Baker
2025-11-19
compilers: Pass Environment instead of MachineInfo
Dylan Baker
2025-10-29
compilers: add Microchip XC32 compiler
Liza Chevalier
2025-10-06
Revert "compilers: refactor sanity checking code"
Dylan Baker
2025-10-06
compilers: refactor sanity checking code
Dylan Baker
2025-07-07
Correct get_option_std_args for IntelClCCompiler
Michael J Steel
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-04-04
compilers: move -std options to get_option_std_args, special-casing CUDA
Paolo Bonzini
2025-04-04
compilers: remove useless get_option_compile_args
Paolo Bonzini
2025-02-27
Fixes issue 14089 (detection of Intel compiler)
Tom Evers
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-05
options: Add an EnumeratedUserOption class
Dylan Baker
2025-02-05
compilers: remove Compiler.create_option
Dylan Baker
2025-02-05
compilers: use super().get_options() instead of CompilerClass.get_options()
Dylan Baker
2025-02-05
compilers: fix the UserStdOption name of the C and C++ compilers
Dylan Baker
2025-01-27
compilers: move Apple C Std version handling to a mixin
Dylan Baker
2025-01-27
compilers/gnu: Pull C Standard handling out of GnuCCompiler
Dylan Baker
2025-01-27
compilers/objc: Use shared C standards with clang C compiler
Dylan Baker
2025-01-27
compilers/clang: Move the Mixin for C standards out of the c module
Dylan Baker
2025-01-27
adding c_std=c2y option for gcc-15
ajs
2025-01-27
adding c_std=c2y option for clang
ajs
2025-01-08
First draft version of Tasking MIL linking with b_lto and prelinking
gerioldman
2025-01-08
Add TASKING compiler support
gerioldman
2024-10-21
compilers: Fix inconsistent option descriptions
David Robillard
2024-10-11
Add options for standard parameter for nvc and nvc++
Kevin Meagher
2024-10-11
Fix minimal version for Emscripten C23 support
Loïc Estève
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-12
Rename langopt method
Jussi Pakkanen
2024-06-26
compilers: Add support for OpenMP from homebrew with AppleClang
Dylan Baker
2024-06-14
Fix mypy.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-08
Create helper method for lang opts and use in C compiler classes.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-05-19
Fix handling of C standard support for Emscripten.
Ralf Gommers
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-03-12
Added support for Texas Instruments C6000 compiler.
Petr Machacek
2024-01-15
compilers: add c23 and gnu23 c_stds
Simon Ser
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-07
c_std, cpp_std: Change to a list of desired versions in preference order
Xavier Claessens
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-05-31
mlog: remove direct calls to log_once
Dylan Baker
[next]