| Commit message (Expand) | Author | Age | Files | Lines |
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -416/+423 |
|
|
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -4/+1 |
|
|
* | Changed wording in comment. | Binh-Minh Ribler | 2020-06-30 | 1 | -2/+2 |
|
|
* | - added comment to explain a kluge | Binh-Minh Ribler | 2020-06-29 | 1 | -0/+2 |
|
|
* | Fix HDFFV-11053 | Binh-Minh Ribler | 2020-05-26 | 1 | -0/+4 |
|
|
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -1/+1 |
|
|
* | Update versioning to next major version | Allen Byrne | 2019-09-25 | 1 | -68/+69 |
|
|
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -1/+0 |
|
|
* | Merge branch 'develop' into feature/update_gcc_flags | Quincey Koziol | 2019-06-28 | 1 | -86/+41 |
|\ |
|
| * | Merge pull request #1781 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_... | Dana Robinson | 2019-06-28 | 1 | -56/+4 |
| |\ |
|
| | * | Refactored some fsinfo code from H5Fsuper.c to H5Ofsinfo.c. | Dana Robinson | 2019-06-27 | 1 | -56/+4 |
|
|
| * | | (1) Add/remove comments. | Vailin Choi | 2019-06-27 | 1 | -20/+21 |
|
|
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_... | Vailin Choi | 2019-06-26 | 1 | -0/+63 |
| |\ \
| | |/ |
|
| * | | Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut... | Vailin Choi | 2019-06-24 | 1 | -7/+4 |
| |\ \ |
|
| * | | | Checkin for new shutting down free-space manager. | Vailin Choi | 2019-06-20 | 1 | -16/+22 |
|
|
* | | | | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -8/+9 |
| |_|/
|/| | |
|
* | | | Add release notes. | Vailin Choi | 2019-06-25 | 1 | -2/+1 |
|
|
* | | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib... | Vailin Choi | 2019-06-24 | 1 | -0/+64 |
| |/
|/| |
|
* | | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -7/+4 |
|/ |
|
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 1 | -0/+1 |
|
|
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -1/+1 |
|
|
* | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -56/+59 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -3/+3 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -56/+196 |
|\ |
|
| * | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 1 | -27/+85 |
|
|
| * | Fix bounds check for the generation of cache image. | Vailin Choi | 2018-01-22 | 1 | -4/+0 |
|
|
| * | Changes made based on code reviews. | Vailin Choi | 2018-01-12 | 1 | -17/+70 |
|
|
| * | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 1 | -0/+4 |
| |\ |
|
| * \ | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-10-17 | 1 | -40/+87 |
| |\ \
| | |/ |
|
| * | | Initial checkin for library version bounds | Vailin Choi | 2017-10-03 | 1 | -13/+33 |
|
|
* | | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -155/+125 |
| |/
|/| |
|
* | | Try to address most of the issues raised by Dana in the code review | Richard Warren | 2017-10-11 | 1 | -51/+51 |
|
|
* | | Add a test for parallel reads of independent files using MPI subgroups | Richard Warren | 2017-10-09 | 1 | -11/+7 |
|
|
* | | Edits to the file open optimization and associated test | mainzer | 2017-10-05 | 1 | -11/+36 |
|
|
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Richard Warren | 2017-09-28 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -0/+3 |
|
|
* | | The initial coding for the superblock read optization | Richard Warren | 2017-09-28 | 1 | -2/+28 |
|/ |
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -41/+130 |
|
|
* | Bring changes to I/O parameters from page_buffering branch. | Quincey Koziol | 2017-03-13 | 1 | -22/+29 |
|
|
* | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 1 | -7/+10 |
|
|
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 1 | -1/+1 |
|
|
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -5/+34 |
|
|
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -8/+145 |
|
|
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -1/+0 |
|
|
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -1/+25 |
|
|
* | Tentative fix for valgrind issues related to EoC. | Dana Robinson | 2016-11-26 | 1 | -1/+1 |
|
|
* | Change file memory type for extending to default, and correct error in | Quincey Koziol | 2016-11-03 | 1 | -1/+1 |
|
|
* | Minor code cleanups. | Quincey Koziol | 2016-11-03 | 1 | -7/+3 |
|
|
* | [svn-r30075] Description: | Quincey Koziol | 2016-06-14 | 1 | -6/+18 |
|
|