Age | Commit message (Expand) | Author | Files | Lines |
2020-10-01 | compilres: move depfile_for_object to compiler | Dylan Baker | 1 | -0/+5 |
2020-10-01 | compilers/cs: Add type annotations | Dylan Baker | 1 | -0/+8 |
2020-10-01 | compilers: move get_dependency_gen_args to base Compiler | Dylan Baker | 1 | -0/+3 |
2020-10-01 | compilers: move split_shlib_to_parts to the base compiler | Dylan Baker | 1 | -0/+3 |
2020-10-01 | compilers/cpp: Add type annotations | Dylan Baker | 1 | -0/+11 |
2020-10-01 | compilers: fully type annotate the C compilers | Dylan Baker | 1 | -0/+1 |
2020-09-24 | compilers: Tell mypy that the compiler mixins are just that | Dylan Baker | 1 | -12/+11 |
2020-09-24 | compilers: make is_cross part of the base Compiler class | Dylan Baker | 1 | -1/+2 |
2020-09-24 | compilers: put name_string method in base compiler | Dylan Baker | 1 | -0/+3 |
2020-09-24 | compilers/mixins/intel: Use the has_func_attribute_extra_args function | Dylan Baker | 1 | -0/+3 |
2020-09-24 | compilers/mixins/clang: Make type safe | Dylan Baker | 1 | -0/+8 |
2020-09-24 | compilers/mixins/clike: fix mypy issues | Dylan Baker | 1 | -33/+50 |
2020-09-24 | compilers/compilers: Fully type annotate | Dylan Baker | 1 | -163/+254 |
2020-09-24 | compilers: Use a distinct type for compile/link results | Dylan Baker | 1 | -19/+33 |
2020-09-13 | external-project: New module to build configure/make projects | Xavier Claessens | 1 | -0/+3 |
2020-09-08 | typing: get rid of most T.cast | Daniel Mensinger | 1 | -1/+1 |
2020-07-13 | Fix native builds on Windows ARM64 machines | Nirbheek Chauhan | 1 | -3/+0 |
2020-06-22 | compilers: Return CompilerArgs from compiler instance | Dylan Baker | 1 | -2/+7 |
2020-06-22 | compilers: Split CompilerArgs into a separate module | Dylan Baker | 1 | -370/+2 |
2020-06-22 | compilers: Add missing annotations to CompilerArgs class | Dylan Baker | 1 | -16/+14 |
2020-06-22 | compilers: Use enum for for deupdlication returns in CompilerArgs | Dylan Baker | 1 | -27/+36 |
2020-06-11 | apple: -headerpad args are ignored when bitcode is enabled | Nirbheek Chauhan | 1 | -2/+6 |
2020-06-11 | compilers: corretify deduplication direction | Marcel Hollerbach | 1 | -2/+2 |
2020-06-09 | compilers: Add UNIX large file support for MinGW | Seungha Yang | 1 | -3/+3 |
2020-06-07 | Merge pull request #7119 from marcelhollerbach/master | Jussi Pakkanen | 1 | -37/+68 |
2020-06-06 | msvc: Avoid spurious openmp link warnings | Peter Harris | 1 | -0/+3 |
2020-06-05 | CompilerArgs: refactor __iadd__ | Marcel Hollerbach | 1 | -18/+64 |
2020-06-05 | Revert "CompilerArgs: make lookup faster" | Marcel Hollerbach | 1 | -26/+7 |
2020-06-05 | cache up regex mathings | Marcel Hollerbach | 1 | -2/+6 |
2020-05-27 | add type anno: compilers/clike | Michael Hirsch, Ph.D | 1 | -3/+3 |
2020-05-27 | Recognize Arduino .ino files as C++ | Phillip Johnston | 1 | -1/+1 |
2020-05-20 | compilers/d: Add b_ndebug support | Dylan Baker | 1 | -3/+3 |
2020-05-20 | compilers: Move b_ndebug into the compiler classes | Dylan Baker | 1 | -1/+4 |
2020-05-18 | Merge pull request #7103 from dankegel/bug4027-rpath-remember | Jussi Pakkanen | 1 | -1/+1 |
2020-05-16 | Let .pc files specify rpath. | Dan Kegel | 1 | -1/+1 |
2020-05-13 | macos: Remove framwork linkerlike args | Eric Lemanissier | 1 | -1/+1 |
2020-04-20 | Compiler options per lang | John Ericson | 1 | -6/+7 |
2020-04-10 | compilers: Move things out of clike | Dylan Baker | 1 | -0/+3 |
2020-03-29 | compilers: disable ccache when using temporary source files | Loïc Yhuel | 1 | -0/+5 |
2020-03-28 | Only split linker args with D compilers. Closes: #6845 | Jussi Pakkanen | 1 | -4/+8 |
2020-03-23 | Fix legacy env var support with cross | John Ericson | 1 | -32/+30 |
2020-03-19 | compilers: Link D runtime/libphobs dynamically on !Windows | Dylan Baker | 1 | -1/+1 |
2020-03-12 | Merge pull request #6356 from dcbaker/fix-d-compiler-abstractions | Jussi Pakkanen | 1 | -0/+19 |
2020-03-11 | compilers: Don't put split soname args in start groups | Dylan Baker | 1 | -0/+10 |
2020-03-09 | Merge pull request #6532 from jon-turney/languages-native-kwarg | Jussi Pakkanen | 1 | -0/+9 |
2020-03-06 | compilers: Don't deduplicate -L= arguments | Dylan Baker | 1 | -0/+9 |
2020-03-05 | mesonlib: Replace unholder argument to listify | Dylan Baker | 1 | -0/+2 |
2020-03-01 | meson: cache the results of can_compile | Marcel Hollerbach | 1 | -0/+1 |
2020-03-01 | CompilerArgs: make lookup faster | Marcel Hollerbach | 1 | -7/+26 |
2020-02-23 | Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w... | Jussi Pakkanen | 1 | -0/+3 |