Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -12/+12 |
2021-03-02 | fix missing versions with generated source | Remi Thebault | 1 | -0/+6 |
2021-03-01 | D add build dir to -J switch | Remi Thebault | 1 | -2/+6 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -5/+7 |
2020-12-29 | Implement support of dlang -makedeps switch (#8119) | Remi Thebault | 1 | -2/+31 |
2020-10-14 | vs: add static_from_buildtype to b_vscrt | Peter Harris | 1 | -5/+11 |
2020-10-01 | compilers/d: add type annotations | Dylan Baker | 1 | -128/+138 |
2020-10-01 | compilers/cuda: make type safe | Dylan Baker | 1 | -6/+0 |
2020-10-01 | compilres: move depfile_for_object to compiler | Dylan Baker | 1 | -6/+0 |
2020-10-01 | compilers: move get_dependency_gen_args to base Compiler | Dylan Baker | 1 | -4/+0 |
2020-09-24 | compilers: make is_cross part of the base Compiler class | Dylan Baker | 1 | -12/+14 |
2020-09-24 | compilers: put name_string method in base compiler | Dylan Baker | 1 | -3/+0 |
2020-08-30 | D: fix include order | Pierrick Bouvier | 1 | -0/+7 |
2020-06-22 | compilers: Return CompilerArgs from compiler instance | Dylan Baker | 1 | -2/+1 |
2020-06-22 | compilers: Split CompilerArgs into a separate module | Dylan Baker | 1 | -1/+1 |
2020-05-20 | compilers/d: Add b_ndebug support | Dylan Baker | 1 | -3/+12 |
2020-05-18 | Merge pull request #7103 from dankegel/bug4027-rpath-remember | Jussi Pakkanen | 1 | -4/+5 |
2020-05-18 | compilers/d: Enable pgo for GDC | Dylan Baker | 1 | -1/+2 |
2020-05-16 | Let .pc files specify rpath. | Dan Kegel | 1 | -4/+5 |
2020-04-10 | compilers/d: Add missing method for dmd and ldc | Dylan Baker | 1 | -0/+3 |
2020-04-10 | compilers/d: Implement coverage for GDC | Dylan Baker | 1 | -4/+1 |
2020-03-19 | compilers: Link D runtime/libphobs dynamically on !Windows | Dylan Baker | 1 | -0/+18 |
2020-03-12 | compilers/d: Support linker selection with gdc | Dylan Baker | 1 | -1/+1 |
2020-03-11 | compilers/d: Properly pass -soname args | Dylan Baker | 1 | -4/+17 |
2020-03-11 | compilers/d: Fix rpath generation with LDC and DMD | Dylan Baker | 1 | -14/+18 |
2020-03-09 | Allow invoking the linker directly through dmd | Dylan Baker | 1 | -0/+3 |
2020-03-09 | Allow invoking link.exe and lld-link.exe through ldc2 | Dylan Baker | 1 | -0/+4 |
2020-03-06 | compilers/d: Fix get_allow_undefined_link_args on macOS | Dylan Baker | 1 | -0/+11 |
2020-03-06 | compilers/d: Remove CompilerIsLInkerMixin | Dylan Baker | 1 | -16/+6 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -5/+5 |
2019-12-12 | compilers: move language attribute to the class level | Dylan Baker | 1 | -1/+2 |
2019-12-05 | lgtm: fix Missing call to __init__ during object initialization | Daniel Mensinger | 1 | -0/+1 |
2019-11-19 | Fix cross-compilation of D programs | Eric Le Bihan | 1 | -6/+15 |
2019-11-06 | Add -L= to soname linker argument, too. | Jussi Pakkanen | 1 | -1/+4 |
2019-10-21 | d: Fix various linking issues on Windows | GoaLitiuM | 1 | -1/+10 |
2019-10-14 | Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixin | Andrei Alexeyev | 1 | -0/+3 |
2019-10-14 | Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD" | Andrei Alexeyev | 1 | -2/+2 |
2019-10-14 | Remove BasicLinkerIsCompilerMixin from LDC and DMD | Andrei Alexeyev | 1 | -2/+2 |
2019-10-07 | compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>() | Dylan Baker | 1 | -21/+18 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -9/+17 |
2019-10-03 | Handle -idirafter in unix_args_to_native | Daniel Mensinger | 1 | -1/+8 |
2019-08-30 | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker | 1 | -0/+6 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -23/+108 |
2019-08-14 | re-architect the D compiler abstractions | Dylan Baker | 1 | -215/+197 |
2019-07-15 | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 1 | -3/+1 |
2019-07-11 | Ignore -D* and -fstack-protector* args for D compilers | myfreeweb | 1 | -0/+4 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -16/+10 |
2019-04-28 | Moved caching into a seperate function | Daniel Mensinger | 1 | -1/+1 |
2019-04-28 | Added some cahced values | Daniel Mensinger | 1 | -1/+1 |
2019-04-28 | Cache compile results in coredata | Daniel Mensinger | 1 | -1/+1 |