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

cmake: Switch to libsecp256k1 upstream build system #192

Merged
merged 8 commits into from
Jun 30, 2024

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    f0aec78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3134b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    469e1ad View commit details
    Browse the repository at this point in the history
  4. cmake: Pass to secp256k1 build system only sanitizer flags

    This change mirrors behavior in the master branch.
    hebasto committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    65f15d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdd843a View commit details
    Browse the repository at this point in the history
  6. cmake: Reorder subdirectories

    This change ensures that both summaries—secp256k1's and Bitcoin Core's—
    are displayed without interleaving of the `find_package(Doxygen)` output
    from the `doc` subdirectory.
    hebasto committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    70ec2d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfe7c4d View commit details
    Browse the repository at this point in the history
  8. cmake: Run secp256k1 tests

    hebasto committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    458d54c View commit details
    Browse the repository at this point in the history