.. |
mixins
|
clang-cl: add a translation pass for `-isystem` args to work
|
2021-12-08 00:53:29 +02:00 |
__init__.py
|
Merge pull request #9014 from bonzini/mixed-language-link
|
2021-09-28 17:32:44 +03:00 |
c.py
|
Support ancient (<3.4.0) gcc versions
|
2021-11-16 06:45:33 -05:00 |
c_function_attributes.py
|
compiler: add 'force_align_arg_pointer' function attribute
|
2020-06-21 23:34:11 +03:00 |
compilers.py
|
migrate python 3.5 compatible superclass variable annotations to 3.6
|
2021-11-01 00:46:51 +02:00 |
cpp.py
|
Remove incorrect arguments for C2000 C++ compiler. Add correct form for output and include args.
|
2021-11-14 21:59:59 +02:00 |
cs.py
|
fix: Always explicitly set encoding for text files (fixes #8263)
|
2021-06-29 11:28:08 +02:00 |
cuda.py
|
fix various flake8 whitespace errors
|
2021-10-27 09:51:52 -04:00 |
cython.py
|
Add option to to transpile Cython to C++
|
2021-09-24 22:56:46 +03:00 |
d.py
|
ldc2: invoke -Oz instead of -Os
|
2021-11-22 12:35:28 -08:00 |
detect.py
|
Add 64-bit paths to check for unsupported Watcom cl.exe clones.
|
2021-10-31 21:38:53 -04:00 |
fortran.py
|
Revert "known Python 3.5 on windows workaround for subprocess(cwd=str(Path))"
|
2021-11-01 00:46:51 +02:00 |
java.py
|
compilers/java: Add no_warn_args and debug_args methods
|
2021-11-08 23:33:14 +02:00 |
objc.py
|
objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stds
|
2021-09-10 13:03:56 -07:00 |
objcpp.py
|
fix various flake8 whitespace errors
|
2021-10-27 09:51:52 -04:00 |
rust.py
|
compilers/rust: fix typo in standard description
|
2021-10-21 13:48:01 -04:00 |
swift.py
|
fix: Always explicitly set encoding for text files (fixes #8263)
|
2021-06-29 11:28:08 +02:00 |
vala.py
|
mass rewrite of string formatting to use f-strings everywhere
|
2021-03-04 17:16:11 -05:00 |