Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |