Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Merge requests
!2
added feature to guess the compression configuration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
added feature to guess the compression configuration
guess_good_cmp_pars
into
master
Overview
0
Commits
11
Changes
1
Merged
added feature to guess the compression configuration
Dominik Loidolt
requested to merge
guess_good_cmp_pars
into
master
Nov 16, 2021
Overview
0
Commits
11
Changes
1
if samples = 0 the cmp_tool counts the samples in the data file and uses them
if buffer_length = 0 the 2*samples parameter is used as buffer_length
added feature to guess the compression configuration
some code refactoring
added more detailed error messages
small bug fixes
0
0
Merge request reports
Viewing commit
ccd4519e
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ccd4519e
The folder test/cmp_tool should not be ignored
· ccd4519e
Dominik Loidolt
authored
Nov 16, 2021
.gitignore
+
1
−
0
View file @ ccd4519e
Edit in single-file editor
Open in Web IDE
Show full file
### C ###
# Executables
cmp_tool
!test/cmp_tool
# Prerequisites
*.d
Loading