Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-02-22 | ninjabackend: List PDBs in output list for targets | Nirbheek Chauhan | 1 | -0/+3 |
2020-02-21 | Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik... | Jussi Pakkanen | 1 | -1/+19 |
2020-02-21 | macOS: Remove more unused linkerlike args | Nirbheek Chauhan | 1 | -1/+19 |
2020-02-21 | compilers/compilers: Fix get_linker_id | Dylan Baker | 1 | -1/+7 |
2020-02-12 | Improve error reported when language has no compiler | Jon Turney | 1 | -0/+9 |
2020-01-24 | compilers: Derive CompilerArgs from collections instead of typing | Nirbheek Chauhan | 1 | -1/+1 |
2020-01-24 | typing: Fix compatibility with Python 3.5.2 | Nirbheek Chauhan | 1 | -1/+1 |
2020-01-08 | types: Fix/ignore flake8 B014/F811 | Daniel Mensinger | 1 | -11/+11 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -69/+69 |
2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-12-12 | Consider compiler arguments in linker detection logic | Dylan Baker | 1 | -2/+4 |
2019-12-12 | Allow setting <lang>_args before the compiler is detected | Dylan Baker | 1 | -97/+82 |
2019-12-12 | compilers: Make get_display_language a class or static method | Dylan Baker | 1 | -2/+3 |
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 1 | -0/+6 |
2019-12-05 | compilers: Rework the CompilerArgs to be less awful | Dylan Baker | 1 | -71/+73 |