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

Gaussian Elimination Final #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andriybriliant
Copy link
Contributor

Based on what we were told we made the following changes to our project:
-Everything now works with modules and CMake as needed
-Works with new matrix library
-Project files now fully comply with clang-tidy
-Proper tests were created by using expect library in this repository

The problem is when using find ./algebra2 ./discrete_math/ -iname '*.cxx' -o -iname '*.ixx' | xargs clang-tidy-18 -p ./build/debug/ --extra-arg=-std=c++26 not every file is compiled for some reason, but when using gnu++26 instead of c++26 everything works.

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.

1 participant