cmdl-tool #45

Merged
Gregor Weiss merged 21 commits from cmdl-tool into feat/api 2024-11-07 15:40:29 +00:00

WIP until following features are added

  • decompression
  • analysis
  • helper function that reads bwc header
  • implement header info mode
WIP until following features are added - [x] decompression - [x] analysis - [x] helper function that reads bwc header - [x] implement header info mode
Patrick Vogler added 5 commits 2024-10-31 12:55:25 +00:00
Gregor Weiss was assigned by Patrick Vogler 2024-10-31 12:56:37 +00:00
Patrick Vogler added this to the Interfaces project 2024-10-31 12:56:52 +00:00
Patrick Vogler removed this from the Interfaces project 2024-10-31 12:57:15 +00:00
Gregor Weiss added 1 commit 2024-10-31 13:32:17 +00:00
Collaborator

Could we please avoid goto? Inlined function or macro would be a replacement for OUT.

Could we please avoid `goto`? Inlined function or macro would be a replacement for `OUT`.
Author
Owner

Using goto to cleanly exit a function is not an uncommon thing in C. Theoretically we could just abort the command line tool and not worry about the allocated resources but gracefully exiting main helps when using valgrind to find issues with the underlying library.

Using goto to cleanly exit a function is not an uncommon thing in C. Theoretically we could just abort the command line tool and not worry about the allocated resources but gracefully exiting main helps when using valgrind to find issues with the underlying library.
Gregor Weiss added 10 commits 2024-11-06 16:34:13 +00:00
Gregor Weiss added 1 commit 2024-11-07 09:33:08 +00:00
Gregor Weiss added 2 commits 2024-11-07 12:42:44 +00:00
Gregor Weiss added 2 commits 2024-11-07 15:32:43 +00:00
Gregor Weiss changed title from WIP: cmdl-tool to cmdl-tool 2024-11-07 15:38:09 +00:00
Gregor Weiss merged commit a2309b0ba2 into feat/api 2024-11-07 15:40:29 +00:00
Gregor Weiss deleted branch cmdl-tool 2024-11-07 15:40:29 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TOPIO/BigWhoop#45
No description provided.