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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ce27b779c6af76324c33fa37055f3e79ce9d31fe
Select Git revision
Branches
2
cmp_tool-improvement
master
default
protected
Tags
10
v0.15
v0.14
v0.13
v0.12
v0.11
v0.09
v0.08
v0.07
v0.06
v0.05
12 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
Sep
19
24
Aug
22
14
13
12
9
31
Jul
17
Jun
6
2
May
18
Apr
17
4
18
Mar
17
16
15
13
12
11
8
16
Jan
15
27
Nov
15
13
9
8
7
25
Oct
10
Aug
29
Jun
28
16
May
15
11
2
26
Apr
25
24
17
14
12
28
Mar
27
20
1
30
Jan
12
Dec
22
Nov
21
18
17
16
15
14
11
3
21
Oct
7
5
3
30
Sep
29
27
26
20
8
2
1
12
Jul
8
Jun
31
May
23
Mar
22
17
15
17
Feb
14
11
26
Jan
25
20
19
18
13
Dec
17
Nov
16
20
Oct
5
28
Apr
27
23
Update Doxygen configuration and comments
Refactor: Remove commented-out code from decmp.c
Add unit tests to improve code coverage
Refactor: enhance chunk compression parameter documentation
Refactor: Renamed CMP_ERROR_SMALL_BUF_ to CMP_ERROR_SMALL_BUFFER
Refactor: Change return type of compress_like_rdcu from int32_t to uint32_t
Refactor: Replace switch-case with if-else to improve branch coverage
Adding test cases to improve the code coverage of the compression code
Refactor: Enhance input parameter validation
Fix: Corrected size calculation when `dst` is NULL in `compress_chunk()`
Fix small typos
Improve documentation about generation coverage report
Refactor: add const qualifiers for (de)compression
Refactor: Replace dynamic max_used_bits struct with a constant definition
Refactor: chunk_round_trip() test
Refactor: Remove (de)compression from fast cadence data products
Refactor: Move cmp_bit_to_4byte() function
Increase test coverage
Refactor: validation functions
Fix be24_to_cpu function for big-endian systems
Refactor: Remove unused functions
Refactor: Remove deprecated ICU compression interface
Refactor: Separate RDCU configuration into its own struct
Fix typos in various files
Fix typos
Under AArch64 macOS LeakSanitizer is not working
Fix timestamp calculation in cmp_tool Interface Test
Add github action to compile with Werror and run tests
Suppress unaligned cast warning in decmp.c
Fix test_cmp_entity.c 32-bit build
Update maximum expected return value form read_file_data()
Fix strict-aliasing warnings in test_cmp_icu.c
Disable test_model_fiel_erros for windows
Fix type in str2uint8_arr and read_file_cmp_entity function
Fix: Add 'static' keyword to return_timestamp function
Fix may be used uninitialized warning
Merge branch 'fix_cmp_tool_chunk' into 'master'
v0.12
v0.12
Bump cmp_tool version number
Add test case for a chunk decompression with the cmp_tool
[cmp_tool_integration_test.py] Fix python test times
Loading