summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* OESS-29 Fix HD prefix in performAllen Byrne2019-08-279-370/+374
|
* HDFFV-10876 link fix and compile issueAllen Byrne2019-08-273-18/+9
|
* Add HD prefixAllen Byrne2019-08-271-8/+8
|
* OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-2312-435/+435
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-1822-1184/+1226
|
* Merge fixes and code reconciliation wit developAllen Byrne2019-08-057-105/+238
|
* Cleanup when merging to other branchesAllen Byrne2019-07-3014-179/+135
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-2430-2055/+696
|
* Merge from develop, mostly HDFFV-10845Allen Byrne2019-07-123-15/+27
|
* HDFFV-10581 Correct PDB files and debug naming.Allen Byrne2019-07-091-1/+1
|
* Merge pull request #1786 in HDFFV/hdf5 from ↵Dhvanil Popat2019-07-055-641/+8
|\ | | | | | | | | | | | | | | | | | | | | ~DPOPAT/hdf5:bugfix/HDFFV-10832_merge to hdf5_1_10 * commit 'c56b9846c5277271dd07900b884da1abf1c9c21f': Fixed name for 'Build HDF Tests' in CMake's libhdf5 settings Fixed options for CMake to correct names Added Tests/Tools to libhdf5.settings in cmake equivalent Minor fix in libhdf5.settings.in Squash commit of options to build tools and tests
| * Squash commit of options to build tools and testsDhvanil Popat2019-06-255-641/+8
| |
* | Merge parallel static fix from developAllen Byrne2019-06-272-237/+0
|/
* HDFFV-9407 Merge test addition from developAllen Byrne2019-06-253-1/+66
|
* Add lib dir for testing pluginsAllen Byrne2019-06-215-0/+12
|
* remove duplicated functionAllen Byrne2019-06-211-0/+4
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-2041-464/+777
|
* CMake fixesAllen Byrne2019-04-041-1/+1
|
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-2116-152/+134
|
* Update version on hdf5_1_10 branch to 1.10.6-snap0.Larry Knox2019-02-181-7/+7
|
* TRILAB-111 Update MPI CMakeAllen Byrne2019-02-132-10/+10
|
* Refactor TIMEOUT valuesAllen Byrne2019-02-061-1/+1
|
* HDFFV-10697 Disable compression option if source unavailableAllen Byrne2019-02-051-4/+2
|
* Merge branch 'hdf5_1_10' of ↵Binh-Minh Ribler2019-01-311-9/+16
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
| * Merge pull request #1480 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-281-1/+16
| |\ | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10 * commit '2880ef43eb03526e7d75551720547b85e66a3086': Fixed HDFFV-10578
| * | Fix CMake policy 54 warningsAllen Byrne2019-01-181-9/+16
| | |
* | | Fixed HDFFV-10586, HDFFV-10588, and HDFFV-10684Binh-Minh Ribler2019-01-311-2/+4
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: HDFFV-10586 CVE-2018-17434 Divide by zero in h5repack_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 does not cover all cases, but it'll reduce the chance of this issue when a name length is corrupted or the attribute name is corrupted. HDFFV-10684 H5Ewalk does not stop until all errors in the stack are visited The test for HDFFV-10588 has revealed a bug in H5Ewalk. H5Ewalk did not stop midway even when the call back function returns H5_ITER_STOP. This is because a condition is missing from the for loops in H5E__walk causing the callback functions unable to stop until all the errors in the stack are iterated. Quincey advised on the final fix. In this fix, "status" is switched to "ret_value" and HGOTO_ERROR to HERROR, and the for loops won't continue when "ret_value" is not 0. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* | Fixed HDFFV-10578Binh-Minh Ribler2019-01-151-1/+16
|/ | | | | | | | | | | Description: - HDFFV-10578 - CVE-2018-17234 Memory leak in H5O__chunk_deserialize() Actually, the leak was in h5tools_util. Applied Neil's fix. - Changed an assert to if/HGOTO_ERROR to fail gracefully. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* HDFFV-10669 merge from developAllen Byrne2018-12-311-2/+2
|
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-12-3111-138/+102
| | | | orginally intended to support the full SWMR feature (from develop).
* Merge CMake changes from developAllen Byrne2018-12-202-39/+74
|
* Add H5I_INVALID_HIDAllen Byrne2018-12-151-1/+1
|
* Tools cleanupAllen Byrne2018-12-133-108/+80
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-1382-293/+527
|
* Moved fixes for incorrectly installed header files to 1.10.Dana Robinson2018-12-061-12/+0
|
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-234-28/+49
|
* Fix target for commandsAllen Byrne2018-11-091-2/+2
|
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-0818-576/+560
|
* TRILABS: Merge CMake changes from developAllen Byrne2018-11-076-83/+95
|
* Merge CMake changes from developAllen Byrne2018-10-231-1/+1
| | | Improved cross-compiling and toolchains
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-269-108/+126
|
* Update versionLarry Knox2018-09-051-7/+7
|
* Fix Java library location for testingAllen Byrne2018-08-311-3/+0
|
* Update system commands with HD prefix and whitespaceAllen Byrne2018-08-286-236/+236
|
* Rearrange issues by date orderJordan Henderson2018-08-091-7/+7
| | | | | Update version. Update .so versions to match 1.10.3.
* Merge from developAllen Byrne2018-07-312-3/+3
|
* Add swmr tests, fix java scriptAllen Byrne2018-07-274-1/+422
|
* Revert Sencode h5dump testAllen Byrne2018-07-275-101/+0
|
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-261-0/+2
| | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* Changes based on feedback from pull request.Vailin Choi2018-07-262-3/+2
|