summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add new files to MANIFEST.Larry Knox2019-02-012-0/+10
| | | | Update permissions for raybsub to 755.
* Merge pull request #1508 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-01-3118-10/+553
|\ | | | | | | | | | | | | | | | | * commit 'bae744199b69eb7c3f5eda2441cca30cb8c6175f': Add more specific batch scripts. Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release. Account info can be submitted as an argument to run the batch scripts. Special versions for sandia are not needed. Add HDF5options.cmake files for serial and parallel tests on HPC machines (where tests are to be run as batch jobs. Add README_HPC file with instructions for setting up configuration to use batch scripts for running tests on HPC machines and some pointers for cross compiling. Remove knl configuration from ctestS.sl.in.cmake. Add sandia batch files with account info. Add batch files with batch parameters specific to cori and ray. Release.txt entry for skipping long double dt_arith tests on ppc64.
| * Add more specific batch scripts.Larry Knox2019-01-318-7/+157
| | | | | | | | | | | | Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release.
| * Account info can be submitted as an argument to run the batch scripts.Larry Knox2019-01-282-33/+0
| | | | | | | | Special versions for sandia are not needed.
| * Merge branch 'develop' of ↵Larry Knox2019-01-281-1/+1
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-281-1/+1
| | |\ | | | | | | | | | | | | | | | | * commit '9149d5a5352de4e0b9a2e57c91525a6cad767760': Revert build name setting
| * | | Add HDF5options.cmake files for serial and parallel tests on HPCLarry Knox2019-01-283-0/+313
| |/ / | | | | | | | | | | | | | | | | | | machines (where tests are to be run as batch jobs. Add README_HPC file with instructions for setting up configuration to use batch scripts for running tests on HPC machines and some pointers for cross compiling.
| * | Remove knl configuration from ctestS.sl.in.cmake.Larry Knox2019-01-273-1/+33
| | | | | | | | | | | | Add sandia batch files with account info.
| * | Merge branch 'develop' of ↵Larry Knox2019-01-2614-50/+159
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * | | Add batch files with batch parameters specific to cori and ray.Larry Knox2019-01-269-5/+86
| | | | | | | | | | | | | | | | Release.txt entry for skipping long double dt_arith tests on ppc64.
* | | | Merge pull request #1513 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to ↵Neil Fortner2019-01-301-0/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | develop * commit '261c22e0459f63fd81c8942992ffe3668969f0cd': Add RELEASE.txt note for unknown message fix (pull request 1448)
| * | | Merge branch 'develop' of ↵Neil Fortner2019-01-3042-527/+567
| |\ \ \ | |/ / / |/| | | | | | | ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop
* | | | Merge pull request #1504 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-01-281-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * commit 'f26ee27b1fd85d192b37d9e45fb6d20f1b7e23db': Revert build name setting
| * | | Revert build name settingAllen Byrne2019-01-271-1/+1
|/ / /
* | | Merge pull request #1503 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-261-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr_fixbug:develop to develop Added test file for CMake * commit '55d1931dc6af168adc3804586a0da22287b29187': Added test file for CMake
| * \ \ Merge branch 'develop' of ↵Binh-Minh Ribler2019-01-267-26/+28
| |\ \ \ | |/ / / |/| | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
* | | | Merge pull request #1499 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-01-262-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ad906dc708fc803e8c5f17963fafa63591d3cc8d': Invalid position of declaration fixed. Fix CMake on Windows
| * | | | Invalid position of declaration fixed.Allen Byrne2019-01-251-1/+2
| | | | |
| * | | | Fix CMake on WindowsAllen Byrne2019-01-251-1/+1
| | | | |
* | | | | Merge pull request #1500 in HDFFV/hdf5 from ↵Dana Robinson2019-01-251-9/+9
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:valgrind_fixes to develop * commit '3fac85c00d6253f7b2c96ca46c7b9718d0203029': Fixed a bug identified by valgrind in the cork test.
| * | | | Fixed a bug identified by valgrind in the cork test.Dana Robinson2019-01-251-9/+9
|/ / / /
* | | | Merge pull request #1498 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-252-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr_fixbug:develop to develop * commit '0247f7b78d056b04fa08f74a2d4c4eea37f48d22': Added data file for test and updated MANIFEST
* \ \ \ \ Merge pull request #1496 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-01-255-15/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '73fcbbee97c6385fb2b5009e5858ae1d6c28b3c3': CMake fix Java html fix and cmake update Update CMake
| * \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-01-255-24/+129
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2fe69e7639198b174da393e47a029d0ac35b31c8': Added test for HDFFV-10588 Fixed HDFFV-10684 Fixed HDFFV-10586 and HDFFV-10588 Description: HDFFV-10586 CVE-2018-17434 Divide by zero inh5repack_filters Added a check for zero value HDFFV-10588 CVE-2018-17437 Memory leak in H5O_dtype_decode_helper This is actually an Invalid read issue. It was found that the attribute name length in an attribute message was corrupted, which caused the buffer pointer to be advanced too far and later caused an invalid read. Added a check to detect attribute name and its length mismatch. The fix is not perfect, but it'll reduce the chance of this issue when a name length is corrupted or the attribute name is corrupted. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
| * | | | | CMake fixAllen Byrne2019-01-241-1/+1
| | | | | |
| * | | | | Java html fix and cmake updateAllen Byrne2019-01-243-11/+8
| | | | | |
| * | | | | Update CMakeAllen Byrne2019-01-233-5/+9
| | |_|_|/ | |/| | |
| | | * | Added test file for CMakeBinh-Minh Ribler2019-01-261-0/+1
| | |/ /
| | * | Merge branch 'develop' of ↵Binh-Minh Ribler2019-01-2512-83/+110
| | |\ \ | |_|/ / |/| | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
* | | | Merge pull request #1479 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-245-24/+129
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr_fixbug:develop to develop HDFFV-10586 and HDFFV-10588 * commit '25cd1ab02b9ddaf58a4f5422f4ab4fde411e050a': Added test for HDFFV-10588 Fixed HDFFV-10684 Fixed HDFFV-10586 and HDFFV-10588 Description: HDFFV-10586 CVE-2018-17434 Divide by zero inh5repack_filters Added a check for zero value HDFFV-10588 CVE-2018-17437 Memory leak in H5O_dtype_decode_helper This is actually an Invalid read issue. It was found that the attribute name length in an attribute message was corrupted, which caused the buffer pointer to be advanced too far and later caused an invalid read. Added a check to detect attribute name and its length mismatch. The fix is not perfect, but it'll reduce the chance of this issue when a name length is corrupted or the attribute name is corrupted. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* | | | Merge pull request #1491 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-01-223-6/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f033214796c383a9018dd760e92257dc27d7b852': Add clear objects to ignore tests Add clear objects to ignore tests Add new clear tests to ignore list Cleanup variable names HDFFV-10685 Correct syntax HDFFV-10685 Corrected version HDFFV-10685 Always set Mac version flags - use soversion
| * | | | Add clear objects to ignore testsAllen Byrne2019-01-221-1/+1
| | | | |
| * | | | Add clear objects to ignore testsAllen Byrne2019-01-221-1/+5
| | | | |
| * | | | Add new clear tests to ignore listAllen Byrne2019-01-221-0/+5
| | | | |
| * | | | Cleanup variable namesAllen Byrne2019-01-221-2/+2
| | | | |
| * | | | HDFFV-10685 Correct syntaxAllen Byrne2019-01-221-0/+1
| | | | |
| * | | | HDFFV-10685 Corrected versionAllen Byrne2019-01-221-1/+3
| | | | |
| * | | | HDFFV-10685 Always set Mac version flags - use soversionAllen Byrne2019-01-221-3/+4
|/ / / /
* | | | Merge pull request #1489 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-01-214-339/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'e6be5560882c2f598b3a0ddab7d9d29a552fcb10': MPI vars need passed in, change to grepTest
| * | | | MPI vars need passed in, change to grepTestAllen Byrne2019-01-204-339/+11
|/ / / /
* | | | Merge pull request #1485 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-01-198-55/+383
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '769837f3ae93f4cae3486aef95c1c580a9946406': Add parrallel runTest.cmake for ph5example Add missing depends to last test Fix CMake policy 54 warnings TRILABS-105 Fix CMake policy 54 warnings
| * | | | Add parrallel runTest.cmake for ph5exampleAllen Byrne2019-01-183-4/+332
| | | | |
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-01-181-1/+1
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * commit 'eeea2b91729b57a0cdec301312bd5713941ab2c6': Fix typo
* | | | | Merge pull request #1484 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2019-01-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '2cf543b2941442a45a4cb878d4fb33c8c69188a2': Fix typo
| * | | | | Fix typoAllen Byrne2019-01-181-1/+1
|/ / / / /
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-01-180-0/+0
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * commit 'c5b19f3dd2eb4144e614105e30bf149b5324e014': Fix missing depends for last repart test
* | | | | Merge pull request #1483 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2019-01-181-9/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '13d1568c3f491b1dfe6254f22f04fece29b6dad2': Fix missing depends for last repart test
| * | | | | Fix missing depends for last repart testAllen Byrne2019-01-181-9/+16
|/ / / / /
| * | | | Add missing depends to last testAllen Byrne2019-01-181-9/+16
| | | | |
| * | | | Fix CMake policy 54 warningsAllen Byrne2019-01-184-29/+29
| | | | |