-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare for the 1.7.0 release #183
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this had to improve since on systems without clang++ (but perhaps clang++-17) clang would not be found at all.
`-` in roff source doesn't always produce ASCII dash, producing Unicode dashes (`e2 80 90`) on some terminals. Copy-pasting the code from the man page to the terminal, would not produce the correct characters syntax errors. For instance, `find <Unicode dash>type d`. Kept places where a dash (opp. a literal ASCII hyphen) was semantically correct.
Co-authored-by: Dan Church <amphetamachine@gmail.com>
- update actions versions - only build on pull request - add missing compilers, so I know when backwards compatibility is broken
otherwise the badges on the front page won't update
nothing requires C++17 yet.
…nto an assert credit to github user @trollkarlen for finding this. changed it to an assert since it should be caught in CI if it ever happens. while doing that, I detected that the unit test was not sufficient to cover the assert. the only consequence was that with SHA512 as checksum, an alarming output was printed. there was no missed/false duplicate detection.
add yamllint and workflow Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
enable shellcheck tests in do_shellcheck.sh Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
enable shellcheck tests for these files in do_shellcheck.sh Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
add all files to do_yamllint.sh Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
add the argument to change buffer size of checksum calculation, may increase speed on some checksum algorithms and disk types. Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
add a very very fast non cryptographic checksumming library https://xxhash.com Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.