Skip to content
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

docs:add compilation guide for apple clang++ (Issue #317) #325

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

qmohitsingh
Copy link
Contributor

@qmohitsingh qmohitsingh commented Nov 23, 2023

Add Compilation Guide for Apple Clang++ to Documentation:

This pull request addresses issue #317. The goal is to add a detailed compilation guide for Apple Clang++ to the project's documentation. This guide is similar to the existing one for Clang++ and will be placed in a separate file within the docs directory.

Key Changes:

  • Created a new Markdown file Apple_Clang_Compilation_Guide.md in the docs directory.
  • The guide includes detailed instructions for installing Apple Clang++, preparing the build environment, setting up CMake, and building the project using Apple Clang++

Copy link
Owner

@cieslarmichal cieslarmichal left a comment

Choose a reason for hiding this comment

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

good job!

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4486fba) 98.47% compared to head (d009540) 98.78%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #325      +/-   ##
==========================================
+ Coverage   98.47%   98.78%   +0.30%     
==========================================
  Files          47       47              
  Lines        2953     2953              
==========================================
+ Hits         2908     2917       +9     
+ Misses         45       36       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cieslarmichal cieslarmichal merged commit 28cd5e9 into cieslarmichal:main Nov 23, 2023
4 checks passed
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.

3 participants