| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The failure occurs when HDF5TestExpress is set to 0.
The check for file size check fails due to persisting free-space when creating the file.
The fix is to set libver bounds (v18, latest) when creating the test file.
|
|
|
|
|
|
|
|
|
| |
Description:
Added missing H5Pclose that caused daily test failure.
Platforms tested:
Linux/64 (jelly)
Linux/64 (moohan)
Darwin (osx1010test)
|
|
|
|
| |
Fix for test/testhdf5.sh for configuration with --enable-using-memchecker.
|
|\
| |
| |
| |
| |
| | |
* commit 'e09ccc4a2168e79b9f7500b8ec68ed5f829c8604':
More includes cleanup
Cleanup overuse of include files
|
| |\
| | |
| | |
| | |
| | | |
* commit '0b98ddd12324e5dae17dd8135bf72094d66e5d17':
Fixed DT failure Description: Added a missing return statement to a non-void function. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/|
| | | |
https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
Added a missing return statement to a non-void function.
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
Darwin (osx1010test)
|
|/ |
|
|
|
|
|
|
| |
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
|
|
|
|
|
| |
Platforms tested:
Linux/32 (jam)
|
|
|
|
|
|
|
|
|
|
| |
Description:
- Revised and add more variety to version bound tests per review
- Revised gen_bounds.c per review
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
Darwin (osx1010test)
|
|\
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds
* commit '74f74f60bb92cc614616d8ae3d91ecc2921aade1':
Cleaned up per comments in PR# 876
Added gen_bounds.c
Added gen_bounds.c
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Platforms tested:
Linux/64 (jelly)
Darwin (osx1010test)
|
|/ |
|
|\
| |
| |
| | |
Keep the branch up-to-date.
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
develop"
This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing
changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '758b9667b3e07a7562107f19f7dabee027e5bd53': (41 commits)
HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
removed duplicate exports of DS subroutines
removed duplicate exports of DS subroutines
Normalization with VOL integration branch.
clean-up
moved dll export to Module
Fixed typo.
removed parameters
added missing parameter
added missing parameter
removed duplicate exports of DS subroutines
removed fortran comments
Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
exported global variables for windows
export var.
initialized integer constants
Update macros
Changed casts to const void *
Casted pointers to void to quiet warnings on Linux.
Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.
...
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/|
| | | |
Merge from develop.
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds
Added gen_bounds.c to generate data files for version bounds testing in 1.8 and 1.6.
* commit 'daa0eb801561dc1831065e4c8c06d6cd68330200':
Further improvement
Fixed comment.
Adding data file generator Description: Added gen_bounds.c to generate the following files: - bounds_earliest_latest.h5 - bounds_earliest_v18.h5 - bounds_latest_latest.h5 - bounds_v18_latest.h5 - bounds_v18_v18.h5 for testing the version bounds fix in 1.8 and 1.6.
|
| | | |
|