Age | Commit message (Expand) | Author | Files | Lines |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-10-01 | compilers: move get_dependency_gen_args to base Compiler | Dylan Baker | 1 | -3/+0 |
2020-10-01 | compilers: fully type annotate the C compilers | Dylan Baker | 1 | -1/+2 |
2020-09-24 | compilers: Tell mypy that the compiler mixins are just that | Dylan Baker | 1 | -6/+8 |
2020-09-24 | compilers/mixins/pgi: Make type safe | Dylan Baker | 1 | -2/+11 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -14/+14 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -6/+2 |
2019-09-05 | PGI cannot accept -pthread | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-09-05 | PGI: use ar link wrapper on Windows | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -25/+1 |
2019-08-14 | compilers/mixins/pgi: simplify pic logic | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-07-30 | default libtype to static to allow windows compilers to not skip | Michael Hirsch, Ph.D | 1 | -3/+5 |
2019-07-30 | no special shared lib args for PGI | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-07-30 | PGI -shared is for Linux only | Michael Hirsch, Ph.D | 1 | -1/+8 |
2019-07-30 | PGI: cpp_pch precompiled headers functionality | Michael Hirsch, Ph.D | 1 | -1/+17 |
2019-07-15 | compilers/mixins/pgi: Finish type annoations | Dylan Baker | 1 | -21/+27 |
2019-07-15 | compilers: split pgi compiler out of compilers module | Dylan Baker | 1 | -0/+89 |