Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | Shared library symbol versioning support from Ondrej Sury (thanks!). | Rob Austein | |
Apparently this is how the cool kids handle hiding library-internal symbols now, using objcopy is old hat. Ondrey tells us that this should work on GNU/Linux and on *BSD, which, at the moment, just leaves OSX, which we already handle with an OSX-specific kludge. |