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

Add module support to the fast types #754

Merged
merged 8 commits into from
Oct 7, 2024
Merged

Add module support to the fast types #754

merged 8 commits into from
Oct 7, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Oct 7, 2024

Closes: #746

Gets things working again with GCC-14 in addition to adding our new types

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.1%. Comparing base (8274270) to head (62b5d3a).
Report is 9 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #754   +/-   ##
=======================================
  Coverage     99.1%   99.1%           
=======================================
  Files          227     227           
  Lines        16863   16863           
  Branches      1816    1816           
=======================================
  Hits         16708   16708           
  Misses         155     155           
Files with missing lines Coverage Δ
include/boost/decimal/bid_conversion.hpp 100.0% <100.0%> (ø)
include/boost/decimal/decimal128_fast.hpp 97.6% <ø> (ø)
include/boost/decimal/decimal32_fast.hpp 96.8% <ø> (ø)
include/boost/decimal/decimal64_fast.hpp 98.6% <ø> (ø)
include/boost/decimal/detail/power_tables.hpp 100.0% <ø> (ø)
include/boost/decimal/dpd_conversion.hpp 96.6% <ø> (ø)

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 8274270...62b5d3a. Read the comment docs.

@mborland mborland merged commit f6675a9 into develop Oct 7, 2024
65 checks passed
@mborland mborland deleted the fix_module branch October 7, 2024 16:30
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.

Add module support to fast types
1 participant