| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-08 | Rename test dirs to sequential order. | Jussi Pakkanen | |
| 2019-10-21 | Remove duplicated object files in static libraries | Xavier Claessens | |
| When a static library link_whole to a bunch of other static libraries, we have to extract all their objects recursively. But that could introduce duplicated objects. ar is dumb enough to allow this without error, but once the resulting static library is linked into an executable or shared library, the linker will complain about duplicated symbols. | |||
| 2019-10-01 | Recursively include all objects from uninstalled static libraries | Xavier Claessens | |
| 2019-10-01 | Do not promote to link_whole when an internal library links to another | Xavier Claessens | |
| 2019-10-01 | pkgconfig: Include dependencies of uninstalled static libraries | Xavier Claessens | |
| 2019-10-01 | pkgconfig: Do not include uninstalled static libraries | Xavier Claessens | |
| 2019-10-01 | Fix link_with of a static library with an uninstalled static library | Xavier Claessens | |
| 2019-10-01 | Fix link_whole of static libraries | Xavier Claessens | |
