Skip to content

Parse non byte aligned number - #17

Merged
LinuxDevon merged 14 commits into
LinuxDevon:masterfrom
Murmele:parseNonByteAlignedNumber
Aug 1, 2023
Merged

Parse non byte aligned number#17
LinuxDevon merged 14 commits into
LinuxDevon:masterfrom
Murmele:parseNonByteAlignedNumber

Conversation

@Murmele

@MurmeleMurmele commented Feb 16, 2023

Copy link
Copy Markdown
Contributor

@Murmele
Murmeleforce-pushed the parseNonByteAlignedNumber branch from 19d3e04 to 2f50209CompareFebruary 16, 2023 16:57
@LinuxDevon

Copy link
Copy Markdown
Owner

@Murmele do you need this in the release before I make it?

@Murmele

Copy link
Copy Markdown
ContributorAuthor

Yes please :)

@Murmele

Murmele commented Jul 27, 2023

Copy link
Copy Markdown
ContributorAuthor

I will rebase it, then you can merge it. I will let you know when I am ready.
Thank you!

Murmele added 13 commits July 28, 2023 22:47
Reason: When shifting to the left, but the number of bits is not 64, the shift will not shift enough so bits of the next byte might be also in v. With this masking they can be removed
Reason: When including the project with FetchContent into a cmake project the headers are just needed for building, so the headers are not needed to be installed. In this case ignore them
Reason: With it the source can be included directly and it does not install the header files
@Murmele
Murmeleforce-pushed the parseNonByteAlignedNumber branch from ca69d0d to 0de0d34CompareJuly 29, 2023 13:02
@Murmele
Murmele marked this pull request as ready for review July 30, 2023 09:09
@Murmele

Copy link
Copy Markdown
ContributorAuthor

I tested with labplot and it looks good! Thanks for merging!

@LinuxDevonLinuxDevon left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate the work here! Appologize for the delay again. I think the release flow is broken so I will just give it a tag for now and work on an official release when I get some time and motivation.

@LinuxDevon
LinuxDevon merged commit 0f3b22b into LinuxDevon:masterAug 1, 2023
@Murmele

Copy link
Copy Markdown
ContributorAuthor

@LinuxDevon don't worry. Thanks for merging! I will update in Labplot to your release 😊

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Murmele@LinuxDevon