Skip to content
Snippets Groups Projects
Commit e903a3f0 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Prepare version 0.11

parent 0512bbbd
Branches
Tags v0.11
No related merge requests found
# 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
......
...@@ -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
project('cmp_tool', 'c', project('cmp_tool', 'c',
version : '0.10-b.4', version : '0.11',
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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment