summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack
Commit message (Collapse)AuthorAgeFilesLines
* Merge CMake and tools changes from developAllen Byrne2020-02-279-462/+472
|
* HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵Muqun Yang2020-02-101-1/+8
| | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
* Remove incorrect textAllen Byrne2019-10-031-2/+1
|
* HDFFV-10919 merge synchingAllen Byrne2019-10-023-174/+63
|
* Whitespace and benign synchro changesAllen Byrne2019-10-023-407/+509
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-183-59/+59
|
* Cleanup when merging to other branchesAllen Byrne2019-07-304-54/+24
|
* Squash commit of options to build tools and testsDhvanil Popat2019-06-251-1/+1
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-201-9/+11
|
* 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)
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-082-3/+5
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-231-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b0fb7e3f1f7da5b23d430702493ed4fb7f87166': (21 commits) HDFFV-9739 only executes H5E tests in production Remove link flag from compile command fix typo Add release note Correct attribute location HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note Adjust test names for concurrent tests Fix soversion HDFFV-9739 Fix copy name HDFFV-9739 factor out tests into separate JUnit Updated the threadsafety test to use error macros instead of asserts. ...
| * Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-2/+2
| |
* | Changes made based on feedback from pull request #1039.Vailin Choi2018-05-142-2/+2
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-141-6/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits) GGC requires attribute before function Correct COMPILE defs usage Add missing module_dir property Text cleanup Correct sentence punctuation. Add release note. Use set_property for MT flag Correct command usage Remove APPEND Fix typo Add missing test lib add missing folder to path Fix another command revert Missed a command revert Revert to old style for LINK_FLAGS gen expr not working LINK_FLAGS must be separate property sets Fix link flags syntax Revert refactor link flags refactor link flags to interface Refactor link flags ...
| * TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-6/+6
| |
* | Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-242-4/+4
|/
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-6/+2
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10412 fix typoAllen Byrne2018-02-211-1/+1
|
* HDFFV-10412 moved check back into normal pathAllen Byrne2018-02-211-20/+20
|
* Fix indentationAllen Byrne2018-02-191-2/+2
|
* HDFFV-10384 Add optional arg to enable-error-stackAllen Byrne2018-02-141-2/+2
|
* Modifications made based on comments from pull request.Vailin Choi2018-02-071-4/+4
|
* Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-233-13/+13
|\ | | | | | | Keep the branch up-to-date.
| * HDFFV-10393 fix incorrect search for name in h5repack object tableAllen Byrne2018-01-181-5/+7
| |
| * HDFFV-10392 change size of local array to 16 charsAllen Byrne2018-01-171-6/+6
| |
| * HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+0
| |
* | Modify usage description for -j and -k options so that it is more informative.Vailin Choi2018-01-181-2/+3
| |
* | Modify h5repack usage so that it is more descriptive.Vailin Choi2018-01-161-5/+16
| |
* | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-4/+3
|\ \ | |/
| * HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-4/+3
| |
* | (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-256-221/+209
|\ \ | |/ | | | | | | | | (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.
| * Minor warning fixesDana Robinson2017-11-151-2/+2
| |
| * Correct typoAllen Byrne2017-10-241-2/+2
| |
| * fix typoAllen Byrne2017-10-241-1/+1
| |
| * Fix typosAllen Byrne2017-10-241-1/+1
| |
| * HDFFV-10297 Free buffer inside loopAllen Byrne2017-10-231-0/+5
| |
| * HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-233-27/+24
| |
| * Fix tools error handling and valgrind issuesAllen Byrne2017-10-183-26/+44
| |
| * Cleanup valgrind issuesAllen Byrne2017-10-171-9/+11
| |
| * HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-161-6/+6
| |
| * HDFFV-10296 Update tools lib to use the error handling macros.Allen Byrne2017-10-131-132/+56
| |
| * Close ids in loopAllen Byrne2017-10-121-2/+15
|/
* HDFFV-10297 Fix resource errors and cleanup whitespaceAllen Byrne2017-10-102-189/+168
|
* HDFFV-10297 - Fix test errors - five remainingAllen Byrne2017-10-093-49/+79
|
* HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-068-442/+397
| | | includes H5Zfilter_avail() fix
* Update error handling to support ARGS and tools stackAllen Byrne2017-10-026-451/+254
|