-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix public headers inclusion (+ small other fixes) #574
Conversation
Codecov Report
@@ Coverage Diff @@
## master #574 +/- ##
=======================================
Coverage 64.91% 64.92%
=======================================
Files 53 53
Lines 3737 3738 +1
Branches 1884 1881 -3
=======================================
+ Hits 2426 2427 +1
Misses 1309 1309
Partials 2 2
Continue to review full report at Codecov.
|
bf5ae05
to
39a6308
Compare
39a6308
to
d438890
Compare
d438890
to
b65f065
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of comments for better docstring
b65f065
to
6cd50f6
Compare
Rebase on master (fixing the conflict (new archiveTools.h)). Fix last review comments of @maneeshpm |
6cd50f6
to
243406c
Compare
This branch needs to be rebased |
This by definition remove all the tool functions from the public API.
This header will contain our public tool functions.
- Add docstring - Move the declaration in kiwix namespace. - Adapt our include to include the right headers.
243406c
to
0b6b671
Compare
IMO we can merge now. |
Fix #564
This also fix some declaration of
SuggestionItem
methods.On recent gcc, httplib raise warning and it break compilation with-WError
.This PR include a patch for this. Upstream patch is here : yhirose/cpp-httplib#980
This has been removed from the PR as it fix a issue I've got only on my computer and the fix make macos compilation fail.