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

support decompressing fixed huffman blocks #124

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

Commits on Mar 10, 2024

  1. support decompressing fixed huffman blocks

    Change-Id: I5a30394b46e113595336e89c954e03d3acb120fe
    garymm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6943db7 View commit details
    Browse the repository at this point in the history
  2. copy_n to copy_from_before

    Change-Id: I9322af2674ab583f3cdb286ea06385587bacf670
    garymm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6983463 View commit details
    Browse the repository at this point in the history
  3. extract parse_lit_or_len

    Change-Id: Ib2a9cccc5df211363b2083b01d46043b329cd025
    garymm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f5faa04 View commit details
    Browse the repository at this point in the history
  4. move pop_n to decompress.cpp

    Change-Id: I5ec6e616b5ec5d33fb221e196fd9976702175bf8
    garymm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    58f3d2e View commit details
    Browse the repository at this point in the history
  5. use bitsize(), make things private again

    Change-Id: Ib720fb2b200a72d54bae4246a42524ec9b1444b7
    garymm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c4416b7 View commit details
    Browse the repository at this point in the history
  6. move things from header to .cpp to make gcc happy

    Change-Id: I5c8a4f4c56f25ebe37a21caea97312309e19729c
    garymm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b29aaf3 View commit details
    Browse the repository at this point in the history