| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
* commit 'e6be5560882c2f598b3a0ddab7d9d29a552fcb10':
MPI vars need passed in, change to grepTest
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit '769837f3ae93f4cae3486aef95c1c580a9946406':
Add parrallel runTest.cmake for ph5example
Add missing depends to last test
Fix CMake policy 54 warnings
TRILABS-105 Fix CMake policy 54 warnings
|
| | |
|
| |\
| |/
|/|
| |
| | |
* commit 'eeea2b91729b57a0cdec301312bd5713941ab2c6':
Fix typo
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '2cf543b2941442a45a4cb878d4fb33c8c69188a2':
Fix typo
|
|/ / |
|
| |\
| |/
|/|
| |
| | |
* commit 'c5b19f3dd2eb4144e614105e30bf149b5324e014':
Fix missing depends for last repart test
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '13d1568c3f491b1dfe6254f22f04fece29b6dad2':
Fix missing depends for last repart test
|
|/ / |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:valgrind_fixes to develop
* commit 'a4e63bb98072868a145c45e8247280ebc86c3a6d':
Fixed a memory issue flagged by valgrind in the direct_chunk test.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
develop
* commit '47fb7c2ee6541bb006e76c34966102ebbdaec587':
Update usage for FAPLs, and reduce # of groups for smoke checks
|
|/ |
|
|\
| |
| |
| |
| |
| | |
* commit 'fe5650727c55e44e2605b667ac35f74993834643':
Correct fix for new policy
Fix for new policy
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
develop
* commit '3a31d37abb1fe390d4e28502e7de3ad6da092970':
Work around compiler fussiness on platypus.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
develop
* commit '4729d04d9123e8cd6b2bba071695ace7ddd2a7b5':
Delta reduction against hyperslab_updates branch.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
develop
* commit 'b82ced10619731125b9db7b1ac36f3844463df9a':
Fix for Fortran failures.
|
| |\
| |/
|/|
| | |
https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
|
|\ \
| | |
| | |
| | |
| | | |
* commit '6d897f3c10241cbc50a728870d58269d15e36984':
Add API routines to wrap and retrieve objects
|
|/ / |
|
|/ |
|
|\
| |
| |
| |
| |
| | |
* commit '9b0281736ca488387afd8a301e36e6f5a5315c4a':
Fix deprecated H5Pget_version
Fix regex
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| | |
* commit 'b3743a44238c284dc3817652271aa1475e3c4946':
fixed 8 byte integer issue
fix for xlf compiler
|
| | |
|
| |\
| |/
|/|
| | |
ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~DEROBINS/hdf5_der:develop_minor_pr to develop
* commit '287b5d03df03f9da5cf47f52e594f9909493d8ff':
Fixed the MANIFEST
|
|/ / |
|
|/ |
|
|\
| |
| |
| |
| |
| | |
* commit '4f9ecd71e510a3835a49073fc16d3091a7fc25b2':
replaced uint
fix uint
|
| | |
|
| |\
| | |
| | |
| | | |
ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '2d7eb9a4c3a841f7612b88f6b559792cb6143930':
Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is supplied
|
| | | |
| | | |
| | | |
| | | | |
supplied
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
~BMRIBLER/hdf5_bmr_fixbug:develop to develop
* commit '90d13bef33f9e2e80b23996a0c39f16f7c34ecf8':
Fixed typo Platforms tested: Darwin (osx1010test)
Refixed HDFFV-10578 Description: Applied Neil's fix for this issue after removing previous attempt. The resources are now released in init_objs() when failure occurs there. Neil will fix HDFFV-10676 separately. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Removed previous change in H5O__chunk_deserialize().
Removed the previous change in H5O__chunk_deserialize()
Removed previous change in table_list_add().
Removed the previous change in table_list_add()
Updated per review Description: HDFFV-10676 - CVE-2018-13873 Changed the new assert to if statement, per Dana's comment. Platforms tested: Linux/64 (jelly)
HDFFV-10578 and HDFFV-10676 Description: HDFFV-10578 - CVE-2018-17234 The file has some issue, however, there was a bug in h5dump that caused memory leaks after the problem in the file was encountered. The bug was that an if statement was missing in the function table_list_add() resulting in the memory not being freed at a later time. After the fix had been applied, there were no more leaks after h5dump detected the issue in the file and reported the error.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Platforms tested:
Darwin (osx1010test)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Description:
Applied Neil's fix for this issue after removing previous
attempt. The resources are now released in init_objs() when
failure occurs there.
Neil will fix HDFFV-10676 separately.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1010test)
|
| | | | | |
|