summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add RELEASE.txt note for unknown message fix (pull request 1448)Neil Fortner2019-01-291-0/+6
|
* Merge pull request #1510 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2019-01-291-9/+9
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'a09bcbcb07609ee38a1ccbcfafd4fd5a9dbe27f5': Fixed a bug identified by valgrind in the cork test.
| * Fixed a bug identified by valgrind in the cork test.Dana Robinson2019-01-291-9/+9
|/
* Merge pull request #1505 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-283-50/+45
|\ | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'cfebcaa2a307192ae02d2afe859e8aa42ce76e1a': HDFFV-10686 Remove version 1 reference names Remove Not_yet_versioned files Revert CMake and fix H5Oget_info - H5Ovisit versions
| * HDFFV-10686 Remove version 1 reference namesAllen Byrne2019-01-281-44/+44
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-01-283-3/+19
| |\ | |/ |/| | | | | * commit '611ecb5db4051cbf762cc24944ee75ea5284c5d2': Fixed HDFFV-10578
* | Merge pull request #1480 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-283-3/+19
|\ \ | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10 * commit '2880ef43eb03526e7d75551720547b85e66a3086': Fixed HDFFV-10578
| * \ Merge branch 'hdf5_1_10' of ↵Binh-Minh Ribler2019-01-155-15/+65
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
| * | | Fixed HDFFV-10578Binh-Minh Ribler2019-01-153-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - HDFFV-10578 - CVE-2018-17234 Memory leak in H5O__chunk_deserialize() Actually, the leak was in h5tools_util. Applied Neil's fix. - Changed an assert to if/HGOTO_ERROR to fail gracefully. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
| | | * Remove Not_yet_versioned filesAllen Byrne2019-01-281-5/+0
| | | |
| | | * Revert CMake and fix H5Oget_info - H5Ovisit versionsAllen Byrne2019-01-271-1/+1
| |_|/ |/| |
* | | Merge pull request #1501 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-263-93/+93
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'd0abe6502af9846f77a647fddb0fda1da11a0a75': CMake fix, makefile fix, direct_chunk valgrind fix
| * | | CMake fix, makefile fix, direct_chunk valgrind fixAllen Byrne2019-01-253-93/+93
|/ / /
* | | Merge pull request #1493 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-2411-580/+532
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '217d57d30d2d62f987affcc8859df982dc86d2b3': CMake fix Java html fix and cmake update HDFFV-10686 add note HDFFV-10686 revert H5Oget_info1 to H5Oget_info(H5Ovisit)
| * | | CMake fixAllen Byrne2019-01-241-1/+1
| | | |
| * | | Java html fix and cmake updateAllen Byrne2019-01-243-66/+74
| | | |
| * | | HDFFV-10686 add noteAllen Byrne2019-01-241-0/+15
| | | |
| * | | HDFFV-10686 revert H5Oget_info1 to H5Oget_info(H5Ovisit)Allen Byrne2019-01-247-515/+444
| | | |
* | | | Merge pull request #1490 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to ↵Jordan Henderson2019-01-242-139/+227
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'e90d59a69f2750ac55ef5da20df5e8cba7693134': Add RELEASE.txt note for parallel filters test fix Updates to t_filters_parallel for missing filters
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Jordan Henderson2019-01-244-17/+37
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | * commit 'd26963b180a052ac063907f95596a7ecad08ef8e': Add clear objects to ignore tests Add new clear tests to ignore list Cleanup variable names HDFFV-10685 Always set version flags on OSX
* | | | Merge pull request #1492 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-224-17/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '7367fc0c1b916cffe50d1b8d729ccccfd6a9ec77': Add clear objects to ignore tests Add new clear tests to ignore list Cleanup variable names HDFFV-10685 Always set version flags on OSX
| * | | | Add clear objects to ignore testsAllen Byrne2019-01-221-1/+5
| | | | |
| * | | | Add new clear tests to ignore listAllen Byrne2019-01-221-0/+5
| | | | |
| * | | | Cleanup variable namesAllen Byrne2019-01-221-2/+2
| | | | |
| * | | | HDFFV-10685 Always set version flags on OSXAllen Byrne2019-01-222-14/+25
|/ / / /
| * | | Add RELEASE.txt note for parallel filters test fixJordan Henderson2019-01-221-0/+7
| | | |
| * | | Updates to t_filters_parallel for missing filtersJordan Henderson2019-01-221-139/+220
|/ / /
* | | Merge pull request #1488 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Larry Knox2019-01-212-13/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'c817bcdf0d345c8dbd2943be44b55db290cfd09f': MPI vars need passed in, change to grepTest Add parallel runtest for examples
| * | | MPI vars need passed in, change to grepTestAllen Byrne2019-01-204-339/+11
| | | |
| * | | Add parallel runtest for examplesAllen Byrne2019-01-193-4/+332
| | | |
* | | | Merge pull request #1486 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-01-205-9/+128
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '7880089c0be7eb6625cc9982775b522aee523b65': Merge pull request #1450 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:TRILAB-98-dt_arith-and-cpp_testhdf5-tests to develop
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Larry Knox2019-01-197-60/+73
| |\ \ \ | |/ / / |/| | | | | | | | | | | * commit '89b5b64b5c2db40e89e3304fa138de7c2ad1483f': Fix CMake policy 54 warnings
* | | | Merge pull request #1487 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-197-60/+73
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '9f61f559d1541066b07c02609579bf053099ab90': Fix CMake policy 54 warnings
| * | | Fix CMake policy 54 warningsAllen Byrne2019-01-187-60/+73
|/ / /
| * | Merge pull request #1450 in HDFFV/hdf5 from ↵Ray Lu2019-01-185-9/+128
|/ / | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:TRILAB-98-dt_arith-and-cpp_testhdf5-tests to develop * commit 'b02de315b93ac29d2483a91d526b110a25073505': NNSA Tri-LabsTRILAB-98: Another two test cases out. NNSA Tri-Labs TRILAB-98: Taking out a few more test cases. NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type.
* | Merge pull request #1478 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-01-151-2/+4
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '0250b3650fbcec1f592f4a7371158d6b81db01c0': Add check for existing links in hl/fortran/src/Makefile.am.
| * \ Merge branch 'hdf5_1_10' of ↵Larry Knox2019-01-151-1/+1
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
* | | Merge pull request #1477 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-141-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '1b2fc19a8f46bff2d1ac8e25dbb40322d377eef3': Correct fix for new policy Fix for new policy
| * | | Correct fix for new policyAllen Byrne2019-01-141-1/+1
| | | |
| * | | Fix for new policyAllen Byrne2019-01-141-1/+1
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-01-144-14/+62
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | * commit '3476c7d13d4124f7e0752f251a667bef6b4fbf68': Merge pull request #1429 in HDFFV/hdf5 from HDFFV-10596-fortran-library-names-differ to develop Work around compiler fussiness on platypus. Fix for debug assert in H5FDmpio.c
* | | | Merge pull request #1475 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-01-142-0/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'e61b3a7de95c23f4f24282bad41c5154643741a5': Merge pull request #1429 in HDFFV/hdf5 from HDFFV-10596-fortran-library-names-differ to develop
| | * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-01-1128-246/+1835
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dadf2b5fd8689e15ee5d28c74a5956391e914809': Fix for parallel filters tests with new read-proc0-broadcast feature misc. merge clean-up misc. merge clean-up Fix for Fortran failures. merged:
| | * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-01-0916-30/+305
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a043211d9edf2df3ea8049bda4be6bdcbf0970e9': Delay checking if decoded message's "shareable" flag is appropriate for the message type until we've verified we understand the message type. Reduce size of H5O_msg_class_g to *not* include space for H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus message test with shareable messages to cover the formerly problematic code. Re-run gen_bogus.c to add this test case and also to fix the bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a new message class being added in a previous commit. Added comment to remind developers to run gen_bogus.c when adding a new message class. Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since space for it was removed. Fortran wrappers for dataset obj header minimization API calls.
| | | | | * Add check for existing links in hl/fortran/src/Makefile.am.Larry Knox2019-01-151-2/+4
| | |_|_|/ | |/| | |
| * | | | Merge pull request #1429 in HDFFV/hdf5 from ↵Larry Knox2019-01-142-0/+22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-10596-fortran-library-names-differ to develop * commit 'f4c9ec5d41aa53829617274d3286f1e9a45ae57e': Add RELEASE.txt entry for HDFFV-10596. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files.
* | | | Merge pull request #1474 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-01-141-13/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '1ba63f95d3d600be43f2d3e00f204d36d6e9a1a4': Work around compiler fussiness on platypus.
| * | | | Work around compiler fussiness on platypus.Quincey Koziol2019-01-141-13/+39
|/ / / /
* | | | Merge pull request #1473 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2019-01-141-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '110eabd3e559a1e6002e96633a9ac892c21c1211': Fix for debug assert in H5FDmpio.c
| * | | Fix for debug assert in H5FDmpio.cDana Robinson2019-01-141-1/+1
|/ / /