summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
* Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-271-3/+3
* Avoid popping API context when one wasn't pushed (#848)jhendersonHDF2021-07-221-3/+16
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-061-7/+6
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-10/+10
* Removes type guesses when C99 types are missing (#807)Dana Robinson2021-06-291-68/+0
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-291-0/+51
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-291-410/+413
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-49/+41
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-251-12/+2
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-251-7/+1
* Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)Dana Robinson2021-06-241-4/+3
* Removes ancient Autotools cruft (#790)Dana Robinson2021-06-241-19/+2
* Cleans up some POSIX header bits in H5private.h (#783)Dana Robinson2021-06-231-27/+11
* Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-181-5/+1
* Moves gcc warning macros from H5public.h to H5private.h (#724)Dana Robinson2021-06-041-0/+23
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+3
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-021-15/+1
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-291-236/+6
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-281-12/+0
* Purges UFAIL from the library (#637)Dana Robinson2021-05-111-1/+0
* Removes implementation of my_strdup() from the multi VFD (#527)Dana Robinson2021-03-311-12/+3
* Removed workarounds for pre-standard inline keyword (#423)Sean McBride2021-03-121-17/+0
* Fixes various warnings noticed on Windows (#425)Dana Robinson2021-03-051-5/+7
* Patches from vtk (#358)Sean McBride2021-02-251-14/+0
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-38/+38
* 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
|\ \