Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all flake8 warnings | Daniel Mensinger | 2019-10-20 | 1 | -1/+0 |
| | |||||
* | compilers: replace CompilerType with MachineInfo | Dylan Baker | 2019-10-07 | 1 | -5/+2 |
| | | | | | | Now that the linkers are split out of the compilers this enum is only used to know what platform we're compiling for. Which is what the MachineInfo class is for | ||||
* | compilers: Dispatch to dynamic linker class | Dylan Baker | 2019-08-14 | 1 | -60/+0 |
| | | | | | Most of the cuda code is from Olexa Bilaniuk. Most of the PGI code is from Michael Hirsc | ||||
* | Make ARM compilers work on Linux. | Jussi Pakkanen | 2019-08-02 | 1 | -2/+2 |
| | |||||
* | compilers: Put clang mixin in a module | Dylan Baker | 2019-07-15 | 1 | -1/+2 |
| | |||||
* | compilers/mixins/arm: Add type annotations to armclang | Dylan Baker | 2019-07-15 | 1 | -41/+47 |
| | |||||
* | compilers: move ArmClang into mixins/arm.py | Dylan Baker | 2019-07-15 | 1 | -0/+117 |
| | |||||
* | compilers/mixins/arm: Add type annotations | Dylan Baker | 2019-07-15 | 1 | -42/+51 |
| | |||||
* | compilers: Move ArmCompiler to a mixin module | Dylan Baker | 2019-07-15 | 1 | -0/+128 |