Skip to content

amalgamation tool - single header version patches #24

Merged
johnpatek merged 18 commits intomaxtek6:masterfrom
wissem01chiha:master
Mar 7, 2026
Merged

amalgamation tool - single header version patches #24
johnpatek merged 18 commits intomaxtek6:masterfrom
wissem01chiha:master

Conversation

@wissem01chiha
Copy link
Collaborator

Summary of Changes :

  • Cleanup the single header distribution of the library, given the limitation of the amalgamate i have tired to refactor it into more robust utility, to build a simple dynamic include graph of the library, and avoid hardcoded logic in external config file ,
    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 ...)
  • Added AddressSanitizer support in tests/examples compilation for non-windows platforms, (tests pass, no issue flagged as i think)

@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

@wissem01chiha wissem01chiha requested a review from johnpatek March 6, 2026 22:55
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.41%. Comparing base (92a7f9b) to head (d66874e).
⚠️ Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@johnpatek johnpatek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @wissem01chiha! I will look into tagging and releasing this weekend.

@johnpatek johnpatek merged commit 4349e24 into maxtek6:master Mar 7, 2026
3 checks passed
@wissem01chiha
Copy link
Collaborator Author

Thanks @johnpatek

@johnpatek
Copy link
Member

@wissem01chiha here is the latest release.

@wissem01chiha
Copy link
Collaborator Author

Great @johnpatek thanks very much 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants