summaryrefslogtreecommitdiff
path: root/test cases/unit/69 static link
AgeCommit message (Collapse)Author
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen
2019-10-21Remove duplicated object files in static librariesXavier 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-01Recursively include all objects from uninstalled static librariesXavier Claessens
2019-10-01Do not promote to link_whole when an internal library links to anotherXavier Claessens
2019-10-01pkgconfig: Include dependencies of uninstalled static librariesXavier Claessens
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens
2019-10-01Fix link_with of a static library with an uninstalled static libraryXavier Claessens
2019-10-01Fix link_whole of static librariesXavier Claessens