| Commit message (Expand) | Author | Age | Files | Lines |
* | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co... | kmu | 2020-05-20 | 1 | -1/+1 |
|
|
* | Replaced my_isnan with C99 isnan in h5diff. | Dana Robinson | 2020-05-20 | 1 | -0/+3 |
|
|
* | Removed H5_DEC_ENUM | Dana Robinson | 2020-05-20 | 1 | -7/+0 |
|
|
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-05-20 | 1 | -15/+0 |
|
|
* | Revert "Moved -Wunsuffixed-float-constants to the developer warnings." | Dana Robinson | 2020-05-20 | 1 | -0/+15 |
|
|
* | Moved -Wunsuffixed-float-constants to the developer warnings. | Dana Robinson | 2020-05-20 | 1 | -15/+0 |
|
|
* | fix unused related warnings | kmu | 2020-05-20 | 1 | -1/+8 |
|
|
* | Fix compile errors - mostly in jni | Allen Byrne | 2020-05-20 | 1 | -21/+17 |
|
|
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2020-05-20 | 1 | -7/+0 |
|
|
* | Undo my changes to the HD macros, hadn't really intended those to be on | David Young | 2020-05-20 | 1 | -7/+7 |
|
|
* | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2020-05-20 | 1 | -7/+7 |
|
|
* | Fixed the H5_mpi_get_bigio_count function prototype | Richard Warren | 2020-05-20 | 1 | -1/+1 |
|
|
* | Split VFD_SWMR_TEST_FOR_END_OF_TICK() into VFD_SWMR_ENTER() and | David Young | 2020-05-09 | 1 | -12/+25 |
|
|
* | Extract a subroutine, H5F_vfd_swmr_process_eot_queue(), from the | David Young | 2020-04-16 | 1 | -36/+19 |
|
|
* | Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`: | David Young | 2019-12-10 | 1 | -4/+4 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -50/+90 |
|
|
* | Changes for punch list #4: Add support for opening mulitple files in either V... | Vailin Choi | 2019-11-20 | 1 | -30/+33 |
|
|
* | Provide the BSD `struct timespec` arithmetic macro, timespecsub(). | David Young | 2019-10-07 | 1 | -10/+1 |
|
|
* | Make some NetBSD compatibility patches. | David Young | 2019-10-03 | 1 | -1/+18 |
|
|
* | Oops, straggler from last: rename the nanosecond constants. While I am | David Young | 2019-09-26 | 1 | -6/+2 |
|
|
* | Merge the latest h5_retry_t code from my `sleepy` branch. | David Young | 2019-09-10 | 1 | -0/+2 |
|
|
* | Consolidate VFD SWMR variable declarations in a new header file, | David Young | 2019-08-28 | 1 | -61/+44 |
|
|
* | interim checkin of VFD SWMR writer EOT code. | mainzer | 2018-12-07 | 1 | -21/+56 |
|
|
* | (1) Add tests for VFD SWMR writer | Vailin Choi | 2018-10-22 | 1 | -4/+10 |
|
|
* | Third batch of checkin: | Vailin Choi | 2018-09-28 | 1 | -13/+14 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f... | Vailin Choi | 2018-09-26 | 1 | -52/+1 |
|\ |
|
| * | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -2/+1 |
|
|
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -50/+0 |
|
|
* | | Second batch of checkin: | Vailin Choi | 2018-09-04 | 1 | -2/+2 |
|
|
* | | Preliminary checkins for implementation done so far: | Vailin Choi | 2018-08-14 | 1 | -0/+30 |
|/ |
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -9/+29 |
|\ |
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -28/+67 |
|/ |
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 1 | -84/+97 |
|
|
* | Rework of the POSIX file open permissions and macros to clean up | Dana Robinson | 2017-04-28 | 1 | -17/+4 |
|
|
* | Changed the Windows POSIX open() file permissions to be correct | Dana Robinson | 2017-04-28 | 1 | -0/+18 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Update cmake pubconf to match autotools and add strtoll checks | Allen Byrne | 2017-03-16 | 1 | -1/+7 |
|
|
* | Added text to the function check macros so that a more helpful | Dana Robinson | 2016-12-12 | 1 | -1/+1 |
|
|
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -1/+7 |
|
|
* | [svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout. | Dana Robinson | 2016-07-27 | 1 | -1/+3 |
|
|
* | [svn-r30113] Description: | Quincey Koziol | 2016-06-28 | 1 | -0/+33 |
|
|
* | [svn-r30017] Description: | Quincey Koziol | 2016-06-06 | 1 | -8/+8 |
|
|
* | [svn-r29395] Corrected parentheses in floating-point compare macros. | Dana Robinson | 2016-03-12 | 1 | -8/+9 |
|
|
* | [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configure | Dana Robinson | 2016-02-22 | 1 | -1/+5 |
|
|
* | [svn-r29084] Revert of: | Dana Robinson | 2016-02-11 | 1 | -5/+1 |
|
|
* | [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU... | Mohamad Chaarawi | 2016-02-07 | 1 | -0/+3 |
|
|
* | [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci... | Dana Robinson | 2016-02-04 | 1 | -1/+5 |
|
|
* | [svn-r29030] Cleanup of test/externals before merging user patch. | Dana Robinson | 2016-02-02 | 1 | -1/+3 |
|
|
* | [svn-r29019] Fixed double declaration of a few types that only appears on Win... | Dana Robinson | 2016-01-29 | 1 | -1/+7 |
|
|