| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 1 | -1/+0 |
|
|
* | Fixes codespell issues (#2032) | Dana Robinson | 2022-08-17 | 1 | -1/+1 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 1 | -17/+17 |
|
|
* | Removes workaround for platforms that lack C99 stuct initializers (#1842) | Dana Robinson | 2022-07-01 | 1 | -133/+0 |
|
|
* | Documents Windows badness in H5Pget_external() (#1821) | Dana Robinson | 2022-06-24 | 1 | -1/+10 |
|
|
* | Removes the STATIC flavor of FUNC_ENTER macros (#1622) | Dana Robinson | 2022-04-08 | 1 | -26/+26 |
|
|
* | Update clang config (#473) | Quincey Koziol | 2021-03-17 | 1 | -4/+16 |
|
|
* | Fixed uninitialized warnings (#360) | Sean McBride | 2021-02-19 | 1 | -1/+1 |
|
|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
|
|
* | develop revert source to clang-format version 11 (#293) | Allen Byrne | 2021-01-29 | 1 | -1/+1 |
|
|
* | Replace H5E_ATOM major error category with H5E_ID (#121) | Dana Robinson | 2020-11-30 | 1 | -30/+30 |
|
|
* | Enhance API tracing (#120) | Quincey Koziol | 2020-11-26 | 1 | -4/+4 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -1/+1 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -966/+1057 |
|
|
* | Switch H5VM inline routines back to single underscope and put a comment in th... | Quincey Koziol | 2020-08-06 | 1 | -10/+10 |
|
|
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -70/+10 |
|
|
* | Minor changes from normalization with 1.10 | Dana Robinson | 2020-07-09 | 1 | -10/+10 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -10/+10 |
|
|
* | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-01-29 | 1 | -31/+31 |
|
|
* | Fix issues with using H5Pget_fill_value() with file datatypes retrieved | Neil Fortner | 2019-11-27 | 1 | -4/+4 |
|
|
* | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along | Quincey Koziol | 2019-07-30 | 1 | -2/+2 |
|
|
* | A few minor cleanups | Quincey Koziol | 2019-04-25 | 1 | -3/+0 |
|
|
* | Refactor dataset creation parameters out of the dataset creation property | Quincey Koziol | 2019-04-25 | 1 | -15/+0 |
|
|
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -13/+13 |
|
|
* | Specify variable type. | Jacob Smith | 2018-12-28 | 1 | -1/+1 |
|
|
* | Formatting adjustments | Jacob Smith | 2018-12-18 | 1 | -7/+7 |
|
|
* | formatting adjustments | Jacob Smith | 2018-12-14 | 1 | -18/+4 |
|
|
* | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 1 | -20/+12 |
|
|
* | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -25/+41 |
|\ |
|
| * | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+18 |
|
|
| * | Normalization with vol_integration (property lists, file drivers, | Dana Robinson | 2018-09-21 | 1 | -24/+22 |
|
|
* | | Stash work on object header reduction code and tests. | Jacob Smith | 2018-09-11 | 1 | -0/+126 |
|/ |
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -2/+2 |
|
|
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_... | hdftest | 2018-06-24 | 1 | -31/+10 |
|
|
* | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-08 | 1 | -9/+9 |
|\ |
|
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-04-29 | 1 | -14/+12 |
| |\ |
|
| | * | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -14/+0 |
|
|
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fix for HDFFV-10355 (CVE-2017-17506). | Dana Robinson | 2018-02-27 | 1 | -1/+1 |
|
|
| | * | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -7/+21 |
| | |/ |
|
| | * | Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop... | Dana Robinson | 2017-06-09 | 1 | -245/+164 |
|
|
| | * | * Made STATIC free lists EXTERN for H5O_layout_t. | Dana Robinson | 2017-06-07 | 1 | -164/+245 |
|
|
| | * | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
| * | | Checkpoint normalization against incoming hyperslab / selection / dataspace | Quincey Koziol | 2017-03-28 | 1 | -2/+2 |
| |/ |
|
* | | Re-factor coding for H5P/Sencode with libver bounds. | Vailin Choi | 2018-03-12 | 1 | -4/+24 |
|
|
* | | Needs to sync with lib version and Sencode. | M. Scot Breitenfeld | 2018-03-07 | 1 | -1/+1 |
|
|
* | | Fix for HDFFV-9947 H5Sencode | Vailin Choi | 2017-11-28 | 1 | -10/+11 |
|
|
* | | Change copyright headers to replace url referring to file to be removed | lrknox | 2017-04-14 | 1 | -6/+4 |
|/ |
|
* | [svn-r29659] Added fixed array chunk indexing from revise_chunks. | Dana Robinson | 2016-04-07 | 1 | -1/+1 |
|
|
* | [svn-r29644] Description: | Quincey Koziol | 2016-04-06 | 1 | -1/+1 |
|
|