Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check sizeof type to use correct ref_type | Allen Byrne | 2020-03-09 | 2 | -38/+41 |
| | |||||
* | Fix h5ls attrreg | Allen Byrne | 2020-03-01 | 1 | -10/+38 |
| | |||||
* | Updated reference code | Allen Byrne | 2020-02-29 | 1 | -15/+90 |
| | |||||
* | Merge CMake and tools changes from develop | Allen Byrne | 2020-02-27 | 29 | -903/+919 |
| | |||||
* | Merge from dev, sanitizer, fortran, warnings and tools ids | Allen Byrne | 2020-02-11 | 5 | -15/+15 |
| | |||||
* | HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵ | Muqun Yang | 2020-02-10 | 1 | -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. | ||||
* | tools perform and hid_t init settings | Allen Byrne | 2020-01-20 | 1 | -1/+2 |
| | |||||
* | merge intel warning fix | Kimmy Mu | 2020-01-09 | 1 | -3/+3 |
| | |||||
* | More whitespace changes | Allen Byrne | 2019-10-03 | 1 | -165/+52 |
| | |||||
* | Whitespace cleanup | Allen Byrne | 2019-10-03 | 1 | -159/+157 |
| | |||||
* | Remove incorrect text | Allen Byrne | 2019-10-03 | 1 | -2/+1 |
| | |||||
* | HDFFV-10919 merge synching | Allen Byrne | 2019-10-02 | 3 | -174/+63 |
| | |||||
* | Whitespace and benign synchro changes | Allen Byrne | 2019-10-02 | 3 | -407/+509 |
| | |||||
* | Fix missing option and incorrect close | Allen Byrne | 2019-09-24 | 1 | -2/+2 |
| | |||||
* | Whitespace updates | Allen Byrne | 2019-09-23 | 2 | -60/+59 |
| | |||||
* | Merge S3 code from develop to 1.10 | Allen Byrne | 2019-09-13 | 3 | -662/+1013 |
| | |||||
* | HDFFV-10876 link fix and compile issue | Allen Byrne | 2019-08-27 | 1 | -8/+0 |
| | |||||
* | OESS-29 Update HD prefix and compare against develop | Allen Byrne | 2019-08-23 | 3 | -5/+5 |
| | |||||
* | Merge HD prefix and whitespace changes from develop | Allen Byrne | 2019-08-18 | 12 | -710/+752 |
| | |||||
* | Merge fixes and code reconciliation wit develop | Allen Byrne | 2019-08-05 | 2 | -54/+54 |
| | |||||
* | Cleanup when merging to other branches | Allen Byrne | 2019-07-30 | 5 | -56/+26 |
| | |||||
* | HDFFV-10845, 10529 and CMake changes from develop | Allen Byrne | 2019-07-24 | 2 | -12/+5 |
| | |||||
* | Squash commit of options to build tools and tests | Dhvanil Popat | 2019-06-25 | 4 | -640/+1 |
| | |||||
* | HDFFV-10805 Merge SHARED ONLY option from develop | Allen Byrne | 2019-06-20 | 10 | -141/+242 |
| | |||||
* | Fixed HDFFV-10586, HDFFV-10588, and HDFFV-10684 | Binh-Minh Ribler | 2019-01-31 | 1 | -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) | ||||
* | Tools cleanup | Allen Byrne | 2018-12-13 | 1 | -3/+3 |
| | |||||
* | Renamed h5repart's -family_to_sec2 to -family_to_single. | Dana Robinson | 2018-11-23 | 1 | -19/+26 |
| | |||||
* | TRILAB-82 fix coverity high-impact issues | Allen Byrne | 2018-11-08 | 7 | -121/+130 |
| | |||||
* | Merge CMake changes from develop | Allen Byrne | 2018-10-23 | 1 | -1/+1 |
| | | | Improved cross-compiling and toolchains | ||||
* | HDFFV-10594, 10332, 10531 | Allen Byrne | 2018-09-26 | 4 | -96/+102 |
| | |||||
* | Update system commands with HD prefix and whitespace | Allen Byrne | 2018-08-28 | 3 | -198/+198 |
| | |||||
* | Merge from develop | Allen Byrne | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Fix for HDFFV-10333: | Vailin Choi | 2018-07-26 | 1 | -131/+159 |
| | | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump | ||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Vailin Choi | 2018-05-23 | 10 | -20/+20 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 10 | -20/+20 |
| | | |||||
* | | Changes made based on feedback from pull request #1039. | Vailin Choi | 2018-05-14 | 7 | -19/+18 |
| | | |||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Vailin Choi | 2018-05-14 | 12 | -105/+81 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| * | Text cleanup | Allen Byrne | 2018-05-08 | 2 | -42/+18 |
| | | |||||
| * | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 10 | -63/+63 |
| | | |||||
* | | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 8 | -22/+23 |
|/ | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 11 | -11/+11 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 11 | -56/+21 |
| | |||||
* | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -7/+12 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 25 | -390/+335 |
|\ | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros | ||||
| * | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵ | Vailin Choi | 2018-03-12 | 1 | -16/+142 |
| |\ | | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries. | ||||
| | * | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 1 | -16/+142 |
| | | | |||||
| * | | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 11 | -11/+11 |
| |/ | |||||
| * | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 11 | -11/+11 |
| | | |||||
| * | 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 |
| | |