summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2438 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Larry Knox2020-03-043-13/+55
|\ | | | | | | | | | | | | hdf5_1_10 * commit '837c9240d90cb36c1c864b110f67b0b105d4f479': Correct test script for errstack
| * Correct test script for errstackAllen Byrne2020-03-043-13/+55
|/
* Merge pull request #2435 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-03-04218-7183/+7824
|\ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '88082cce109b27efb885971fca87224e16b62879': Remove system command from valgrind reports Fix h5ls attrreg Fixed region refs h5dump object reference fixed Updated reference code Fix gif2h5 tool build on windows Merge CMake and tools changes from develop
| * Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
| |
| * Fix h5ls attrregAllen Byrne2020-03-012-11/+44
| |
| * Fixed region refsAllen Byrne2020-03-011-4/+59
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-03-013-9/+29
| |\ | |/ |/| | | | | | | | | | | * commit '42106363903e7a7d4a0c2cd1b38aad9a54f2eeff': Fixed configure issue when building HDF5 with NAG Fortran 7.0. Fixed issue building HDF5 with NAG Fortran 7.0. revert type cast Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
* | Merge pull request #2432 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/type_cast_10 to ↵Kimmy Mu2020-02-291-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'a0881fa1cfbb735a013581c53f8003a13fb0383a': revert type cast Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * | revert type castkmu2020-02-281-3/+3
| | |
| * | Merge branch 'hdf5_1_10' of https://git.hdfgroup.org/scm/~kmu/hdf5 into ↵kmu2020-01-100-0/+0
| |\ \ | | | | | | | | | | | | hdf5_1_10
| * | | Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
* | | | Merge pull request #2422 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to ↵Scot Breitenfeld2020-02-282-6/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '276c4fdbcc1baf0748a617f10eb8aaaec2154151': Fixed configure issue when building HDF5 with NAG Fortran 7.0. Fixed issue building HDF5 with NAG Fortran 7.0.
| * | | | Fixed configure issue when building HDF5 with NAG Fortran 7.0.M. Scot Breitenfeld2020-02-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | HDF5 now accounts for the addition of half-precision floating-point in NAG 7.0 with a KIND=16.
| * | | | Fixed issue building HDF5 with NAG Fortran 7.0.M. Scot Breitenfeld2020-02-281-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accounted for the additon of half precision floating-point with a KIND=16. HDFFV-11033
| | | | * h5dump object reference fixedAllen Byrne2020-03-013-108/+275
| | | | |
| | | | * Updated reference codeAllen Byrne2020-02-293-24/+102
| | | | |
| | | | * Fix gif2h5 tool build on windowsAllen Byrne2020-02-289-185/+188
| | | | |
| | | | * Merge CMake and tools changes from developAllen Byrne2020-02-27208-6960/+7265
| |_|_|/ |/| | |
* | | | Merge pull request #2382 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to ↵Scot Breitenfeld2020-02-192-2/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'c9c7c13d9459de6bb9f35f60a6efe8af8ae4e46c': update HDFFV-11029 Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size
| * | | update HDFFV-11029M. Scot Breitenfeld2020-02-181-1/+3
| | | |
| * | | Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_sizeM. Scot Breitenfeld2020-02-181-1/+1
|/ / /
* | | Merge pull request #2374 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-02-1250-887/+946
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '4ec2df9ac08f0c28eb32211c3cb0139a73f82981': Merge from dev, sanitizer, fortran, warnings and tools ids
| * | | Merge from dev, sanitizer, fortran, warnings and tools idsAllen Byrne2020-02-1150-887/+946
|/ / /
* | | Merge pull request #2359 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:hdf5_1_10 to ↵Jake Smith2020-02-101-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '3aeb449b43bcb38d0e61c6a7a6b1dacfc2a4b935': Fix improper signing key null check. (HDFFV-11015)
| * | | Fix improper signing key null check. (HDFFV-11015)Jacob Smith2020-02-071-2/+2
| | | |
* | | | Merge pull request #2368 in HDFFV/hdf5 from ~MYANG6/hdf5-develop:hdf5_1_10 ↵Muqun Yang2020-02-102-1/+18
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | to hdf5_1_10 * commit '04d4d9c93a824b7a860993fc217c9cc497ac5441': HDFFV-11014, fix the h5repack issue that misses a few attributes during the repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
| * | | HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵Muqun Yang2020-02-102-1/+18
|/ / / | | | | | | | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
* | | Merge pull request #2309 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-01-272-23/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '872f5afa1b813afb7a991eb2d7959683d4438f27': Add another warning variation Add unknown pragma warning ignore Correct CMake warnings to ignore Only use sanitizers with clang
| * | | Add another warning variationAllen Byrne2020-01-261-0/+1
| | | |
| * | | Add unknown pragma warning ignoreAllen Byrne2020-01-261-0/+1
| | | |
| * | | Correct CMake warnings to ignoreAllen Byrne2020-01-261-22/+3
| | | |
| * | | Only use sanitizers with clangAllen Byrne2020-01-261-1/+1
|/ / /
* | | Merge pull request #2287 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-01-2123-137/+1376
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '9a9f3649d262d4947b60c98ab1e2ce16ce21c82e': Add sanitizer files tools perform and hid_t init settings
| * | | Add sanitizer filesAllen Byrne2020-01-207-2/+1231
| | | |
| * | | tools perform and hid_t init settingsAllen Byrne2020-01-2016-135/+145
|/ / /
* | | Merge pull request #2282 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-01-2045-383/+505
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '4ef9c810483c21c99768959db58cb7b6d63ad1e1': Added new CMake options for tests
| * | | Added new CMake options for testsAllen Byrne2020-01-1945-383/+505
|/ / /
* | | Merge pull request #2277 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-01-193-40/+44
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '5bb153cc3b6b62e830f464bb66f0f0539ddd8517': HDFFV-11001 merge java locale from develop
| * | | HDFFV-11001 merge java locale from developAllen Byrne2020-01-173-40/+44
|/ / /
* | | Merge pull request #2268 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-01-142-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'de1cdbfd3bf3e5b8afefca9d3926d869625870ab': Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * | | Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-142-4/+4
|/ / / | | | | | | | | | | | | | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
* | | Merge pull request #2265 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-01-131-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '120ca605a7f208ac8bee7a59e660ce630f3aecb2': Ignore ZLIB warnings
| * | | Ignore ZLIB warningsAllen Byrne2020-01-131-0/+1
|/ / /
* | | Merge pull request #2257 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-01-1314-341/+527
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | hdf5_1_10 * commit '1501cacbdfdacda1f160e1698d9986553bfe9e92': Fix CMake test macros and perform standalone tests
| * | Fix CMake test macros and perform standalone testsAllen Byrne2020-01-1214-341/+527
|/ /
* | Merge pull request #2247 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_10 to hdf5_1_10Kimmy Mu2020-01-1044-100/+108
|\ \ | |/ | | | | | | | | * commit '6710ed5e0a03de50a5679c92437df82893da6813': merge intel warning fix Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * Merge branch 'hdf5_1_10' of https://git.hdfgroup.org/scm/~kmu/hdf5 into ↵kmu2020-01-0932-158/+137
| |\ | |/ |/| | | hdf5_1_10
* | Merge pull request #2246 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-01-090-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'b91f9f43fe8245427f8a25226bd9589af61feafc': restore and use --nocheck option Do not exit on DT chkmanifest
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-01-093-15/+21
| |\ \ | |/ / |/| | | | | | | | * commit 'd22f49d830b8d1385c7335c6f41c1785cd06ac66': Fixed bugs in pread/pwrite I/O in VFDs.
* | | Merge pull request #2243 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_minor_pr ↵Dana Robinson2020-01-093-15/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | to hdf5_1_10 * commit 'f90a0a480afa87716ae0822408a52d2645cf9d42': Fixed bugs in pread/pwrite I/O in VFDs.