| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes gratuitous (double)x.yF casts (#632) | Dana Robinson | 2021-05-07 | 1 | -11/+11 |
|
|
* | Update clang config (#473) | Quincey Koziol | 2021-03-17 | 1 | -8/+32 |
|
|
* | Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) | Sean McBride | 2021-03-10 | 1 | -23/+23 |
|
|
* | Patches from vtk (#358) | Sean McBride | 2021-02-25 | 1 | -2/+2 |
|
|
* | 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 | -8/+8 |
|
|
* | Bring async branch to develop (#166) | Quincey Koziol | 2020-12-14 | 1 | -4/+4 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -4/+4 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -1875/+1885 |
|
|
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -9/+2 |
|
|
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-01-23 | 1 | -2/+2 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -85/+92 |
|
|
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -6/+6 |
|
|
* | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 1 | -16/+13 |
|
|
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -136/+136 |
|
|
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -1/+1 |
|
|
* | Added the creation and use of an attribute access property list to | Dana Robinson | 2019-06-15 | 1 | -49/+60 |
|
|
* | Change the checking to H5I_INVALID_HID in test_attr_dense_rename(). | Vailin Choi | 2019-04-16 | 1 | -10/+10 |
|
|
* | Fix for HDFFV-10579 H5Arename fails when creation order of attributes is trac... | Vailin Choi | 2019-04-12 | 1 | -38/+55 |
|
|
* | Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is s... | Jordan Henderson | 2019-01-08 | 1 | -0/+57 |
|
|
* | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-28 | 1 | -1/+95 |
|\ |
|
| * | Add test for H5Arename NULL/empty attribute name fix | Jordan Henderson | 2018-12-17 | 1 | -1/+96 |
|
|
* | | OHDR tests now accept h5_fileaccess() fapls. | Jacob Smith | 2018-12-26 | 1 | -104/+107 |
|
|
* | | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 1 | -12/+3 |
|
|
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-13 | 1 | -0/+64 |
|\ \
| |/ |
|
| * | Add test for H5Aget_info(_by_name/_by_idx) NULL info pointer | Jordan Henderson | 2018-12-13 | 1 | -0/+65 |
|
|
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -578/+576 |
|\ \
| |/ |
|
| * | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -578/+576 |
|
|
* | | Sidestep and hide&flag minor issues causing test failures. | Jacob Smith | 2018-12-05 | 1 | -17/+57 |
|
|
* | | Incorporate minimized dset ohdr tests into extant suite. | Jacob Smith | 2018-11-19 | 1 | -158/+272 |
|/ |
|
* | Fix for HDFFV-9277: update the ainfo message after removing an attribute. | Vailin Choi | 2018-07-20 | 1 | -0/+94 |
|
|
* | Changes made based on feedback from pull request #1039. | Vailin Choi | 2018-05-14 | 1 | -10/+10 |
|
|
* | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 1 | -25/+25 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -49/+47 |
|\ |
|
| * | Cleanup overuse of include files | Allen Byrne | 2018-02-14 | 1 | -49/+47 |
|
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -121/+121 |
|/ |
|
* | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 1 | -7/+7 |
|
|
* | Fix some of the whitespace | Allen Byrne | 2017-11-16 | 1 | -127/+127 |
|
|
* | Fix Windows link error | Allen Byrne | 2017-11-14 | 1 | -379/+379 |
|
|
* | Initialize hid_t variables in test_Attr_bug9. | Neil Fortner | 2017-11-13 | 1 | -4/+4 |
|
|
* | Fix HDFFV-10274. When deleting all (or almost all) of the messages in | Neil Fortner | 2017-11-10 | 1 | -0/+98 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Description: | Quincey Koziol | 2016-09-27 | 1 | -12/+32 |
|
|
* | [svn-r30017] Description: | Quincey Koziol | 2016-06-06 | 1 | -20/+20 |
|
|
* | [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if a... | Jerome Soumagne | 2015-10-20 | 1 | -9/+9 |
|
|
* | [svn-r27800] Minor warning fixes in the library tests. | Dana Robinson | 2015-09-16 | 1 | -6/+6 |
|
|
* | [svn-r27768] Description: | Quincey Koziol | 2015-09-14 | 1 | -3/+3 |
|
|
* | [svn-r27626] Various minor warning fixes before major SWMR and VDS merges. | Dana Robinson | 2015-08-31 | 1 | -6/+6 |
|
|
* | [svn-r27548] Revert r27545 | Jerome Soumagne | 2015-08-21 | 1 | -9/+9 |
|
|
* | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if a... | Jerome Soumagne | 2015-08-21 | 1 | -9/+9 |
|
|