| Age | Commit message (Expand) | Author |
| 2019-09-24 | CUDA support on Windows | Aleksey Gurtovoy |
| 2019-09-23 | mesonbuild: fix exception name. | Jehan |
| 2019-09-09 | the solaris linker also needs start/end-group for circular linking | Dylan Baker |
| 2019-09-08 | fix objc freestanding sanitycheck | Nguyen, Giang (G. Yakiro) |
| 2019-09-05 | Merge pull request #5823 from scivision/linker-pgi-linux | Jussi Pakkanen |
| 2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy |
| 2019-09-05 | PGI cannot accept -pthread | Michael Hirsch, Ph.D |
| 2019-09-05 | PGI: use ar link wrapper on Windows | Michael Hirsch, Ph.D |
| 2019-09-05 | Create CUDA linker with CUDA compiler | Kramer Peace |
| 2019-09-05 | Add a CUDA linker object | Kramer Peace |
| 2019-08-30 | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker |
| 2019-08-28 | Fix gcc include dot | Dylan Baker |
| 2019-08-20 | Merge pull request #5681 from dcbaker/dynamic-linker-split | Jussi Pakkanen |
| 2019-08-20 | Fix CCRX linking external dependencies | Phillip Cao |
| 2019-08-17 | Pass optimization flags to rustc properly. Closes: #5788. | Jussi Pakkanen |
| 2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker |
| 2019-08-14 | compilers/mixins: Add a module for mixins for compilers that are linkers | Dylan Baker |
| 2019-08-14 | compilers/rust: Proxy extra kwargs to Compiler.__init__ | Dylan Baker |
| 2019-08-14 | compilers: Make MSVClike compilers proxy extra keyword arguments | Dylan Baker |
| 2019-08-14 | compilers/fortran: Make ifort (windows) proxy extra args to Compiler | Dylan Baker |
| 2019-08-14 | compilers/cuda: pass through extra kwargs | Dylan Baker |
| 2019-08-14 | compilers/swift: Pass extra args to the Compiler constructor | Dylan Baker |
| 2019-08-14 | compilers/fortran: fix ifort (linux, mac) dependency generation | Dylan Baker |
| 2019-08-14 | compilers/objc[pp]: Pass extra keyword arguments to Compiler constructor | Dylan Baker |
| 2019-08-14 | compilers/cuda: don't use re for replacement | Dylan Baker |
| 2019-08-14 | compilers/mixins/pgi: simplify pic logic | Michael Hirsch, Ph.D |
| 2019-08-14 | re-architect the D compiler abstractions | Dylan Baker |
| 2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen |
| 2019-08-04 | Fix cross compilation on OSX | Xavier Claessens |
| 2019-08-02 | Make ARM compilers work on Linux. | Jussi Pakkanen |
| 2019-07-30 | default libtype to static to allow windows compilers to not skip | Michael Hirsch, Ph.D |
| 2019-07-30 | no special shared lib args for PGI | Michael Hirsch, Ph.D |
| 2019-07-30 | PGI -shared is for Linux only | Michael Hirsch, Ph.D |
| 2019-07-30 | Merge pull request #5740 from scivision/intel-ci_fix | Jussi Pakkanen |
| 2019-07-30 | PGI: cpp_pch precompiled headers functionality | Michael Hirsch, Ph.D |
| 2019-07-30 | intel-cl: readd missing import | Michael Hirsch, Ph.D |
| 2019-07-29 | Flang: add links for non-flang main program | Michael Hirsch, Ph.D |
| 2019-07-23 | compilers: pull sanitzier args into compiler classes | Dylan Baker |
| 2019-07-23 | compilers: return as-needed args as a list | Dylan Baker |
| 2019-07-23 | compilers: Move lto args into compiler class | Dylan Baker |
| 2019-07-20 | Add optional progress bar when generating build.ninja | Nirbheek Chauhan |
| 2019-07-20 | ValaCompiler: only emit '--debug' in debug build. | Jeremy Philippe |
| 2019-07-18 | fix all flake8 issues | Daniel Mensinger |
| 2019-07-16 | Fix missing return statements that are seen with -Werror=return-type. | Martin Liska |
| 2019-07-15 | compilers/mixins/pgi: Finish type annoations | Dylan Baker |
| 2019-07-15 | compilers: split pgi compiler out of compilers module | Dylan Baker |
| 2019-07-15 | compilers/mixins/elbrus: add type annotations and fix types | Dylan Baker |
| 2019-07-15 | compilers: put elbrus in mixins | Dylan Baker |
| 2019-07-15 | compilers/mixins/clang: Add type annotations | Dylan Baker |
| 2019-07-15 | compilers: Put clang mixin in a module | Dylan Baker |