-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
C++ warning and build fixes #707
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
ba9deae
Committing clang-format changes
github-actions[bot] 00f9750
Merge remote-tracking branch 'canonical/develop' into develop
e997283
Merge remote-tracking branch 'canonical/develop' into develop
3eac585
Merge remote-tracking branch 'canonical/develop' into develop
71643b7
Merge remote-tracking branch 'canonical/develop' into develop
d242911
Merge remote-tracking branch 'canonical/develop' into develop
bc70f95
Merge remote-tracking branch 'canonical/develop' into develop
3d7ad8e
Merge remote-tracking branch 'canonical/develop' into develop
aeb16b7
Merge branch 'develop' of https://github.com/derobins/hdf5 into develop
765cb5b
Merge remote-tracking branch 'canonical/develop' into develop
18401fc
Merge remote-tracking branch 'canonical/develop' into develop
222242c
Merge branch 'develop' of https://github.com/derobins/hdf5 into develop
8d0cafa
Merge remote-tracking branch 'canonical/develop' into develop
d3694d1
Merge remote-tracking branch 'canonical/develop' into develop
1c7bcc2
Merge remote-tracking branch 'canonical/develop' into develop
70551e3
Merge remote-tracking branch 'canonical/develop' into develop
2dfc7db
Merge remote-tracking branch 'canonical/develop' into develop
71d2fbf
Merge remote-tracking branch 'canonical/develop' into develop
c8925f8
Merge remote-tracking branch 'canonical/develop' into develop
dd3e970
Merge branch 'develop' of https://github.com/derobins/hdf5 into develop
bb61990
Merge remote-tracking branch 'canonical/develop' into develop
2c2b368
Merge remote-tracking branch 'canonical/develop' into develop
be2ada6
Merge remote-tracking branch 'canonical/develop' into develop
439f3a8
Merge remote-tracking branch 'canonical/develop' into develop
649aa9b
Merge remote-tracking branch 'canonical/develop' into develop
3fa627f
Merge remote-tracking branch 'canonical/develop' into develop
0df36ec
Merge remote-tracking branch 'canonical/develop' into develop
d65c841
Merge remote-tracking branch 'canonical/develop' into develop
fc7eb21
Merge branch 'develop' of https://github.com/derobins/hdf5 into develop
130d491
Merge remote-tracking branch 'canonical/develop' into develop
544b320
Merge remote-tracking branch 'canonical/develop' into develop
bb66bb1
Merge remote-tracking branch 'canonical/develop' into develop
0c87055
Merge remote-tracking branch 'canonical/develop' into develop
33ca480
Merge remote-tracking branch 'canonical/develop' into develop
8f9fffa
Merge remote-tracking branch 'canonical/develop' into develop
a0fe592
Merge remote-tracking branch 'canonical/develop' into develop
92d5fcf
Merge remote-tracking branch 'canonical/develop' into develop
8e71a0e
Merge branch 'develop' of https://github.com/derobins/hdf5 into develop
f740f2e
Merge remote-tracking branch 'canonical/develop' into develop
802519c
Merge remote-tracking branch 'canonical/develop' into develop
527af61
Merge remote-tracking branch 'canonical/develop' into develop
6c0e1db
Merge remote-tracking branch 'canonical/develop' into develop
1b5c01d
C++ build and warning updates
4c3fee0
Undo warning clobber
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 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 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 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 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 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 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 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 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 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 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 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 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
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.
This is no longer true. C++11 adds additional functionality on top of offset(), so it will always be present.