-
-
Notifications
You must be signed in to change notification settings - Fork 311
Semantic versioning update #5944
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
Merged
+93
−39
Merged
Changes from 10 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9fa89ff
Add instruction to verify library version compliance with sematic
lrknox 1bad14f
Committing clang-format changes
github-actions[bot] 3430a90
Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into seman…
lrknox de3e556
Merge branch 'semantic-versioning-update' of https://github.com/lrkno…
lrknox 3f90c2e
Updates to provide:
lrknox 2f0c195
Committing clang-format changes
github-actions[bot] ca59012
Update src/H5.c - fix typo
lrknox bfdb894
WILL_FAIL for the tcheck_version test doesn't need changing for release
lrknox ead3be0
Merge branch 'semantic-versioning-update' of https://github.com/lrkno…
lrknox 1cbd5c6
Escape < in text with \ to avoid html parsing error.
lrknox cf2fd38
fix typo
lrknox 67867cc
Add task to RELEASE_PROCESS to check that API compatibility macros do…
lrknox f0f259d
Merge branch 'semantic-versioning-update' of https://github.com/lrkno…
lrknox 7d5cc9d
Correction to backward condition to detect forward compatibilit usage.
lrknox aacbf34
Correct name and condition.
lrknox b9b6210
Add macros to list of updates make by running process_source.sh.
lrknox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are H5E header files enough for committing changes?
I can see other modifications:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
process_source.sh runs trace, make_err, make_vers, make_overflow to update H5E headers and macros for the release branch. This is everything except autoreconf that the autogen.sh script ran before. I've added the macro types to be updated to the sentence about running bin/process.sh.