amalgamation tool - single header version patches #24
Merged
johnpatek merged 18 commits intomaxtek6:masterfrom Mar 7, 2026
Merged
amalgamation tool - single header version patches #24johnpatek merged 18 commits intomaxtek6:masterfrom
johnpatek merged 18 commits intomaxtek6:masterfrom
Conversation
add clang-format, and update header guards (_HEADER -> _HPP)
…rm c++14 features)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #24 +/- ##
==========================================
+ Coverage 78.10% 78.41% +0.31%
==========================================
Files 5 5
Lines 137 139 +2
Branches 18 18
==========================================
+ Hits 107 109 +2
Misses 14 14
Partials 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
johnpatek
approved these changes
Mar 7, 2026
Member
johnpatek
left a comment
There was a problem hiding this comment.
Thank you @wissem01chiha! I will look into tagging and releasing this weekend.
Collaborator
Author
|
Thanks @johnpatek |
Member
|
@wissem01chiha here is the latest release. |
Collaborator
Author
|
Great @johnpatek thanks very much 😊 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes :
delete file relative include guards and add library version/license from project files, however the script still far from producing a ready to use single include (sorting includes, delete/or/move them to the top file, ...) so some tiny manual manipulation was needed for now, ... (maybe i will maintain it in a sperate monorepo as a development support tool in the future ...)
@johnpatek , could you please review this, for now i am not planning any changes in the core library code, in case there isn't a specific release timeline planned, could we release 1.1.0 version of the project, the initial repository didn't release any version of mio as i saw ? thanks very much