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

Revival #2

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from
Draft

Revival #2

wants to merge 37 commits into from

Commits on Aug 28, 2024

  1. Formatting run

    jmcph4 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    946d3b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix book equality

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    de8e7b4 View commit details
    Browse the repository at this point in the history
  2. Make library

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    278ebd9 View commit details
    Browse the repository at this point in the history
  3. Apply Clippy fixes

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    41978a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    553178c View commit details
    Browse the repository at this point in the history
  5. Update gitignore

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f4dfdf1 View commit details
    Browse the repository at this point in the history
  6. Update deps

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ffae1ff View commit details
    Browse the repository at this point in the history
  7. Update CI

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f98a0d3 View commit details
    Browse the repository at this point in the history
  8. Add CODEOWNERS file

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2d65bed View commit details
    Browse the repository at this point in the history
  9. Bump license year

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e0c6a56 View commit details
    Browse the repository at this point in the history
  10. Add develop branch to CI

    jmcph4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e75058a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Refactor

    jmcph4 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cb4d903 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix unit tests for BTreeBook

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1a76a8c View commit details
    Browse the repository at this point in the history
  2. Add basic example

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    63ca4d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a218f94 View commit details
    Browse the repository at this point in the history
  4. Avoid module inception

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cff25ce View commit details
    Browse the repository at this point in the history
  5. Add example JSON blob

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    908c7f8 View commit details
    Browse the repository at this point in the history
  6. Impl order book display

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5aa5953 View commit details
    Browse the repository at this point in the history
  7. Provide example order flow

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6adb665 View commit details
    Browse the repository at this point in the history
  8. Add header

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    55b8efe View commit details
    Browse the repository at this point in the history
  9. Add banner to example

    jmcph4 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7a6e87c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Add histograms

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ca6602b View commit details
    Browse the repository at this point in the history
  2. Add Arbitrary

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    12e1ec4 View commit details
    Browse the repository at this point in the history
  3. lint

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6c8a482 View commit details
    Browse the repository at this point in the history
  4. Refactor matching logic

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c851e56 View commit details
    Browse the repository at this point in the history
  5. Clippy

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ebd5169 View commit details
    Browse the repository at this point in the history
  6. Add test

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a88d47a View commit details
    Browse the repository at this point in the history
  7. Remove example JSON

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    51f9f98 View commit details
    Browse the repository at this point in the history
  8. Add docs

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0d87f4a View commit details
    Browse the repository at this point in the history
  9. Add design document

    jmcph4 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6c05745 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    a9cb50b View commit details
    Browse the repository at this point in the history
  2. Fix mathematics typesetting

    jmcph4 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d2ff6e7 View commit details
    Browse the repository at this point in the history
  3. Missed one

    jmcph4 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    87ff54b View commit details
    Browse the repository at this point in the history
  4. Add benchmarks

    jmcph4 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3531521 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    89bf98b View commit details
    Browse the repository at this point in the history
  2. Add unit test

    jmcph4 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2ed03c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c773704 View commit details
    Browse the repository at this point in the history