.. |
mixins
|
compilers: improve a comment describing why we add a silly clang workaround
|
2024-05-24 17:10:32 -04:00 |
__init__.py
|
Use SPDX-License-Identifier consistently
|
2023-12-13 15:19:21 -05:00 |
asm.py
|
nasm, yasm: Fix debug flags for Windows and macOS
|
2024-04-09 22:11:04 -03:00 |
c.py
|
Create helper method for lang opts and use in C compiler classes.
|
2024-06-08 21:12:56 +03:00 |
c_function_attributes.py
|
Add support for GCC's null_terminated_string_arg function attribute
|
2024-05-07 15:33:32 -07:00 |
compilers.py
|
Create helper method for lang opts and use in C compiler classes.
|
2024-06-08 21:12:56 +03:00 |
cpp.py
|
Use helper method in C++ compiler classes.
|
2024-06-08 21:12:56 +03:00 |
cs.py
|
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
|
2024-04-27 08:09:03 -07:00 |
cuda.py
|
Use helper method in remaining compiler classes.
|
2024-06-08 21:12:56 +03:00 |
cython.py
|
Use helper method in remaining compiler classes.
|
2024-06-08 21:12:56 +03:00 |
d.py
|
fix sanity check for d cross-compilation
|
2024-05-22 23:53:09 +03:00 |
detect.py
|
add cross-compile argument for ldc linker guessing
|
2024-05-22 23:53:09 +03:00 |
fortran.py
|
Use helper method in Fortran compiler classes.
|
2024-06-08 21:12:56 +03:00 |
java.py
|
Remove `get_buildtype_args` function
|
2023-12-23 13:32:49 +02:00 |
objc.py
|
Refactor option classes to their own file.
|
2024-05-23 21:26:45 +03:00 |
objcpp.py
|
Refactor option classes to their own file.
|
2024-05-23 21:26:45 +03:00 |
rust.py
|
Use helper method in Rust compiler class.
|
2024-06-08 21:12:56 +03:00 |
swift.py
|
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
|
2024-04-27 08:09:03 -07:00 |
vala.py
|
Fix dependencies for vala.links #13158
|
2024-04-30 11:07:57 -07:00 |