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

RangePolicy constructor updates from Release 4.3 #523

Merged
merged 8 commits into from
May 24, 2024

Commits on May 9, 2024

  1. Cleanup of RangePolicy

    Get rid of extraneous inline, const, etc.
    Fix parameters passed to ctors
    Fix return type of set_chunk_size()
    nliber committed May 9, 2024
    Configuration menu
    Copy the full SHA
    eba5ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c11b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfcd601 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    a5bd047 View commit details
    Browse the repository at this point in the history
  2. Removed pre-4.3 interface. The only difference was that the

    ctors were templated, but that only allowed passing
    ChunkSize multiple times
    nliber committed May 17, 2024
    Configuration menu
    Copy the full SHA
    daa13e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81d0e35 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a363a60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    460045f View commit details
    Browse the repository at this point in the history