martin-olivier / dylib

C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)
https://conan.io/center/recipes/dylib
MIT License
293 stars 44 forks source link

A bunch of changes #42

Closed eyalroz closed 2 years ago

eyalroz commented 2 years ago

A bunch of changes I've had in mind, including bug fixes / alternative fixes. Please read the individual commit messages.

Also, I think I might have a couple more suggestions when all of this is done.

Note: The overall length of dylib.hpp is reduced by some 25%.

eyalroz commented 2 years ago

@martin-olivier : Made the changes you suggested.