You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eli Schwartz
bc56a2c346
compilers: fix partial refactor of coredata options
...
Fallout from the OptionStore refactor, and specifically commit
9a6fcd4d9a
. The `std` object was migrated
from having an option itself, to having the value fetched and saved
directly. In most cases, this also meant avoiding `.value`, but in a
couple cases this refactor went overlooked, and crashed at runtime.
Only affects Elbrus and Intel C++ compilers, seemingly.
Fixes #13401
7 months ago
..
mixins
compilers: handle -Wno-attributes= for GCC
7 months ago
__init__.py
Use SPDX-License-Identifier consistently
1 year ago
asm.py
Move OptionKey in the option source file.
7 months ago
c.py
Remove language (AKA compiler) type from OptionKey.
7 months ago
c_function_attributes.py
Add support for GCC's null_terminated_string_arg function attribute
10 months ago
compilers.py
Remove language (AKA compiler) type from OptionKey.
7 months ago
cpp.py
compilers: fix partial refactor of coredata options
7 months ago
cs.py
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
10 months ago
cuda.py
Remove language (AKA compiler) type from OptionKey.
7 months ago
cython.py
Rename langopt method
7 months ago
d.py
Revert logic also in followup commit
7 months ago
detect.py
compilers: make lang_map public
8 months ago
fortran.py
Rename langopt method
7 months ago
java.py
Remove `get_buildtype_args` function
1 year ago
objc.py
Remove language (AKA compiler) type from OptionKey.
7 months ago
objcpp.py
Remove language (AKA compiler) type from OptionKey.
7 months ago
rust.py
Revert various cross compile changes
7 months ago
swift.py
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
10 months ago
vala.py
Move OptionKey in the option source file.
7 months ago