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 FileStream and HiCFileWriter to be more robust against data races #275

Closed
wants to merge 33 commits into from

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    7a005a5 View commit details
    Browse the repository at this point in the history
  2. Update and add new tests

    robomics committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2c72854 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    22a744a View commit details
    Browse the repository at this point in the history
  2. Bugfix

    robomics committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    23e0c83 View commit details
    Browse the repository at this point in the history
  3. Fix deadlock

    robomics committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b22cb35 View commit details
    Browse the repository at this point in the history
  4. Bugfix

    robomics committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fb8ac8f View commit details
    Browse the repository at this point in the history
  5. Bugfix

    robomics committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    301232f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    b707cd0 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    robomics committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    64cf8db View commit details
    Browse the repository at this point in the history
  3. Bugfix

    robomics committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0e64bf6 View commit details
    Browse the repository at this point in the history
  4. wip

    robomics committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    58303bc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    6c7fa4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    211c1f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1b2ad View commit details
    Browse the repository at this point in the history
  4. Remove debug code

    robomics committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    408168c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87f632e View commit details
    Browse the repository at this point in the history
  6. Remove debug code

    robomics committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    df8ae61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dbf807 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ce28c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    f5c77e8 View commit details
    Browse the repository at this point in the history
  2. Address clang-tidy warnings

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9113936 View commit details
    Browse the repository at this point in the history
  3. Fix builds on old compilers

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c861954 View commit details
    Browse the repository at this point in the history
  4. Fix windows builds

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    253ff45 View commit details
    Browse the repository at this point in the history
  5. Fix GCC8 builds

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9e42b73 View commit details
    Browse the repository at this point in the history
  6. Fix clang8 builds

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3fdea6d View commit details
    Browse the repository at this point in the history
  7. Fix macOS builds

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8fb1a24 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5932f16 View commit details
    Browse the repository at this point in the history
  9. Fix clang8 builds

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8ec3f9e View commit details
    Browse the repository at this point in the history
  10. Fix windows builds

    robomics committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    103a22f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Bugfix

    robomics committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    839c52a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c89a55 View commit details
    Browse the repository at this point in the history
  3. Fix mysterious compilation error on Windows

    I have no clue why this code stopped compiling all of a sudden.
    robomics committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fc54d9a View commit details
    Browse the repository at this point in the history
  4. Fix tests on Windows

    robomics committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c854b2b View commit details
    Browse the repository at this point in the history