summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-0/+1
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-2/+2
* Enhance API tracing (#120)Quincey Koziol2020-11-261-0/+24
* Update H5TS code to reflect library's coding style (#123)Quincey Koziol2020-11-251-0/+110
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-38/+38
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-181-2/+0
* Removes -Wimplicit-fallthrough=5 from the gcc warningsDana Robinson2020-10-221-0/+4
* Clang-format of source filesAllen Byrne2020-09-301-1299/+1331
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-3/+6
|\
| * Trivialities noticed while merging things to 1.10Dana Robinson2020-08-151-1/+1
| * Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-2/+2
| |\
| | * Squash merge of file locking fixesDana Robinson2020-08-031-2/+2
| * | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+4
| |/
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-5/+9
|/
* Merge pull request #2668 in HDFFV/hdf5 from monotonic_timer to developQuincey Koziol2020-07-021-9/+28
|\
| * Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-261-207/+370
| |\
| * | Changes to make timers within the library monotonic.Quincey Koziol2017-09-031-9/+28
* | | Fix typo in HDftell macro definition: 'ftello -> ftell'Jacob Smith2020-06-291-1/+1
| |/ |/|
* | Reduce overhead for H5open, which is involved in the public symbols like H5T_...Quincey Koziol2020-06-161-2/+27
* | Removed HDgets macros since gets was deprecated in C99 and removedDana Robinson2020-05-101-2/+5
* | Tidying of Mirror VFD.Jacob Smith2020-04-071-3/+0
* | Add Splitter VFD to library.Jacob Smith2020-03-131-1/+65
* | Merge pull request #2351 in HDFFV/hdf5 from ~DYOUNG/werror:b-bye-HDpthread_se...David Young2020-03-051-4/+0
|\ \
| * | Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-02-061-4/+0
* | | Merge pull request #2367 in HDFFV/hdf5 from ~DYOUNG/werror:unused to developDavid Young2020-02-191-14/+39
|\ \ \
| * | | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-101-14/+39
| |/ /
* | | Delete unhelpful comment per Jordan's question.David Young2020-02-101-3/+0
* | | Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-071-3/+5
|/ /
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-031-5/+0
* | Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
|\ \
| * | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-1/+1
* | | Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-01-241-0/+3
* | | Removed H5_DEC_ENUMDana Robinson2020-01-231-7/+0
* | | 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
|/ /