Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -0/+3 |
| | |||||
* | Implement get_asneeded_args in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -0/+3 |
| | |||||
* | Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -0/+3 |
| | |||||
* | Fix misnamed method in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -1/+1 |
| | | | | | get_allow_undefined_link_args is the compiler method get_allow_undefined_args is the linker method | ||||
* | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 2019-09-05 | 1 | -2/+1 |
| | |||||
* | compilers/mixins: Add a module for mixins for compilers that are linkers | Dylan Baker | 2019-08-14 | 1 | -0/+124 |
This is currently meant to solve problems for D's DMD compiler, however it may be useful in other cases. |