Age | Commit message (Expand) | Author | Files | Lines |
2019-08-14 | compilers/swift: Pass extra args to the Compiler constructor | Dylan Baker | 1 | -2/+2 |
2019-08-14 | compilers/fortran: fix ifort (linux, mac) dependency generation | Dylan Baker | 1 | -1/+7 |
2019-08-14 | compilers/objc[pp]: Pass extra keyword arguments to Compiler constructor | Dylan Baker | 2 | -12/+12 |
2019-08-14 | compilers/cuda: don't use re for replacement | Dylan Baker | 1 | -3/+2 |
2019-08-14 | compilers/mixins/pgi: simplify pic logic | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-08-14 | re-architect the D compiler abstractions | Dylan Baker | 1 | -215/+197 |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 4 | -1/+62 |
2019-08-04 | Fix cross compilation on OSX | Xavier Claessens | 1 | -2/+6 |
2019-08-02 | Make ARM compilers work on Linux. | Jussi Pakkanen | 1 | -2/+2 |
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 | 2 | -7/+10 |
2019-07-30 | PGI -shared is for Linux only | Michael Hirsch, Ph.D | 1 | -1/+8 |
2019-07-30 | Merge pull request #5740 from scivision/intel-ci_fix | Jussi Pakkanen | 1 | -2/+1 |
2019-07-30 | PGI: cpp_pch precompiled headers functionality | Michael Hirsch, Ph.D | 2 | -2/+17 |
2019-07-30 | intel-cl: readd missing import | Michael Hirsch, Ph.D | 1 | -2/+1 |
2019-07-29 | Flang: add links for non-flang main program | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-07-23 | compilers: pull sanitzier args into compiler classes | Dylan Baker | 3 | -18/+21 |
2019-07-23 | compilers: return as-needed args as a list | Dylan Baker | 2 | -4/+4 |
2019-07-23 | compilers: Move lto args into compiler class | Dylan Baker | 2 | -5/+15 |
2019-07-20 | Add optional progress bar when generating build.ninja | Nirbheek Chauhan | 1 | -3/+3 |
2019-07-20 | ValaCompiler: only emit '--debug' in debug build. | Jeremy Philippe | 1 | -1/+1 |
2019-07-18 | fix all flake8 issues | Daniel Mensinger | 1 | -4/+3 |
2019-07-16 | Fix missing return statements that are seen with -Werror=return-type. | Martin Liska | 2 | -0/+5 |
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 | 5 | -72/+92 |
2019-07-15 | compilers/mixins/elbrus: add type annotations and fix types | Dylan Baker | 4 | -18/+23 |
2019-07-15 | compilers: put elbrus in mixins | Dylan Baker | 5 | -43/+62 |
2019-07-15 | compilers/mixins/clang: Add type annotations | Dylan Baker | 1 | -12/+21 |
2019-07-15 | compilers: Put clang mixin in a module | Dylan Baker | 9 | -68/+92 |
2019-07-15 | compilers/mixins/arm: Add type annotations to armclang | Dylan Baker | 1 | -41/+47 |
2019-07-15 | compilers: move ArmClang into mixins/arm.py | Dylan Baker | 4 | -122/+119 |
2019-07-15 | compilers/mixins/intel: add type annotations | Dylan Baker | 1 | -17/+24 |
2019-07-15 | compilers: Put Intel compiler classes into the mixins folder | Dylan Baker | 6 | -109/+139 |
2019-07-15 | compilers/mixins/gnu: Add type annotations | Dylan Baker | 1 | -100/+119 |
2019-07-15 | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 10 | -373/+405 |
2019-07-15 | compilers/mixins/visualstudio: Add type annotations | Dylan Baker | 1 | -106/+119 |
2019-07-15 | compilers: Move the VisualStudioLikeCompiler class into mixins | Dylan Baker | 6 | -391/+418 |
2019-07-15 | compilers/mixins/arm: Add type annotations | Dylan Baker | 1 | -42/+51 |
2019-07-15 | compilers: Move ArmCompiler to a mixin module | Dylan Baker | 4 | -111/+130 |
2019-07-15 | compilers/mixins/ccrx: add type annotations | Dylan Baker | 1 | -48/+59 |
2019-07-15 | compilers: move ccrx compiler abstraction into mixins | Dylan Baker | 5 | -134/+152 |
2019-07-15 | compilers: Move clike into a mixins directory | Dylan Baker | 7 | -9/+9 |
2019-07-14 | Do not fail on passing `-Werror=unused-parameter` from environment | David Seifert | 5 | -14/+14 |
2019-07-11 | Merge pull request #5560 from scivision/cstd18_bug | Michael Hirsch, Ph.D | 1 | -4/+7 |
2019-07-11 | Ignore -D* and -fstack-protector* args for D compilers | myfreeweb | 1 | -0/+4 |
2019-07-11 | Fix MSVC /link argument ordering (#5598) | Norbert Nemec | 1 | -19/+32 |
2019-07-10 | Make faster w defender atp | Charlie Barto | 1 | -2/+2 |
2019-07-08 | add clang c_std=c18 alias | Michael Hirsch, Ph.D | 1 | -4/+7 |
2019-07-08 | Add (v)c++latest to VC_VERSION_MAP | Robin Kertels | 1 | -0/+2 |
2019-07-07 | move Gnu-specific feature '--print-search-dirs' to GnuLikeCompiler | Norbert Nemec | 2 | -51/+60 |