-
- Downloads
add compression configuration guessing feature
if samples or buffer_length is 0, the tools try now tool to find a plausible vaule for the parameters some code refactoring add more verbose error messages small bug fixes added feature to guess the compression configuration some code restructuring added more detailed error messages small bug fixes
parent
ed7c7796
No related branches found
No related tags found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
Showing
- CHANGELOG.md 5 additions, 0 deletionsCHANGELOG.md
- Makefile 14 additions, 1 deletionMakefile
- README.md 105 additions, 66 deletionsREADME.md
- cmp_tool.c 311 additions, 198 deletionscmp_tool.c
- include/cmp_guess.h 38 additions, 0 deletionsinclude/cmp_guess.h
- include/cmp_icu.h 5 additions, 0 deletionsinclude/cmp_icu.h
- include/cmp_support.h 3 additions, 0 deletionsinclude/cmp_support.h
- include/cmp_tool_lib.h 7 additions, 7 deletionsinclude/cmp_tool_lib.h
- lib/cmp_data_types.c 5 additions, 12 deletionslib/cmp_data_types.c
- lib/cmp_guess.c 319 additions, 0 deletionslib/cmp_guess.c
- lib/cmp_icu.c 42 additions, 53 deletionslib/cmp_icu.c
- lib/cmp_support.c 28 additions, 7 deletionslib/cmp_support.c
- lib/cmp_tool_lib.c 246 additions, 151 deletionslib/cmp_tool_lib.c
include/cmp_guess.h
0 → 100644
lib/cmp_guess.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment