| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -7/+0 |
|
|
| * | | Fixed the H5_mpi_get_bigio_count function prototype | Richard Warren | 2019-11-18 | 1 | -1/+1 |
|
|
| * | | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop | David Young | 2019-11-05 | 1 | -1/+18 |
| |\ \ |
|
| | * | | For portability, insulate the HDF5 library from some system macros. | David Young | 2019-10-03 | 1 | -1/+18 |
|
|
| * | | | Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ... | Richard Warren | 2019-10-23 | 1 | -1/+2 |
|
|
| * | | | Another cleanup pass as suggested by the reviewers. | Richard Warren | 2019-10-07 | 1 | -5/+0 |
|
|
| * | | | At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5... | Richard Warren | 2019-10-07 | 1 | -0/+8 |
| |/ / |
|
| * | | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O | Dana Robinson | 2019-08-26 | 1 | -0/+2 |
|
|
| * | | Some refactoring prior to implementing new H5P MPI functions. | Dana Robinson | 2019-08-14 | 1 | -0/+8 |
|
|
| * | | Merge pull request #1860 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:map_api_merge ... | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
|
|
| * | | | Added ifdef for intel compilers, __GNUC__ has to be defined for header files ... | M. Scot Breitenfeld | 2019-08-13 | 1 | -1/+1 |
| |/ / |
|
| * | | Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings o... | M. Scot Breitenfeld | 2019-08-08 | 1 | -0/+4 |
|
|
| * | | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -0/+3 |
|
|
| * | | - Added H5MMprivate.h #includes where needed | Dana Robinson | 2019-03-16 | 1 | -5/+1 |
|
|
| * | | Merge branch 'develop' into c_stdlib_posix_call_cleanup | Dana Robinson | 2019-02-19 | 1 | -0/+6 |
| |\ \ |
|
| | * | | Updated sec2, log, and core VFDs to use pread/pwrite when | Dana Robinson | 2019-01-31 | 1 | -0/+6 |
|
|
| * | | | C and POSIX call cleanup | Dana Robinson | 2019-01-11 | 1 | -2/+3 |
| |/ / |
|
| * | | Further va_list improvements. | Dana Robinson | 2018-12-17 | 1 | -0/+3 |
|
|
| * | | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 1 | -0/+3 |
|
|
| * | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -5/+6 |
|
|
| * | | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+10 |
|
|
* | | | (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick... | vchoi | 2020-06-26 | 1 | -0/+19 |
|
|
* | | | If we're processing the EOT queue when we *enter* a function, use | David Young | 2020-06-03 | 1 | -1/+1 |
|
|
* | | | Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have been | David Young | 2020-05-20 | 1 | -3/+3 |
|
|
* | | | Removed HDgets macros since gets was deprecated in C99 and removed | Dana Robinson | 2020-05-20 | 1 | -2/+5 |
|
|
* | | | Tidying of Mirror VFD. | Jacob Smith | 2020-05-20 | 1 | -3/+0 |
|
|
* | | | Add Splitter VFD to library. | Jacob Smith | 2020-05-20 | 1 | -1/+65 |
|
|
* | | | Use a naked pthread_self() call in the HDF5 thread wrappers. | David Young | 2020-05-20 | 1 | -4/+0 |
|
|
* | | | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-05-20 | 1 | -14/+39 |
|
|
* | | | Delete unhelpful comment per Jordan's question. | David Young | 2020-05-20 | 1 | -3/+0 |
|
|
* | | | Make sure that H5TS_thread_id() is available as either a function or a macro in | David Young | 2020-05-20 | 1 | -3/+5 |
|
|
* | | | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-05-20 | 1 | -5/+0 |
|
|
* | | | 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 |
|
|