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

move things from header to .cpp to make gcc happy

b29aaf3
Select commit
Loading
Failed to load commit list.
Open

support decompressing fixed huffman blocks #124

move things from header to .cpp to make gcc happy
b29aaf3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 10, 2024 in 0s

65.54% of diff hit (target 82.40%)

View this Pull Request on Codecov

65.54% of diff hit (target 82.40%)

Annotations

Check warning on line 38 in huffman/src/decode.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

huffman/src/decode.hpp#L27-L38

Added lines #L27 - L38 were not covered by tests

Check warning on line 74 in huffman/src/decode.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

huffman/src/decode.hpp#L74

Added line #L74 was not covered by tests

Check warning on line 126 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 153 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 161 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L161

Added line #L161 was not covered by tests

Check warning on line 167 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 177 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 181 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 188 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L187-L188

Added lines #L187 - L188 were not covered by tests

Check warning on line 191 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 196 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L196

Added line #L196 was not covered by tests

Check warning on line 258 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L257-L258

Added lines #L257 - L258 were not covered by tests