summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-15/+0
| |/ /
| * | merge and fix conflictkmu2020-01-191-15/+15
| |\ \
| * \ \ merge and fix conflictskmu2020-01-141-21/+17
| |\ \ \ | | |/ /
| | * | Fix compile errors - mostly in jniAllen Byrne2019-12-061-21/+17
| * | | fix unused related warningskmu2020-01-131-1/+8
| |/ /
| * | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-7/+0
| * | Fixed the H5_mpi_get_bigio_count function prototypeRichard Warren2019-11-181-1/+1
| * | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-051-1/+18
| |\ \
| | * | For portability, insulate the HDF5 library from some system macros.David Young2019-10-031-1/+18
| * | | Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ...Richard Warren2019-10-231-1/+2
| * | | Another cleanup pass as suggested by the reviewers.Richard Warren2019-10-071-5/+0
| * | | At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5...Richard Warren2019-10-071-0/+8
| |/ /
| * | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-261-0/+2
| * | Some refactoring prior to implementing new H5P MPI functions.Dana Robinson2019-08-141-0/+8
| * | Merge pull request #1860 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:map_api_merge ...Dana Robinson2019-08-131-0/+3
| |\ \
| | * | Added the map (H5M) APIDana Robinson2019-08-131-0/+3
| * | | Added ifdef for intel compilers, __GNUC__ has to be defined for header files ...M. Scot Breitenfeld2019-08-131-1/+1
| |/ /
| * | Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings o...M. Scot Breitenfeld2019-08-081-0/+4
| * | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+3
| * | - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-5/+1
| * | Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-191-0/+6
| |\ \
| | * | 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