summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-311-0/+6
| * | | C and POSIX call cleanupDana Robinson2019-01-111-2/+3
| |/ /
| * | Further va_list improvements.Dana Robinson2018-12-171-0/+3
| * | Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-131-0/+3
| * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-5/+6
| * | VOL FEATUREDana Robinson2018-10-101-0/+10
* | | (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick...vchoi2020-06-261-0/+19
* | | If we're processing the EOT queue when we *enter* a function, useDavid Young2020-06-031-1/+1
* | | Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have beenDavid Young2020-05-201-3/+3
* | | Removed HDgets macros since gets was deprecated in C99 and removedDana Robinson2020-05-201-2/+5
* | | Tidying of Mirror VFD.Jacob Smith2020-05-201-3/+0
* | | Add Splitter VFD to library.Jacob Smith2020-05-201-1/+65
* | | Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-05-201-4/+0
* | | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-05-201-14/+39
* | | Delete unhelpful comment per Jordan's question.David Young2020-05-201-3/+0
* | | Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-05-201-3/+5
* | | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-201-5/+0
* | | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-05-201-1/+1
* | | Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-05-201-0/+3
* | | Removed H5_DEC_ENUMDana Robinson2020-05-201-7/+0
* | | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-05-201-15/+0
* | | Revert "Moved -Wunsuffixed-float-constants to the developer warnings."Dana Robinson2020-05-201-0/+15
* | | Moved -Wunsuffixed-float-constants to the developer warnings.Dana Robinson2020-05-201-15/+0
* | | fix unused related warningskmu2020-05-201-1/+8
* | | Fix compile errors - mostly in jniAllen Byrne2020-05-201-21/+17
* | | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-201-7/+0
* | | Undo my changes to the HD macros, hadn't really intended those to be onDavid Young2020-05-201-7/+7
* | | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-201-7/+7
* | | Fixed the H5_mpi_get_bigio_count function prototypeRichard Warren2020-05-201-1/+1
* | | Split VFD_SWMR_TEST_FOR_END_OF_TICK() into VFD_SWMR_ENTER() andDavid Young2020-05-091-12/+25
* | | Extract a subroutine, H5F_vfd_swmr_process_eot_queue(), from theDavid Young2020-04-161-36/+19
* | | Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`:David Young2019-12-101-4/+4
* | | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-50/+90
* | | Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-201-30/+33
* | | Provide the BSD `struct timespec` arithmetic macro, timespecsub().David Young2019-10-071-10/+1
* | | Make some NetBSD compatibility patches.David Young2019-10-031-1/+18
* | | Oops, straggler from last: rename the nanosecond constants. While I amDavid Young2019-09-261-6/+2
* | | Merge the latest h5_retry_t code from my `sleepy` branch.David Young2019-09-101-0/+2
* | | Consolidate VFD SWMR variable declarations in a new header file,David Young2019-08-281-61/+44
* | | interim checkin of VFD SWMR writer EOT code.mainzer2018-12-071-21/+56
* | | (1) Add tests for VFD SWMR writerVailin Choi2018-10-221-4/+10
* | | Third batch of checkin:Vailin Choi2018-09-281-13/+14
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-09-261-52/+1
|\ \ \ | |/ /
| * | Develop normalization with vol_integration.Dana Robinson2018-09-191-2/+1
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-50/+0
* | | Second batch of checkin:Vailin Choi2018-09-041-2/+2
* | | Preliminary checkins for implementation done so far:Vailin Choi2018-08-141-0/+30
|/ /
* | Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-9/+29
|\ \
* | | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-28/+67
|/ /