summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improving testsBinh-Minh Ribler2018-02-175-151/+616
| | | | | | | | | | | | Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
* Fixed daily test failureBinh-Minh Ribler2018-02-171-2/+11
| | | | | | | | | Description: Added missing H5Pclose that caused daily test failure. Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
* Merge pull request #898 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-02-141-1/+6
|\ | | | | | | | | | | | | develop * commit 'ea2fb549245ac33baf7062c7e87c390bf0261677': Fix for daily test failure Fix for test/testhdf5.sh for configuration with --enable-using-memchecker.
| * Merge branch 'develop' of ↵Vailin Choi2018-02-140-0/+0
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
* | Merge pull request #897 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-02-144-4/+11
|\ \ | | | | | | | | | | | | | | | | | | develop * commit 'cdf75a2f2be48c5e13271e20978a785865e139ff': Fix for daily test failures Move the declarations for the three arrays of versions from H5Opkg.h: (1) H5O_layout_vers_bounds to H5Dpkg.h (2) H5O_dtype_ver_bounds to H5Tpkg.h (3) H5O_sdspace_ver_bounds to H5Spkg.h This is to fix Windows' complaint for unresolved symbols.
| | * Fix for daily test failureVailin Choi2018-02-141-1/+6
| |/ | | | | | | Fix for test/testhdf5.sh for configuration with --enable-using-memchecker.
| * Merge branch 'develop' of ↵Vailin Choi2018-02-1433-5808/+5762
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
* | Merge pull request #895 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-1433-5808/+5762
|\ \ | | | | | | | | | | | | | | | * commit 'e09ccc4a2168e79b9f7500b8ec68ed5f829c8604': More includes cleanup Cleanup overuse of include files
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-02-141-3/+10
| |\ \ | | | | | | | | | | | | | | | | * 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)
| * | | More includes cleanupAllen Byrne2018-02-1413-1840/+1823
| | | |
| * | | Cleanup overuse of include filesAllen Byrne2018-02-1420-3968/+3939
| | | |
* | | | Merge pull request #896 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-02-141-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | develop * commit 'f5c5eba7837f33a44e521ea1c9aca479f1dc1bba': Fix for daily test failure for configuration with --disable-deprecated-symbols
* | | | Merge pull request #894 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-02-141-3/+10
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to develop * commit '2ad0ddaa3e62b35d454dfb61db06d8ad90c2e7a8': Fixed DT failure Description: Added a missing return statement to a non-void function. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
| | | * Fix for daily test failuresVailin Choi2018-02-144-4/+11
| | |/ | | | | | | | | | | | | | | | | | | | | | Move the declarations for the three arrays of versions from H5Opkg.h: (1) H5O_layout_vers_bounds to H5Dpkg.h (2) H5O_dtype_ver_bounds to H5Tpkg.h (3) H5O_sdspace_ver_bounds to H5Spkg.h This is to fix Windows' complaint for unresolved symbols.
| | * Merge branch 'develop' of ↵Vailin Choi2018-02-141-3/+10
| | |\ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
| | | * Merge pull request #6 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2018-02-141-3/+10
| | | |\ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to develop Fixed daily test failure * commit '2ad0ddaa3e62b35d454dfb61db06d8ad90c2e7a8': Fixed DT failure Description: Added a missing return statement to a non-void function. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
| * | Merge branch 'bugfix/version_bounds' of ↵Binh-Minh Ribler2018-02-140-0/+0
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
| * | | Fixed DT failureBinh-Minh Ribler2018-02-141-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added a missing return statement to a non-void function. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
| | | * Fix for daily test failure for configuration with --disable-deprecated-symbolsVailin Choi2018-02-141-1/+1
| |_|/ |/| |
* | | Merge pull request #876 in HDFFV/hdf5 from ↵Vailin Choi2018-02-1470-1221/+5073
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_hdf5_fork:bugfix/version_bounds to develop * commit 'b4294d8d3e5937527e9814f23d04df412ebbe770': Added comment for clarification about latest as 1.10. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Fixed typos Platforms tested: Linux/32 (jam) Additional tests 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) Added gen_bounds Cleaned up per comments in PR# 876 Modifications made based on comments from pull request. Added gen_bounds.c Added gen_bounds.c Fix bounds check for the generation of cache image. Modify usage description for -j and -k options so that it is more informative. Modify h5repack usage so that it is more descriptive. Changes made based on code reviews. 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. Initial checkin for library version bounds Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
| * | Merge pull request #5 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2018-02-131-1/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds * commit 'c9475f57e580ed7dc9efea3390623ee48cba2507': Added comment for clarification about latest as 1.10. Platforms tested: Linux/64 (jelly) Linux/32 (jam)
| | * Merge branch 'bugfix/version_bounds' of ↵Binh-Minh Ribler2018-02-130-0/+0
| | |\ | | |/ | |/| | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
| * | Merge pull request #4 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2018-02-137-179/+1023
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds Revised and additional tests for version bounds. * commit '551e58e683e76af4aca68998aa718e7e03d8f4f1': Fixed typos Platforms tested: Linux/32 (jam) Additional tests 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)
| | | * Added comment for clarification about latest as 1.10.Binh-Minh Ribler2018-02-131-1/+3
| | |/ | | | | | | | | | | | | | | | Platforms tested: Linux/64 (jelly) Linux/32 (jam)
| | * Fixed typosBinh-Minh Ribler2018-02-131-4/+1
| | | | | | | | | | | | | | | Platforms tested: Linux/32 (jam)
| | * Merge branch 'bugfix/version_bounds' of ↵Binh-Minh Ribler2018-02-130-0/+0
| | |\ | | |/ | |/| | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
| * | Merge pull request #3 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2018-02-081-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds * commit '96c656ae3fa02721cddf5f570d7372f38b886d76': Added gen_bounds
| | | * Additional testsBinh-Minh Ribler2018-02-137-179/+1026
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | * Merge branch 'bugfix/version_bounds' of ↵Binh-Minh Ribler2018-02-0831-560/+562
| | |\ | | |/ | |/| | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
| * | Merge pull request #2 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2018-02-073-267/+264
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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
| * | | Modifications made based on comments from pull request.Vailin Choi2018-02-0731-560/+562
| | | |
| | | * 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 'bugfix/version_bounds' of ↵Binh-Minh Ribler2018-02-0162-513/+132
| | |\ | | |/ | |/| | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
| * | Merge branch 'trunk_merge' into bugfix/version_boundsVailin Choi2018-01-289-284/+29
| |\ \ | | | | | | | | | | | | Keep it up-to-date with develop.
| * \ \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-2353-222/+101
| |\ \ \ | | | | | | | | | | | | | | | Keep the branch up-to-date.
| * | | | Fix bounds check for the generation of cache image.Vailin Choi2018-01-223-9/+4
| | | | |
| | | | * Added gen_bounds.cBinh-Minh Ribler2018-02-011-0/+1
| | |_|/ | |/| |
| * | | Modify usage description for -j and -k options so that it is more informative.Vailin Choi2018-01-182-4/+6
| | | |
| * | | Modify h5repack usage so that it is more descriptive.Vailin Choi2018-01-162-9/+31
| | | |
| * | | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-12104-5287/+7774
| |\ \ \
| * | | | Changes made based on code reviews.Vailin Choi2018-01-1227-1090/+1496
| | | | |
| * | | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-0885-3250/+3209
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 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-27168-14379/+15166
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-2715-468/+530
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | Merge from develop to keeep the branch up-to-date.