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

Experiment with C++20 modules. #783

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from
Draft

Experiment with C++20 modules. #783

wants to merge 8 commits into from

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    9cac7a9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. correct missing #include.

    jzmaddock committed May 3, 2022
    Configuration menu
    Copy the full SHA
    65083b4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Correct PP-logic.

    jzmaddock committed May 4, 2022
    Configuration menu
    Copy the full SHA
    b1896f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Correct #include list.

    [CI SKIP]
    jzmaddock committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c76f0ba View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    b39474d View commit details
    Browse the repository at this point in the history
  2. Test set fixes

    mborland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    db8f378 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Fix some more module errors.

    This now *almost* builds with gcc-13 and clang-18.
    jzmaddock committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d7ed41d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge branch 'develop' into modules_test_1

    Fixed Conflicts:
    	.gitignore
    	include/boost/math/constants/constants.hpp
    	include/boost/math/policies/error_handling.hpp
    	include/boost/math/policies/policy.hpp
    	include/boost/math/special_functions/detail/bernoulli_details.hpp
    	include/boost/math/special_functions/detail/fp_traits.hpp
    	include/boost/math/special_functions/detail/gamma_inva.hpp
    	include/boost/math/special_functions/detail/igamma_inverse.hpp
    	include/boost/math/special_functions/detail/polygamma.hpp
    	include/boost/math/special_functions/detail/unchecked_factorial.hpp
    	include/boost/math/special_functions/digamma.hpp
    	include/boost/math/special_functions/gamma.hpp
    	include/boost/math/special_functions/log1p.hpp
    	include/boost/math/special_functions/pow.hpp
    	include/boost/math/special_functions/powm1.hpp
    	include/boost/math/special_functions/trigamma.hpp
    	include/boost/math/special_functions/trunc.hpp
    	include/boost/math/tools/config.hpp
    	include/boost/math/tools/convert_from_string.hpp
    	include/boost/math/tools/roots.hpp
    jzmaddock committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4733115 View commit details
    Browse the repository at this point in the history