Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-11 | Add support for module interface-only libraries | Boris Kolpackov | 1 | -1/+1 | |
Also suppress generation of the object file in cases where we don't need it. | |||||
2020-06-16 | Add $bin.link_member() function | Boris Kolpackov | 1 | -5/+19 | |
Given a linker output target type ("exe", "lib[as]", or "libu[eas]") return the target type of lib{} group member ("liba" or "libs") that will be picked when linking a lib{} group to this target type. | |||||
2020-06-16 | Move common functionality from cc to bin | Boris Kolpackov | 1 | -19/+48 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-10-09 | Prepend pattern search paths to PATH when running binutils | Boris Kolpackov | 1 | -0/+47 | |
This way any dependent tools (such as mt.exe that is invoked by link.exe) are first search for in there. |