summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * 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)
* | | 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.
| * | | | | | | (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-25168-14379/+15166
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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-1765-5041/+5894
| |\ \ \ \ \ \ \
| * | | | | | | | Initial checkin for library version boundsVailin Choi2017-10-0339-364/+2163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* | | | | | | | | Merge pull request #890 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-081-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '83211cf8f6051be2ea8dfd84637c195b2b0213c1': HDFFV-10403 Fix soname setting
| * | | | | | | | | HDFFV-10403 Fix soname settingAllen Byrne2018-02-081-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #887 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-0614-139/+136
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fbaa2192f8171ddb5af175d7f750c19dcad3ae4f': Remove old dependency construct HDFFV-10345 whitespace corrections HDFFV-10345 spelling errors
| * | | | | | | | | Remove old dependency constructAllen Byrne2018-02-052-4/+1
| | | | | | | | | |
| * | | | | | | | | HDFFV-10345 whitespace correctionsAllen Byrne2018-02-052-12/+12
| | | | | | | | | |
| * | | | | | | | | HDFFV-10345 spelling errorsAllen Byrne2018-02-0512-135/+135
|/ / / / / / / / /
* | | | | | | | | Merge pull request #884 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-0228-777/+749
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b57c5490e0901c451a77a356ceb1f6071dc89123': JHDFFV-10398 add note HDFFV-10398 fix detection of repeat checks HDFFV-10398 add support for Emscriptem build system HDFFV-10398 avoid sanitizer failures HDFFV-10398 - avoid ubsan crashes HDFFV-10398 msvc: use /W0 rather than /w HDFFV-10398 Suppress VS 2015 assertion failure popup during try_run HDFFV-10398 use the target name for custom commands HDFFV-10398 use the simpler add_subdirectory signature HDFFV-10398 Honor CMAKE_MODULE_PATH when including check modules
| * | | | | | | | | JHDFFV-10398 add noteAllen Byrne2018-02-011-1/+11
| | | | | | | | | |
| * | | | | | | | | HDFFV-10398 fix detection of repeat checksAllen Byrne2018-01-302-19/+4
| | | | | | | | | |
| * | | | | | | | | HDFFV-10398 add support for Emscriptem build systemAllen Byrne2018-01-302-3/+13
| | | | | | | | | |
| * | | | | | | | | HDFFV-10398 avoid sanitizer failuresAllen Byrne2018-01-301-511/+527
| | | | | | | | | |
| * | | | | | | | | HDFFV-10398 - avoid ubsan crashesAllen Byrne2018-01-301-78/+89
| | | | | | | | | |
| * | | | | | | | | HDFFV-10398 msvc: use /W0 rather than /wAllen Byrne2018-01-301-2/+2
| | | | | | | | | |