8000 Comparing v0.12.3...v0.12.4 · mhx/dwarfs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mhx/dwarfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.3
Choose a base ref
...
head repository: mhx/dwarfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.4
Choose a head ref
  • 20 commits
  • 28 files changed
  • 1 contributor

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    26ac7a8 View commit details
    Browse the repository at this point in the history
  2. chore: update folly/fbthrift

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    418e35b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7a91bc View commit details
    Browse the repository at this point in the history
  4. chore: update folly/fbthrift

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    2e485d6 View commit details
    Browse the repository at this point in the history
  5. chore: update vcpkg.json

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    8b53b37 View commit details
    Browse the repository at this point in the history
  6. fix: workaround weird MSVC bug

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    ff3e370 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a4fac1 View commit details
    Browse the repository at this point in the history
  8. build: more vcpkg.json tweaks

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    cce108a View commit details
    Browse the repository at this point in the history
  9. chore: update libraries

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    bf1e0fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2151f6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d97569 View commit details
    Browse the repository at this point in the history
  12. fix(filesystem_writer): segfault on bad_compression_ratio_error

    When recompressing a filesystem where some blocks cannot be compressed
    using the selected algorithm because of a `bad_compression_ratio_error`,
    the resulting `block` was left empty after the refactoring done in
    06f8728. It's a really easy fix, pretty much just doing what the code
    did before the refactor: initialize `block` with the decompressed data
    before attempting to compress it. Since `clang-format` reformatted the
    whole lambda after the change, I've pulled the lamdba body out into a
    separate function, which makes this change much bigger than it is.
    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    246d070 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05652ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    612fc42 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c61ddf9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c4598bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73fdfc8 View commit details
    Browse the repository at this point in the history
  18. chore: sync fsst from upstream

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    388a660 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b67d6c4 View commit details
    Browse the repository at this point in the history
  20. chore: update change log

    mhx committed May 14, 2025
    Configuration menu
    Copy the full SHA
    3af8c59 View commit details
    Browse the repository at this point in the history
Loading
0