-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
engine: Update API for C++17 #1841
Conversation
mwestphal
commented
Dec 27, 2024
•
edited
Loading
edited
- Rewrite getPluginsList
- Update API for C++17
- Add/Update test for better testing and coverage
- Improve some exceptions doc and logic
You are modifying libf3d public API! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1841 +/- ##
==========================================
+ Coverage 95.68% 95.71% +0.03%
==========================================
Files 125 125
Lines 9862 9870 +8
==========================================
+ Hits 9436 9447 +11
+ Misses 426 423 -3 ☔ View full report in Codecov by Sentry. |
f2ce510
to
33754be
Compare
- Rewrite getPluginsList - Update API
33754be
to
f277612
Compare