summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changesgithub-actions2021-10-182-40/+41
* Merge branch 'develop' into selection_ioNeil Fortner2021-10-18296-17965/+30637
|\
| * VFD ctl feature (#981)jhendersonHDF2021-09-2317-146/+526
| * Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-1610-106/+134
| * Fix several warnings (#720)jhendersonHDF2021-09-1413-33/+47
| * H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933)Jan-Willem Blokland2021-09-131-5/+13
| * Fix various warnings and issues in doxygen doc generation (#994)Allen Byrne2021-09-103-43/+11
| * Update copyright headers with reproduction notice in 5 files (#993)Larry Knox2021-09-082-17/+14
| * Small doxygen fixes plus simple doc fixes (#989)Allen Byrne2021-09-042-10/+8
| * Synch CMake doxygen options with autotools configure (#983)Allen Byrne2021-09-021-1/+2
| * A batch of life-cycle examples for different modules (#654)Gerd Heber2021-09-0132-1383/+1166
| * More various warnings (#958)Sean McBride2021-08-254-22/+22
| * More clang tidy (#908)Sean McBride2021-08-236-42/+42
| * Develop windows compiler fixes (#912)Allen Byrne2021-08-191-0/+2
| * Correct number of args to Windows HDunsetenv macro (#939)Allen Byrne2021-08-191-1/+1
| * Fix formatting (#923)Allen Byrne2021-08-181-1/+1
| * Fixes a bad memory read and unfreed memory in fsinfo code (#893)Dana Robinson2021-08-122-14/+22
| * Guard the SKIP_MPICXX macros against redefinition. (#892)David Wells2021-08-121-0/+4
| * Unsigned comparison to 0 warning avoidance (#869)Larry Knox2021-08-021-3/+4
| * Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid (#866)Larry Knox2021-07-301-1/+3
| * Updates a comment in H5mpi.c (#863)Dana Robinson2021-07-281-1/+1
| * Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-272-93/+154
| * Fixes a couple of warnings: (#849)Dana Robinson2021-07-221-2/+2
| * Avoid popping API context when one wasn't pushed (#848)jhendersonHDF2021-07-221-3/+16
| * Allow parallel filters feature for comm size of 1 (#840)jhendersonHDF2021-07-201-3/+11
| * Remove checks for winsock2.h (#813)Dana Robinson2021-07-062-10/+9
| * Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-3018-240/+248
| * Assume C99 types exist in H5detect.c (#808)Dana Robinson2021-06-291-90/+0
| * 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-292-0/+215
| * Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-452/+448
| * Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-2917-161/+155
| * 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-252-52/+4
| * Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)Dana Robinson2021-06-242-17/+16
| * 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-182-130/+1
| * Fix several warnings (#747)jhendersonHDF2021-06-166-17/+29
| * Fixes some H5SL include statements (#758)Dana Robinson2021-06-163-2/+1
| * Normalization of H5_nanosleep() with VFD SWMR branch (#746)Dana Robinson2021-06-112-14/+29
| * Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-078-46/+19
| * Adds __STDC_FORMAT_MACROS before including inttypes.h w/ C++ (#726)Dana Robinson2021-06-041-1/+5
| * Moves gcc warning macros from H5public.h to H5private.h (#724)Dana Robinson2021-06-043-27/+55
| * Updates bin/trace script to correctly wrap H5TRACE macros near clang-format c...Dana Robinson2021-06-031-5/+4
| * Combo set of async and other changes (#161)Quincey Koziol2021-06-02139-6008/+10930
| * Cleans up hsize_t and haddr_t size guessing (#709)Dana Robinson2021-06-021-127/+44
| * Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-022-30/+1
| * Split H5L.c internal code to H5Lint.c (#691)Dana Robinson2021-05-295-2171/+2249
| * Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-2931-2228/+2652