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

range to range raw #576

Merged
merged 47 commits into from
Dec 14, 2021
Merged

range to range raw #576

merged 47 commits into from
Dec 14, 2021

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    d012560 View commit details
    Browse the repository at this point in the history
  2. Replace prefix() + range() by prefix_de() + range_raw()

    Remove prefix()
    maurolacy committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c7d1723 View commit details
    Browse the repository at this point in the history
  3. Replace sub_prefix() + range() by sub_prefix_de() + range_raw()

    Remove sub_prefix()
    maurolacy committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    7069f39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    376cc58 View commit details
    Browse the repository at this point in the history
  5. Rename keys to keys_raw

    maurolacy committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e047a90 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Rename range to range_raw

    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    d0fd20e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d1855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57c470f View commit details
    Browse the repository at this point in the history
  4. Replace prefix() + range() by prefix_de() + range_raw() in unique index

    Remove UniqueIndex::prefix()
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    249b35f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2b64b8 View commit details
    Browse the repository at this point in the history
  6. Replace prefix() + range() by prefix_de() + range_raw() in multi index

    Remove MultiIndex::prefix()
    Adjust MultiIndex::no_prefix() trait bounds
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    40a587f View commit details
    Browse the repository at this point in the history
  7. Replace sub_prefix() + range() by sub_prefix_de() + range_raw() in mu…

    …lti index
    
    Remove MultiIndex::sub_prefix
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    a2112ab View commit details
    Browse the repository at this point in the history
  8. Remove Prefix::range

    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    69d2604 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6e1926 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    938b897 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e1af08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3542f03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6fc2608 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a0d2eb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d582728 View commit details
    Browse the repository at this point in the history
  16. Remove useless dereference

    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    2f6b4cb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bb3137c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e06eb14 View commit details
    Browse the repository at this point in the history
  19. Rename prefix_/prefix_range_/keys_/range_de to prefix/prefix_range/ke…

    …ys/range in SnapshotMap
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    fb36916 View commit details
    Browse the repository at this point in the history
  20. Rename prefix_/prefix_range_/keys_/range_de to prefix/prefix_range/ke…

    …ys/range in IndexedMap
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    32c0aae View commit details
    Browse the repository at this point in the history
  21. Rename prefix_/prefix_range_/keys_/range_de to prefix/prefix_range/ke…

    …ys/range in IndexedSnapshotMap
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    4db106f View commit details
    Browse the repository at this point in the history
  22. Rename prefix_/prefix_range_/keys_/range_de to prefix/prefix_range/ke…

    …ys/range in UniqueIndex
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    d835665 View commit details
    Browse the repository at this point in the history
  23. Rename prefix_/prefix_range_/keys_/range_de to prefix/prefix_range/ke…

    …ys/range in MultiIndex
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    72a2f4a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b2f46bc View commit details
    Browse the repository at this point in the history
  25. Rename no_prefix to no_prefix_raw, no_prefix_de to no_prefix in

    IndexedMap for consistency
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    7d7f425 View commit details
    Browse the repository at this point in the history
  26. Rename no_prefix to no_prefix_raw, no_prefix_de to no_prefix in

    SnapshotMap for consistency
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    1f1a87a View commit details
    Browse the repository at this point in the history
  27. Rename no_prefix to no_prefix_raw, no_prefix_de to no_prefix in

    IndexedSnapshotMap for consistency
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    42d5db9 View commit details
    Browse the repository at this point in the history
  28. Rename no_prefix to no_prefix_raw, no_prefix_de to no_prefix in

    UniqueIndex for consistency
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b37f1eb View commit details
    Browse the repository at this point in the history
  29. Rename no_prefix to no_prefix_raw, no_prefix_de to no_prefix in

    MultiIndex for consistency
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    e7aabea View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ed513e6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8f00fb3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    64f3a33 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3b4ba15 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d0d7c59 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3c78f51 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c5eba5b View commit details
    Browse the repository at this point in the history
  37. Replace range_raw() + deserialization by range()

    Refactor raw_range iterator
    maurolacy committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    5f9da6b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f04f1f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    ae2537c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0365f View commit details
    Browse the repository at this point in the history
  3. Adjust indexes comments

    maurolacy committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    200948f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4181f54 View commit details
    Browse the repository at this point in the history