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

S3select: replacing a "naked loop" with std::copy_n #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 31, 2020

  1. S3select: replacing a "naked loop" with std::copy_n

    ... and fixing some extra copying
    
    Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
    ronen-fr committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    6c6d996 View commit details
    Browse the repository at this point in the history
  2. S3select: cleaning clang-tidy warnings

    const-correctness, overrides, extra copying, ...
    
    Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
    ronen-fr committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    62320d6 View commit details
    Browse the repository at this point in the history
  3. s3select:clang-tidying of s3select_oper.h

    ... and some undoing of formatting changes
    
    (and rebasing...)
    
    Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
    ronen-fr committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    9b6c158 View commit details
    Browse the repository at this point in the history