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

various manual cleanups #2278

Merged
merged 8 commits into from
Jul 24, 2022
Merged

various manual cleanups #2278

merged 8 commits into from
Jul 24, 2022

Commits on Jul 13, 2022

  1. clang-tidy: use '' for find

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e03a079 View commit details
    Browse the repository at this point in the history
  2. fix some gcc -Weffc++ warnings

    Mostly deleted member functions
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    08ce5b4 View commit details
    Browse the repository at this point in the history
  3. find_if conversion

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6c9ecc5 View commit details
    Browse the repository at this point in the history
  4. find_if and lambda conversions

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8c3d852 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. use some auto

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f700781 View commit details
    Browse the repository at this point in the history
  2. make upper the same as lower

    Small cleanup
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c592598 View commit details
    Browse the repository at this point in the history
  3. const ref conversions

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    17740f8 View commit details
    Browse the repository at this point in the history
  4. remove pointless &*

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    36ad8f9 View commit details
    Browse the repository at this point in the history