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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
e903a3f0
Commit
e903a3f0
authored
2 years ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Prepare version 0.11
parent
0512bbbd
Branches
Branches containing commit
Tags
v0.11
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README.md
+3
-2
3 additions, 2 deletions
README.md
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
5 additions
and
4 deletions
CHANGELOG.md
+
1
−
1
View file @
e903a3f0
# Changelog
# Changelog
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## [
Unreleased]
## [
0.11] - 26-04-2023
### Added
### Added
-
add -b or --binary option for read and write files in binary format
-
add -b or --binary option for read and write files in binary format
-
add cross compile file for sparc
-
add cross compile file for sparc
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
2
View file @
e903a3f0
...
@@ -16,8 +16,7 @@ Compiled executables can be found [here](https://gitlab.phaidra.org/loidoltd15/c
...
@@ -16,8 +16,7 @@ Compiled executables can be found [here](https://gitlab.phaidra.org/loidoltd15/c
|
`-o <prefix>`
| Use the
`<prefix>`
for output files
<sup>
[
1
](
#fnote1
)
</sup>
|
|
`-o <prefix>`
| Use the
`<prefix>`
for output files
<sup>
[
1
](
#fnote1
)
</sup>
|
|
`-n, --model_cfg`
| Print a default model configuration and exit
<sup>
[
2
](
#fnote2
)
</sup>
|
|
`-n, --model_cfg`
| Print a default model configuration and exit
<sup>
[
2
](
#fnote2
)
</sup>
|
|
`--diff_cfg`
| Print a default 1d-differencing configuration and exit
<sup>
[
2
](
#fnote2
)
</sup>
|
|
`--diff_cfg`
| Print a default 1d-differencing configuration and exit
<sup>
[
2
](
#fnote2
)
</sup>
|
|
`--binary`
| Read and write files in binary format |
|
`-b, --binary`
| Read and write files in binary format |
|
`--no_header`
| Do not add a compression entity header in front of the compressed data |
|
`-a, --rdcu_par`
| Add additional RDCU control parameters |
|
`-a, --rdcu_par`
| Add additional RDCU control parameters |
|
`-V, --version`
| Print program version and exit |
|
`-V, --version`
| Print program version and exit |
|
`-v, --verbose`
| Print various debugging information |
|
`-v, --verbose`
| Print various debugging information |
...
@@ -34,6 +33,7 @@ and **buffer_length** parameter is set to **0**!
...
@@ -34,6 +33,7 @@ and **buffer_length** parameter is set to **0**!
|
`-c <file>`
| File containing the compressing configuration |
|
`-c <file>`
| File containing the compressing configuration |
|
`-d <file>`
| File containing the data to be compressed |
|
`-d <file>`
| File containing the data to be compressed |
|
`-m <file>`
| File containing the model of the data to be compressed |
|
`-m <file>`
| File containing the model of the data to be compressed |
|
`--no_header`
| Do not add a compression entity header in front of the compressed data |
|
`--rdcu_pkt`
| Generate RMAP packets for an RDCU compression
<sup>
[
3
](
#fnote3
)
</sup>
|
|
`--rdcu_pkt`
| Generate RMAP packets for an RDCU compression
<sup>
[
3
](
#fnote3
)
</sup>
|
|
`--last_info <.info file>`
| Generate RMAP packets for an RDCU compression with parallel read of the last results |
|
`--last_info <.info file>`
| Generate RMAP packets for an RDCU compression with parallel read of the last results |
...
@@ -133,3 +133,4 @@ Instructions on how to perform compression without headers can be found [here](h
...
@@ -133,3 +133,4 @@ Instructions on how to perform compression without headers can be found [here](h
And also check if the updated model is the same
And also check if the updated model is the same
`diff compressed/data2_upmodel.dat decompressed/test_data2_upmodel.dat`
`diff compressed/data2_upmodel.dat decompressed/test_data2_upmodel.dat`
j
\ No newline at end of file
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
e903a3f0
project
(
'cmp_tool'
,
'c'
,
project
(
'cmp_tool'
,
'c'
,
version
:
'0.1
0-b.4
'
,
version
:
'0.1
1
'
,
meson_version
:
'>= 0.56'
,
meson_version
:
'>= 0.56'
,
license
:
'GPL-2.0'
,
license
:
'GPL-2.0'
,
default_options
:
[
'warning_level=3'
,
'c_std=gnu99'
]
default_options
:
[
'warning_level=3'
,
'c_std=gnu99'
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment