-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create documentation of the implementation approaches #6
Comments
Hi @dietmarkuehl , I am new to cpp standards workflows, but have been working on couple of enterprise level C++ projects. So if you think it's cool, I am willing to spend my spare time working on this project. |
Hello @ahendre2010 ! Contributions are certainly welcome! There are plenty things to do with different levels of complexity:
I don't know what your area of interest is. Send corresponding PRs or ask questions (probably in an issue)! I'll also try to update the |
Hello @dietmarkuehl , |
Hello Akshay,a pull request improving the documentation/README is certainly appreciated. If you can post the warnings somewhere I’d also look at fixing these (or create a pull request fixing warnings).I’d think that the sanitizers aren’t strictly required: for a release bulild (preset gcc-release) they shouldn’t be dragged in. I haven’t tested that, though.Thanks, DietmarOn 1 Feb 2025, at 13:01, Akshay ***@***.***> wrote:
Hello @dietmarkuehl ,
I am able to successfully compile 6972ef9 (although with warnings) & run test on Fedora Linux with GCC 14.2.1. But recent changes are causing me to install libasan & libubsan. If these are mandatory dependencies can I add these to readme doc at repo root?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This documentation is intended to be a road map to the
beman::net29
implementation to help contributors to find their way around. This documentation would be specific to the choices of this particular implementation rather than something [necessarily] common to implementations of the specification.Here are some things which need to be covered:
native_handle_type
,io_base
, etc.).context_base
and its intended use.operation.hpp
and why that is done.The text was updated successfully, but these errors were encountered: