Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update libvers usage | Allen Byrne | 2019-07-28 | 1 | -1/+2 | |
| | | ||||||
* | | Change print calls to HD-wrapped. | Jacob Smith | 2019-09-23 | 2 | -61/+68 | |
| | | | | | | | | Minor formatting tweaks (inc. regressions and in-file style-matching). | |||||
* | | Add copyright/disclaimer to repack gentest. | Jacob Smith | 2019-07-22 | 1 | -7/+0 | |
| | | | | | | | | Minor formatting tweaks. | |||||
* | | Merge branch 'develop' of ↵ | Jacob Smith | 2019-07-22 | 4 | -54/+25 | |
|\ \ | |/ | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage | |||||
| * | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 1 | -1/+1 | |
| | | | | | | | | to warning cleanups that are a bit obscure. | |||||
| * | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -16/+8 | |
| | | ||||||
| * | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 3 | -38/+16 | |
| | | | | | | | | clean up warnings. | |||||
* | | Minor formatting adjustments. | Jacob Smith | 2019-07-22 | 2 | -20/+6 | |
| | | ||||||
* | | Undo some formatting modifications. | Jacob Smith | 2019-06-21 | 3 | -44/+40 | |
| | | | | | | | | Update MANIFEST. | |||||
* | | Merge branch 'develop' into bugfix/repack_external_storage | Jacob Smith | 2019-06-20 | 2 | -10/+12 | |
|\ \ | |/ | ||||||
| * | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -9/+11 | |
| | | | | | | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules | |||||
| * | Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow | Larry Knox | 2019-06-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings. | |||||
* | | First pass at repack consolidating external storage if layout given. | Jacob Smith | 2019-05-31 | 1 | -3/+12 | |
| | | | | | | | | Checks out manually, tests still complain. | |||||
* | | Formatting changes, mostly. | Jacob Smith | 2019-05-30 | 1 | -58/+125 | |
| | | ||||||
* | | Modify code comments for clarity. | Jacob Smith | 2019-05-28 | 1 | -145/+218 | |
| | | | | | | | | Some minor reformatting. | |||||
* | | refactor h5repack_main.c -- remove some redundancy, formatting | Jacob Smith | 2019-05-24 | 1 | -173/+134 | |
| | | ||||||
* | | Fit help message to 80 character width and clarify some details. | Jacob Smith | 2019-05-14 | 1 | -27/+44 | |
|/ | ||||||
* | Invalid position of declaration fixed. | Allen Byrne | 2019-01-25 | 1 | -1/+2 | |
| | ||||||
* | Fixed HDFFV-10586 and HDFFV-10588 | Binh-Minh Ribler | 2019-01-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | 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) | |||||
* | TRILAB-81 coverity fixes | Allen Byrne | 2018-10-17 | 2 | -3/+5 | |
| | ||||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Vailin Choi | 2018-05-23 | 1 | -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 folder | Allen Byrne | 2018-05-09 | 1 | -2/+2 | |
| | | ||||||
* | | Changes made based on feedback from pull request #1039. | Vailin Choi | 2018-05-14 | 2 | -2/+2 | |
| | | ||||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Vailin Choi | 2018-05-14 | 1 | -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 expressions | Allen Byrne | 2018-04-26 | 1 | -6/+6 | |
| | | ||||||
* | | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 2 | -4/+4 | |
|/ | ||||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 | |
| | ||||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -6/+2 | |
| | ||||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 | |
| | ||||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 | |
| | ||||||
* | HDFFV-10412 fix typo | Allen Byrne | 2018-02-21 | 1 | -1/+1 | |
| | ||||||
* | HDFFV-10412 moved check back into normal path | Allen Byrne | 2018-02-21 | 1 | -20/+20 | |
| | ||||||
* | Fix indentation | Allen Byrne | 2018-02-19 | 1 | -2/+2 | |
| | ||||||
* | HDFFV-10384 Add optional arg to enable-error-stack | Allen Byrne | 2018-02-14 | 1 | -2/+2 | |
| | ||||||
* | Modifications made based on comments from pull request. | Vailin Choi | 2018-02-07 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2018-01-23 | 3 | -13/+13 | |
|\ | | | | | | | Keep the branch up-to-date. | |||||
| * | HDFFV-10393 fix incorrect search for name in h5repack object table | Allen Byrne | 2018-01-18 | 1 | -5/+7 | |
| | | ||||||
| * | HDFFV-10392 change size of local array to 16 chars | Allen Byrne | 2018-01-17 | 1 | -6/+6 | |
| | | ||||||
| * | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -2/+0 | |
| | | ||||||
* | | Modify usage description for -j and -k options so that it is more informative. | Vailin Choi | 2018-01-18 | 1 | -2/+3 | |
| | | ||||||
* | | Modify h5repack usage so that it is more descriptive. | Vailin Choi | 2018-01-16 | 1 | -5/+16 | |
| | | ||||||
* | | Merge branch develop into bugfix/version_bounds | Vailin Choi | 2018-01-12 | 1 | -4/+3 | |
|\ \ | |/ | ||||||
| * | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -4/+3 | |
| | | ||||||
* | | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 6 | -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 fixes | Dana Robinson | 2017-11-15 | 1 | -2/+2 | |
| | | ||||||
| * | Correct typo | Allen Byrne | 2017-10-24 | 1 | -2/+2 | |
| | | ||||||
| * | fix typo | Allen Byrne | 2017-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typos | Allen Byrne | 2017-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | HDFFV-10297 Free buffer inside loop | Allen Byrne | 2017-10-23 | 1 | -0/+5 | |
| | | ||||||
| * | HDFFV-10297 Cleanup, Initialize variables | Allen Byrne | 2017-10-23 | 3 | -27/+24 | |
| | |