summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in error message for `MPI_Type_dup`. (#3867)Luc Grosheintz2023-11-221-1/+1
* Fix segfault on user compound dtype conversion callback (#3842)mattjala2023-11-221-7/+10
* Implement selection vector I/O with collective chunk filling (#3826)vchoi-hdfgroup2023-11-162-170/+122
* Change dest for doxygen (#3856)Allen Byrne2023-11-152-5/+5
* Make filter unregister callbacks safe for VOL connectors (#3629)mattjala2023-11-131-44/+98
* Test and document path handling of H5Lcreate_* API (#3829)mattjala2023-11-111-7/+20
* Disable FP exceptions in H5T init code (#3837)Dana Robinson2023-11-072-18/+37
* Rework MPI Info FAPL preserve PR to use VFD 'ctl' operations (#3782)jhendersonHDF2023-11-039-29/+95
* Fix misc. warnings from GCC when compiling with -fsanitize=undefined (#3787)jhendersonHDF2023-11-015-7/+9
* Remove H5system.c warning on Windows oneAPI. (#3812)H. Joe Lee2023-11-011-2/+1
* Fix a couple usages of MPI_Info_get (#3809)jhendersonHDF2023-10-312-4/+4
* Update Doxygen initializers & identifiers in VFDs (#3795)Dana Robinson2023-10-3014-52/+163
* Add Doxygen to H5FDsplitter.h (#3794)Dana Robinson2023-10-301-55/+54
* Avoid attempted use of NULL pointer in parallel compression code (#3786)jhendersonHDF2023-10-281-0/+4
* Fixed a file handle leak in the core VFD (#3779)Dana Robinson2023-10-261-1/+3
* Fix typo in comment (#3775)tbeu2023-10-261-1/+1
* Preserve MPI-I/O file hints when fapl is closed (#3755)vchoi-hdfgroup2023-10-252-5/+19
* Fix H5Pset_evict_on_close failing regardless of actual parallel use (#3761)Glenn Song2023-10-242-8/+17
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-249-624/+1252
* Fix hangs during collective I/O with independent metadata writes (#3693)jhendersonHDF2023-10-242-5/+35
* Bump the ros3 VFD cache to 16 MiB (#3759)Dana Robinson2023-10-241-1/+1
* Add a simple cache to the ros3 VFD (#3753)Dana Robinson2023-10-231-22/+51
* Fix buffer overflow in cache debugging code (#3691)jhendersonHDF2023-10-231-20/+84
* Add native VOL checks to deprecated functions (#3647)mattjala2023-10-232-58/+145
* Additional update to the library version matrix for H5Pset_libver_bounds() (#...bmribler2023-10-221-145/+87
* Update the library version matrix for H5Pset_libver_bounds() (#3702)bmribler2023-10-201-20/+288
* Add new API function H5Pget_actual_select_io_mode() (#2974)Neil Fortner2023-10-207-46/+362
* Clean up comments. (#3695)H. Joe Lee2023-10-181-41/+35
* Sync changes that are only in 1.14 branch (#3704)jhendersonHDF2023-10-181-0/+1
* Fix unused variable warning in H5F_sfile_assert_num (#3700)Dana Robinson2023-10-171-6/+9
* Initialize API context MPI types to MPI_BYTE (#3688)jhendersonHDF2023-10-171-0/+5
* Add Doxygen for H5Pset_fapl_sec2() (#3685)Dana Robinson2023-10-161-1/+17
* Fix invalid memory access in S3 comms (#3681)Dana Robinson2023-10-161-1/+2
* Suppress MPI_Waitall warnings w/ MPICH (#3680)Dana Robinson2023-10-162-9/+19
* Remove CANBE_UNUSED() from subfiling VFD (#3678)Dana Robinson2023-10-163-8/+6
* Fix a strncpy call to use dest size not src (#3677)Dana Robinson2023-10-151-19/+22
* Remove clang warnings (#3656)H. Joe Lee2023-10-131-2/+2
* Add more tests for selection I/O. (#3528)vchoi-hdfgroup2023-10-101-1/+1
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-1011-802/+1408
* Drop MPI-2 support (#3643)Scot Breitenfeld2023-10-086-215/+47
* Disambiguate error output messages. (#3634)H. Joe Lee2023-10-051-4/+4
* Fix grammar (#3635)H. Joe Lee2023-10-051-3/+3
* Remove unused member from H5D_shared_t struct. (#3628)Neil Fortner2023-10-031-7/+6
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-0326-44/+44
* Cleanup unused statements (#3553) (#3617)bmribler2023-09-291-5/+3
* Fix grammar (#3614)H. Joe Lee2023-09-291-1/+1
* Fixed unused variable in H5CS.c (#3552) (#3612)bmribler2023-09-291-6/+3
* Fix typos (#3609)H. Joe Lee2023-09-271-1/+1
* Fix typo behaviour and dependes. (#3605)H. Joe Lee2023-09-271-3/+3
* Clean up Subfiling VFD header doxygen formatting (#3601)jhendersonHDF2023-09-261-16/+26