summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #928 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-081-3/+2
|\ | | | | | | | | | | * commit '6d75a3ffb4b1451ff80b7fdddafa5859376bee77': Fix misaligned macro Fix CMake missing parens
| * Fix misaligned macroAllen Byrne2018-03-071-2/+1
| |
| * Fix CMake missing parensAllen Byrne2018-03-071-1/+1
|/
* Merge pull request #901 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-03-079-153/+715
|\ | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:develop to develop tests for version bounds. * commit 'f05f9d4cffab5e008c67e19034c1b248e1b01b3c': Miscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Added h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake Added bounds_latest_latest.h5 Misc improvement Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Improving tests 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)
| * Miscellaneous test fixesBinh-Minh Ribler2018-03-063-12/+35
| | | | | | | | | | | | | | | | | | | | Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| * Added h5repack testsBinh-Minh Ribler2018-03-061-0/+71
| | | | | | | | | | | | | | Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake
| * Added bounds_latest_latest.h5Binh-Minh Ribler2018-02-281-0/+1
| |
| * Misc improvementBinh-Minh Ribler2018-02-284-2/+4
| | | | | | | | | | | | | | | | | | | | | | Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| * Merge branch 'develop' of ↵Binh-Minh Ribler2018-02-170-0/+0
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into develop
| * | 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)
* | | Merge pull request #926 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-072-4/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '08fc36b0ca10abb9960c6543b4bc854d8d8aaf31': Correct cutnpaste Add missing note
| * | | Correct cutnpasteAllen Byrne2018-03-071-4/+0
| | | |
| * | | Add missing noteAllen Byrne2018-03-071-0/+6
|/ / /
* | | Merge pull request #925 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-072-91/+97
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '1428e57fbf03d5ee58e6e4bbc2cdf71c2200607d': HDFFV-10414 fix note HDDFV-10414 correct location of error change
| * | | HDFFV-10414 fix noteAllen Byrne2018-03-071-1/+1
| | | |
| * | | HDDFV-10414 correct location of error changeAllen Byrne2018-03-072-91/+97
|/ / /
* | | Merge pull request #924 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-071-0/+21
|\ \ \ | | | | | | | | | | | | | | | | * commit '2db84441d742433c0aee26624a7b3fd05c2dbbf2': ifdef around another function
| * | | ifdef around another functionAllen Byrne2018-03-061-0/+21
|/ / /
* | | Merge pull request #923 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-062-4/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'b8b0afc4c3e532c07c1284eddb0c5cb7834ea86a': Add #ifdef H5_HAVE_FORK eliminates special handling Add #ifdef H5_HAVE_FORK
| * | | Add #ifdef H5_HAVE_FORK eliminates special handlingAllen Byrne2018-03-061-4/+0
| | | |
| * | | Add #ifdef H5_HAVE_FORKAllen Byrne2018-03-061-0/+17
|/ / /
* | | Merge pull request #922 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-061-0/+15
|\ \ \ | | | | | | | | | | | | | | | | * commit '960a1d55eed8b30350d7a87e1a9a7da72e86d270': plist testfiles need to be copied into VFD test folders as well
| * | | plist testfiles need to be copied into VFD test folders as wellAllen Byrne2018-03-061-0/+15
|/ / /
* | | Merge pull request #920 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-03-061-21/+23
|\ \ \ | | | | | | | | | | | | | | | | * commit 'b3142a85fda8670a5780e6d3d080d54a71e0fc1d': Update install file for configure revisions.
| * | | Update install file for configure revisions.lrknox2018-03-051-21/+23
| | | |
* | | | Merge pull request #921 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-063-14/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1c3ba3721718c8089da65fae02f65068d8530fa7': HDFFV-10292 Windows drive letters cause issues in paths HDFFV-10414 restore Ctl char - do we really need these anymore HDFFV-10414 change minor error_number
| * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-03-0639-127/+240
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | * commit 'd8723ac1178a69c4dff7164203d999d61c2159bb': Fix for HDFFV-10357 (CVE-2017-17508). Fix for HDFFV-10355 (CVE-2017-17506). Fix for HDFFV-10354 (CVE-2017-17505).
* | | | | Merge pull request #910 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10355 to ↵Dana Robinson2018-03-0639-112/+168
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'b61c93acb3c5d50d379950f6e3de5040c71dd041': Fix for HDFFV-10355 (CVE-2017-17506).
| * \ \ \ \ Merge branch 'develop' into hdffv_10355Dana Robinson2018-03-0685-775/+754
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #908 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10354 to ↵Dana Robinson2018-03-052-15/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '4faf4d335b638215c2220564b894e909ff322ca8': Fix for HDFFV-10354 (CVE-2017-17505).
| * \ \ \ \ \ Merge branch 'develop' into hdffv_10354Dana Robinson2018-03-0584-761/+703
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #911 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10357 to ↵Dana Robinson2018-03-052-0/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'ce005900d6ad539cc7556ab225b771d24632f4f1': Fix for HDFFV-10357 (CVE-2017-17508).
| * | | | | | Fix for HDFFV-10357 (CVE-2017-17508).Dana Robinson2018-02-272-0/+20
| | | | | | |
| | * | | | | Fix for HDFFV-10354 (CVE-2017-17505).Dana Robinson2018-02-262-15/+52
| |/ / / / /
| | * | | | Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-2739-113/+169
| |/ / / /
| | * | | HDFFV-10292 Windows drive letters cause issues in pathsAllen Byrne2018-03-051-1/+2
| | | | |
| | * | | HDFFV-10414 restore Ctl char - do we really need these anymoreAllen Byrne2018-03-051-89/+89
| | | | |
| | * | | 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
| | | |