Conversation
…ugar` for prettified test output
Signed-off-by: GitHub Actions <actions@github.com>
|
Important Review skippedToo many files! This PR contains 208 files, which is 58 over the limit of 150. You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…c_limits<double>::max()` due to the compiler flag `-ffinite-math-only`
Signed-off-by: GitHub Actions <actions@github.com>
…nto modernize-cmake-config
…::numeric_limits<double>::max()`
…imits<double>::infinity()` for semantic reasons and remove the `-ffinite-math-only` compiler optimization
Signed-off-by: GitHub Actions <actions@github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #898 +/- ##
==========================================
+ Coverage 98.12% 98.16% +0.04%
==========================================
Files 261 261
Lines 40068 40105 +37
Branches 2102 2108 +6
==========================================
+ Hits 39317 39371 +54
+ Misses 751 734 -17
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…e by hosting our own mirror
… files check in this PR
This PR significantly overhauls the CMake build system, including but not limited to:
FetchContentfor dependency management instead of git submoduleslibs/tovendors/CMakePresets.jsonto offer default CMake configurationsAlso, the following new
pre-commitchecks have been added:check-vcs-permalinkscheck-symlinkscheck-jsoncmake-format-precommituv-pre-commitFinally, library versions and tool configurations have been updated, several
clang-tidywarnings have been addressed throughout the code base, and typos and formatting issues have been fixed.