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

Cpp14 constexpr attempt #393

Merged
merged 14 commits into from
Nov 29, 2023
Merged

Cpp14 constexpr attempt #393

merged 14 commits into from
Nov 29, 2023

Conversation

ckormanyos
Copy link
Owner

No description provided.

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Merging #393 (7dadecc) into master (367740a) will not change coverage.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #393    +/-   ##
========================================
  Coverage   100.0%   100.0%            
========================================
  Files          39       39            
  Lines        3817     3598   -219     
========================================
- Hits         3817     3598   -219     
Files Coverage Δ
examples/example013_ecdsa_sign_verify.cpp 100.0% <100.0%> (ø)
examples/example014_pi_spigot_wide.cpp 100.0% <100.0%> (ø)
math/wide_integer/uintwide_t.h 100.0% <ø> (ø)
test/test_uintwide_t_boost_backend.cpp 100.0% <ø> (ø)
test/test_uintwide_t_edge_cases.cpp 100.0% <100.0%> (ø)
test/test_uintwide_t_spot_values.cpp 100.0% <100.0%> (ø)

... and 16 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 367740a...7dadecc. Read the comment docs.

@ckormanyos
Copy link
Owner Author

Challenging, ... but C++14 constexpr is looking good...

Copy link

sonarcloud bot commented Nov 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
3.1% 3.1% Duplication

@ckormanyos ckormanyos merged commit 7ea994d into master Nov 29, 2023
146 checks passed
@ckormanyos ckormanyos deleted the cpp14_constexpr_attempt branch November 29, 2023 20:24
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