summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10414 change minor error_numberAllen Byrne2018-03-052-102/+102
|
* Merge pull request #919 in HDFFV/hdf5 from ↵Allen Byrne2018-03-021-2/+6
|\ | | | | | | | | | | | | ~JSOUMAGNE/hdf5_fork:topic_cmake_build to develop * commit '9364df1c6d6d4661b6c32278268ccbe1640a082c': Fix CMake build type if none was specified to be cached
| * Fix CMake build type if none was specified to be cachedJerome Soumagne2018-03-021-2/+6
|/ | | | Restrict CMAKE_BUILD_TYPE to default ones
* Merge pull request #918 in HDFFV/hdf5 from reloc_test_fix_for_develop to developRichard Warren2018-03-021-108/+47
|\ | | | | | | | | * commit 'c0aafa78e52fcea5bfc4252fc2c0285b9b983646': Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and should merge into develop
| * Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and ↵Richard Warren2018-03-021-108/+47
|/ | | | should merge into develop
* Merge pull request #913 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-014-43/+46
|\ | | | | | | | | | | | | | | | | * commit '5a8ac1fb6c13e776bc17fa52c4cdf353c907907b': Fix test loop Correct if-endif block Remove option from list in doc Remove t_cache_image test on Windows Correct use of LIST var
| * Fix test loopAllen Byrne2018-03-011-39/+39
| |
| * Correct if-endif blockAllen Byrne2018-03-012-2/+2
| |
| * Remove option from list in docAllen Byrne2018-02-281-1/+0
| |
| * Remove t_cache_image test on WindowsAllen Byrne2018-02-281-0/+4
| |
| * Correct use of LIST varAllen Byrne2018-02-281-1/+1
|/
* Merge pull request #909 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-2778-649/+625
|\ | | | | | | | | | | | | | | | | * commit '032f680919cd67202c6b5817c327139c09dacb05': Add import Fix list var Fix IN_LIST usage Inc CMake min, Add new tests, rework test CMake files Update list
| * Add importAllen Byrne2018-02-271-0/+1
| |
| * Fix list varAllen Byrne2018-02-274-117/+57
| |
| * Fix IN_LIST usageAllen Byrne2018-02-273-4/+4
| |
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-2779-695/+729
| |
| * Update listAllen Byrne2018-02-261-2/+3
|/
* Merge pull request #904 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-225-23/+35
|\ | | | | | | | | | | | | * commit '76a0003f96f8e1336062089380adc95f8b3dee56': HDFFV-10412 update test ref files HDFFV-10412 fix typo HDFFV-10412 moved check back into normal path
| * HDFFV-10412 update test ref filesAllen Byrne2018-02-223-4/+4
| |
| * HDFFV-10412 fix typoAllen Byrne2018-02-211-1/+1
| |
| * HDFFV-10412 moved check back into normal pathAllen Byrne2018-02-212-20/+32
|/
* Merge pull request #899 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-1916-54/+81
|\ | | | | | | | | | | | | * commit '30166fed18a9b0754d56b3454176e3a5111a1e21': Fix indentation HDFFV-10384 Add opt arg to help HDFFV-10384 Add optional arg to enable-error-stack
| * Fix indentationAllen Byrne2018-02-191-2/+2
| |
| * HDFFV-10384 Add opt arg to helpAllen Byrne2018-02-1510-18/+30
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-02-151-1/+6
| |\ | | | | | | | | | | | | * commit 'db60f70286910498ca40291841a55114cf0ea3f7': Fix for daily test failure Fix for test/testhdf5.sh for configuration with --enable-using-memchecker.
| * | HDFFV-10384 Add optional arg to enable-error-stackAllen Byrne2018-02-147-35/+50
| | |
* | | Merge pull request #902 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-02-192-2/+38
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | develop * commit '2fb0b8c3538df641deca73a8a694996bb5e61cdd': Fix for daily test failure for test/fheap.c 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. Fixed daily test failure Description: Added missing H5Pclose that caused daily test failure. Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| * | Fix for daily test failure for test/fheap.cVailin Choi2018-02-191-0/+27
| | | | | | | | | | | | | | | | | | 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.
| * | Merge pull request #7 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2018-02-171-2/+11
| |\ \ |/ / / | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:develop to develop Fixed daily test failure. * commit 'b65ec9d05b9301ec639fac03b26c6ec06e463888': Fixed daily test failure Description: Added missing H5Pclose that caused daily test failure. 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