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

Version 2.1.0 #57

Closed martin-olivier closed 2 years ago

martin-olivier commented 2 years ago

Description

feat: add_filename_decorations and no_filename_decorations constants feat: get_symbol public member function and 2.1.0 version setup feat: CI now checks both c++11 and c++17 fix: protected dylib members have been renamed fix: timeout issues on windows CI fix: cleaner documentation

Changes include

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (0c9a23b) into main (657cd9f) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           57        59    +2     
  Branches         3         3           
=========================================
+ Hits            57        59    +2     
Impacted Files Coverage Δ
include/dylib.hpp 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 657cd9f...0c9a23b. Read the comment docs.