.. |
mixins
|
compilers: Fix missing functions in Compiler base class
|
2021-06-09 09:46:37 +02:00 |
__init__.py
|
compilers: Fix missing functions in Compiler base class
|
2021-06-09 09:46:37 +02:00 |
c.py
|
upgrade percent formatted strings pyupgrade did not catch
|
2021-06-07 16:51:47 -04:00 |
c_function_attributes.py
|
compiler: add 'force_align_arg_pointer' function attribute
|
2020-06-21 23:34:11 +03:00 |
compilers.py
|
compilers: Fix missing functions in Compiler base class
|
2021-06-09 09:46:37 +02:00 |
cpp.py
|
split program related classes and functions out of dependencies
|
2021-03-19 08:47:10 -04:00 |
cs.py
|
compilers/linkers: Add a methhod for getting the rspfile syntax
|
2021-03-14 22:05:55 -07:00 |
cuda.py
|
Strip host-compiler -std flag from NVCC line.
|
2021-03-28 20:12:45 +03:00 |
cython.py
|
cython: Add an option for selecting python 3 vs python 2 output
|
2021-06-07 09:25:32 -07:00 |
d.py
|
split program related classes and functions out of dependencies
|
2021-03-19 08:47:10 -04:00 |
fortran.py
|
Remove -pipe from default list of args. Closes #8508.
|
2021-03-23 17:26:08 +02:00 |
java.py
|
compilers: make get_optimization_args abstract
|
2020-10-01 15:06:10 -07:00 |
objc.py
|
Add gnuXX stds to Objective C.
|
2021-05-15 18:45:54 +03:00 |
objcpp.py
|
Make objective C use C standard version. Closes #5495.
|
2021-05-11 22:47:17 +03:00 |
rust.py
|
rust: override get_linker_always_args
|
2021-05-19 23:28:17 +03:00 |
swift.py
|
use OptionKey for compiler_options
|
2021-01-04 12:20:39 -08:00 |
vala.py
|
mass rewrite of string formatting to use f-strings everywhere
|
2021-03-04 17:16:11 -05:00 |