summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Added gen_boundsBinh-Minh Ribler2018-02-081-0/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Cleaned up per comments in PR# 876Binh-Minh Ribler2018-02-071-266/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| * | | | | | Added gen_bounds.cBinh-Minh Ribler2018-02-011-1/+1
| |/ / / / /
| * | | | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-232-21/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Keep the branch up-to-date.
| | * | | | | HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-1/+1
| | | | | | |
| | * | | | | HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-1/+1
| | | | | | |
| | * | | | | HDFFV-10385 rework java namesAllen Byrne2018-01-172-20/+0
| | | | | | |
| | * | | | | Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+1
| | | | | | |
| * | | | | | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-124-725/+1121
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-1/+1
| | | | | | |
| * | | | | | Changes made based on code reviews.Vailin Choi2018-01-123-987/+1191
| | | | | | |
| * | | | | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-0817-583/+582
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge from develop.
| * \ \ \ \ \ \ Merge pull request #1 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2017-11-281-0/+608
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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.
| | * | | | | | | Further improvementBinh-Minh Ribler2017-11-271-25/+7
| | | | | | | | |
| | * | | | | | | Fixed comment.Binh-Minh Ribler2017-11-271-1/+1
| | | | | | | | |
| | * | | | | | | Merge branch 'bugfix/version_bounds' of ↵Binh-Minh Ribler2017-11-2721-2180/+2648
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
| | * | | | | | | | Adding data file generatorBinh-Minh Ribler2017-11-271-0/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-272-214/+204
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | Merge from develop to keeep the branch up-to-date.
| * | | | | | | | | (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-2521-2180/+2648
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * | | | | | | | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-10-173-1520/+1401
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Initial checkin for library version boundsVailin Choi2017-10-0315-39/+1624
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* | | | | | | | | | | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-0750-2873/+6174
| | | | | | | | | | |
* | | | | | | | | | | Fix test loopAllen Byrne2018-03-011-40/+40
| | | | | | | | | | |
* | | | | | | | | | | Correct use of list varAllen Byrne2018-02-281-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Remove uncomitted testAllen Byrne2018-02-281-1/+0
| | | | | | | | | | |
* | | | | | | | | | | Incr CMake min, add missing test, rework test CMake scriptAllen Byrne2018-02-273-573/+539
| | | | | | | | | | |
* | | | | | | | | | | HDFFV-10384 and includes cleanup merged from devlopAllen Byrne2018-02-1623-51/+18
| | | | | | | | | | |
* | | | | | | | | | | HDFFV-10385,10392,10393 merge from developAllen Byrne2018-01-222-21/+1
| | | | | | | | | | |
* | | | | | | | | | | HDFFV-10385 Refactor use of CMAKE_BUILD_TYPEAllen Byrne2018-01-081-1/+1
| | | | | | | | | | |
* | | | | | | | | | | synced with developM. Scot Breitenfeld2018-01-053-78/+579
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Fix memory leak due to addition of FORMAT check loopAllen Byrne2017-12-291-78/+126
| | | | | | | | | | |
| * | | | | | | | | | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-283-640/+986
| | | | | | | | | | |
| * | | | | | | | | | Add library INTERFACE and MPI to toolsAllen Byrne2017-12-281-8/+10
| | | | | | | | | | |
| * | | | | | | | | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-222-968/+601
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
| * | | | | | | | | | Cleanup comments and if() in TRY blocksAllen Byrne2017-12-201-608/+497
| | | | | | | | | | |
| * | | | | | | | | | Skip test if 1.6 APIAllen Byrne2017-12-191-30/+44
| | | | | | | | | | |
| * | | | | | | | | | HDFFV-9724 Add ENV VAR to vds testAllen Byrne2017-12-192-1/+191
| | | | | | | | | | |
| * | | | | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-12-131-65/+42
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. ...
| * | | | | | | | | | HDFFV-9724 Initial changes and testAllen Byrne2017-12-111-0/+274
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Fix library interface commands, add missing JNIAllen Byrne2017-12-212-615/+497
| | | | | | | | | |
* | | | | | | | | | Reworked MPI includes to be used as default with parallelAllen Byrne2017-12-201-31/+44
| | | | | | | | | |
* | | | | | | | | | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-12-121-65/+42
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Normalization with VOL integration branch.Dana Robinson2017-12-051-65/+42
| |/ / / / / / / /
* | | | | | | | | Merge branch changes from hdf5_1_10.Vailin Choi2017-12-0535-2455/+2826
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Changed casts to const void *Dana Robinson2017-11-271-2/+2
| | | | | | | | |
| * | | | | | | | Casted pointers to void to quiet warnings on Linux.Dana Robinson2017-11-271-1/+1
| | | | | | | | |
| * | | | | | | | Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.Dana Robinson2017-11-275-282/+300
| | | | | | | | |
| * | | | | | | | Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-2716-242/+246
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-172-214/+204
| | |_|/ / / / | |/| | | | |
| * | | | | | Fix some of the whitespaceAllen Byrne2017-11-161-127/+127
| | | | | | |