Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.0 #48

Merged
merged 15 commits into from
Jun 14, 2022
Merged

Version 2.0.0 #48

merged 15 commits into from
Jun 14, 2022

Conversation

martin-olivier
Copy link
Owner

  • dylib class is now RAII compliant
  • breaking changes for dylib ctor
  • os prefix support (lib under unix)
  • handle_error exception is now load_error
  • load_error and symbol_error now inherits from std::runtime_error
  • get_function now returns a pointer on function instead of an std::function

@martin-olivier martin-olivier added the enhancement New feature or request label Jun 14, 2022
@martin-olivier martin-olivier self-assigned this Jun 14, 2022
@codecov
Copy link

codecov bot commented Jun 14, 2022

Codecov Report

Merging #48 (2e8ed63) into main (af702ee) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #48   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           49        57    +8     
  Branches         0         3    +3     
=========================================
+ Hits            49        57    +8     
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 e06af0f...2e8ed63. Read the comment docs.

@martin-olivier martin-olivier merged commit 657cd9f into main Jun 14, 2022
@martin-olivier martin-olivier deleted the dev branch June 14, 2022 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants