IS-UMK / lemkis

Projects for M. Lemańczyk classes. For educational purpose only.
MIT License
8 stars 16 forks source link

Gaussian Elimination Final #33

Open andriybriliant opened 2 months ago

andriybriliant commented 2 months ago

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.