summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'selection_io' into selection_io_with_subfiling_vfd (#1265)Scot Breitenfeld2021-12-0611-47/+47
* Subfile name fixes (#1250)Scot Breitenfeld2021-12-051-9/+37
* subfiling with selection IO (#1219)Scot Breitenfeld2021-11-23117-3086/+1968
* Merge remote-tracking branch 'origin/selection_io' into selection_io_with_sub...mainzer2021-11-22311-18344/+33381
|\
| * Run formatterNeil Fortner2021-10-182-11/+13
| * Merge branch 'selection_io' of github.com:HDFGroup/hdf5 into selection_ioNeil Fortner2021-10-182-41/+42
| |\
| | * Committing clang-format changesgithub-actions2021-10-182-40/+41
| * | Merge branch 'hdf5_canon-develop' into selection_ioNeil Fortner2021-10-1850-497/+2723
| |\ \ | | |/ | |/|
| | * OESS-168: Remove clang warnings. (#1076)H. Joe Lee2021-10-081-9/+9
| | * Fix bug with cross platform compatibility of references within vlens. (#1064)Neil Fortner2021-10-011-2/+2
| | * Fix Mirror, HDFS and ROS3 case statements for VFD value in H5trace (#1062)jhendersonHDF2021-09-301-6/+6
| | * Update compact dataset I/O routines to handle driver-level memory copy (#1054)jhendersonHDF2021-09-304-13/+145
| | * VFD plugins (#602)jhendersonHDF2021-09-2943-500/+2589
| | * Update version to 1.13.0-7 after snapshot release 1.13.0-6. (#1048)Larry Knox2021-09-291-2/+2
| | * Update Platforms Tested in RELEASE.txt. (#1045)hdf5-1_13_0-rc6Larry Knox2021-09-281-2/+2
| * | 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