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

Enforce levelization in libxrpl with CMake #5111

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Aug 28, 2024

  1. Enforce levelization with CMake

    Define each "module" of libxrpl as a separate OBJECT library in CMake.
    Link each one only to modules of a lower level.
    Then link all of them into libxrpl itself.
    thejohnfreeman committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e364dbd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 19, 2024

  1. Merge branch 'develop'

    thejohnfreeman committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1368e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    e0f3c56 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    thejohnfreeman committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cbdd49f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    947440a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge branch 'develop'

    thejohnfreeman committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    529af81 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    thejohnfreeman committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0929033 View commit details
    Browse the repository at this point in the history