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

refactor: don't store torrent hashes in QStrings #1428

Merged
merged 3 commits into from
Sep 7, 2020

Commits on Sep 7, 2020

  1. refactor: keep torrent hash in std::array<char,20>

    This lets replace the hashString QString allocation with a compile-time
    array that's included in sizeof the Torrent struct that owns it.
    ckerr committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    3e50c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ab43b View commit details
    Browse the repository at this point in the history
  3. chore: make clang-tidy happy

    ckerr committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c3a5585 View commit details
    Browse the repository at this point in the history