Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-05 | condense lines | Eli Schwartz | 1 | -2/+1 | |
2021-07-05 | more f-strings too complex to be caught by pyupgrade | Eli Schwartz | 1 | -6/+6 | |
2021-07-01 | C2000: linker uses now binary setting defined within the cross-file | miebka | 1 | -1/+1 | |
2021-06-27 | Update detect.py | Ian Harvey | 1 | -1/+1 | |
Adjust Intel Fortran compiler detection to handle changes in ifort logo with the introduction of the oneapi toolkit. See #8338. | |||||
2021-06-25 | typing: Annotate compilers.detect | Daniel Mensinger | 1 | -62/+73 | |
2021-06-25 | Split compiler detection from Environment | Daniel Mensinger | 1 | -0/+1209 | |
This moves all the compiler detection logic into the new compilers.detect module. This dramatically reduces the size and complexity of Environment. |