-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
H5TS_win32_thread_exit #396
Merged
Merged
Changes from 91 commits
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
23e0df3
OESS-98 convert plugin option to FetchContent, add tests
byrnHDF 84293f5
Fixes for pkcfg files because of plugin option
byrnHDF 544bd61
OESS-98 fix tools test for plugins
byrnHDF ffb182f
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 2561b6b
Keep doxygen comments under 100 chars long - format hint
byrnHDF 1c73615
Whitespace
byrnHDF b71a853
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF b68973c
HDFFV-11144 - Reclassify CMake messages
byrnHDF f64497d
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF c854ffe
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 0f90d26
HDFFV-11099/11100 added help text
byrnHDF 20757d6
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF d161733
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF f03b095
Reworked switch statement to compare string instead
byrnHDF bd52065
Fix typo
byrnHDF 238c060
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF f12b2ae
Update CDash mode
byrnHDF 673aac8
Correct name of threadsafe
byrnHDF 97df6db
Correct option name
byrnHDF e48f758
Undo accidental commit
byrnHDF 2f364d8
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF f42f02b
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 5b48b33
Note LLVM 10 to 11 format default changes
byrnHDF 9927372
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF ad61d57
Update format plugin
byrnHDF 613bc7a
Undo clang-format version 11 changes
byrnHDF 0114098
One more correction
byrnHDF a685efa
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 78f25ac
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 1899ba6
Update supported platforms
byrnHDF 28d6d63
Revert whitespace changes
byrnHDF f1a0239
Correct whitespace
byrnHDF b656722
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 1c9eaf4
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF f85f7da
Changes from PR#3
byrnHDF 464d08e
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 34ad32c
HDFFV-11213 added option to control gcc10 warnings diagnostics
byrnHDF d6db05b
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into
byrnHDF 264caff
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 9b42150
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 4569d39
HDFFV-11212 Use the new references correctly in JNI utility and tests
byrnHDF 4a2865c
format source
byrnHDF 1a2dc75
Fix typo
byrnHDF 23679fa
Add new test file
byrnHDF 232426b
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 020a40c
HDFFV-11212 - update test and remove unused arg
byrnHDF 2352972
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 5806658
Minor non-space formatting changes
byrnHDF 83b619f
Use H5I_INVALID_ID instead of "-1"
byrnHDF fbf97be
source formatting
byrnHDF ea94075
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 797a6c2
add missing testfile, update jni function
byrnHDF 32d6ee9
Undo commit of debug code
byrnHDF 71c4557
remove mislocated file
byrnHDF 2c6df43
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 66d54a9
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 08c7738
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 46c620f
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF a4132c8
Fix h5repack test for handling of fapls and id close
byrnHDF 498d7ec
Update h5diff test files usage text
byrnHDF 82ff537
HDFFV-11212 add new ref tests for JNI export dataset
byrnHDF 7e81307
src format update
byrnHDF 4bda56f
Remove blank line typo
byrnHDF 25884a6
src format typo
byrnHDF 07d8cf2
long double requires %Lg
byrnHDF 8735c2a
Another long double foramt specifer S.B. %Lg
byrnHDF 140aca0
issue with t128bit test
byrnHDF c790f17
Windows issue with h5dump and type.
byrnHDF eb3f7cc
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 76d4fba
Fix review issues
byrnHDF 7b96c23
refactor function nesting and fix error checks
byrnHDF 90bb747
format fixes
byrnHDF 321b926
Remove untested functions and javadoc quiet comments
byrnHDF 2d40134
Restore TRY block.
byrnHDF b8cda57
Change string append errors to memory exception
byrnHDF ec3c879
revert to H5_JNI_FATAL_ERROR - support functions need work
byrnHDF 0a56190
Add assertion error for h5util functions
byrnHDF 282ac70
remove duplicate function
byrnHDF 9eae4f5
format fix
byrnHDF a3d7f13
Revert HD function error handling
byrnHDF 3ea3719
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 2a71393
Update copyright comments
byrnHDF 68d7443
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF dab6971
GH #386 java folder copyright corrections
byrnHDF bfa3508
Whitespace
byrnHDF b42646f
GH #359 implement and fix tools 1.6 API usage
byrnHDF f10a3a1
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 6d17d6f
remove excessive comments
byrnHDF a9bd5ba
Flip inits to correct ifdef section
byrnHDF 7037609
rework ifdef to be simpler
byrnHDF 9e7b3d7
format issue
byrnHDF d76e848
Reformat ifdef inits
byrnHDF 49e5203
remove static attribute
byrnHDF 53a1528
format compliance
byrnHDF bb01c7b
Update names
byrnHDF 70a7b81
Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into d…
byrnHDF 97ed2a4
Revert because logic relies on float not being int
byrnHDF 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
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.
Definitely not a fan of this format. I'd just duplicate the variable declaration, as is done below.
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.
I missed that one - but with 4 instances it was way too busy and the formatter insisted on tabs making it look wierder.
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.
I think the problem I had was the original had some comments that just made it looked messy!
Updated with better.
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.
Is the static attribute okay? I think I accidentally used the H5TS_key_t H5TS_cancel_key_s section as a template.
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.
Never mind - the action check told me!
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.
okay format is weird - but that's what it wants.