summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix bugs in selection I/O code.Neil Fortner2022-03-182-30/+45
| | * | Committing clang-format changesgithub-actions2022-03-163-122/+118
| | * | Refactor H5FD__mpio_read/write_vector() to bring common code forNeil Fortner2022-03-161-613/+428
| | * | Fix warnings in selection I/O codeNeil Fortner2022-03-154-38/+87
| |/ /
| * | Committing clang-format changesgithub-actions2022-02-285-44/+31
| * | Address comments from code review. Fix const warnings withNeil Fortner2022-02-285-86/+75
|/ /
* | Merge pull request #1453 from fortnern/selection_ioNeil Fortner2022-02-212-97/+173
|\ \
| * \ Merge branch 'HDFGroup:selection_io' into selection_ioNeil Fortner2022-02-210-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1450 from fortnern/selection_ioNeil Fortner2022-02-18208-1689/+3557
|\ \ \
| | * | Committing clang-format changesgithub-actions2022-02-211-2/+2
| | * | Free arrays in H5FD__mpio_read/write_vector() as soon as they're notNeil Fortner2022-02-211-62/+134
| | * | Merge branch 'selection_io' of github.com:fortnern/hdf5 into selection_ioNeil Fortner2022-02-210-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'HDFGroup:selection_io' into selection_ioNeil Fortner2022-02-180-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1366 from fortnern/selection_ioNeil Fortner2022-01-1216-216/+208
|\ \ \ \
| | | * | Fix another outdated H5FD_class_t struct.Neil Fortner2022-02-211-35/+39
| | |/ /
| | * | Merge branch 'selection_io' of github.com:fortnern/hdf5 into selection_ioNeil Fortner2022-02-181-30/+32
| | |\ \
| | | * | Committing clang-format changesgithub-actions2022-02-181-30/+32
| | * | | Update dummy file driver in h5test.c to match new struct.Neil Fortner2022-02-181-35/+39
| | |/ /
| | * | Implement big I/O support for vector I/O requests in the MPIO fileNeil Fortner2022-02-182-41/+214
| | * | Merge branch 'develop' into selection_ioNeil Fortner2022-02-1818-166/+213
| | |\ \ | | | |/
| | | * Fix issue with copying null new references (#1440)Neil Fortner2022-02-185-49/+57
| | | * Implement support for big I/O for independent reads (#1446)Neil Fortner2022-02-182-23/+64
| | | * Updated reference for Multi Dataset RFC. (#1442)Gerd Heber2022-02-181-1/+1
| | | * Add SZ filter and adjust compression file names to avoid conflicts (#1434)Allen Byrne2022-02-179-92/+90
| | | * Fixed AbstractDs::getVarLenType documentation (#1441)myd73492022-02-161-1/+1
| | * | Merge branch 'develop' into selection_ioNeil Fortner2022-02-16194-1514/+3156
| | |\ \ | |/ / / | | | _
| | * Creating FUNDING.yml (#1427)loricooperhdf2022-02-162-0/+4
| | * Revert "Fix metadata cache bug when resizing a pinned/protected entry (#1358)...Larry Knox2022-02-122-21/+4
| | * Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1391)Allen Byrne2022-02-112-1/+29
| | * Make a buffer bigger: GCC 8.3.0 warned that a `snprintf` may be (#1403)David Young2022-02-111-1/+1
| | * Fixed H5Dget_storage_size_f for zero sized datasets (#1430)Scot Breitenfeld2022-02-111-4/+4
| | * Fix issue with H5_now_usec() with 32 bit systems (#1416)Neil Fortner2022-02-102-6/+39
| | * Fix metadata cache bug when resizing a pinned/protected entry (#1358)jhendersonHDF2022-02-082-4/+21
| | * Implemented suggestion in #1381 for dtransform test (#1415)Allen Byrne2022-02-042-11/+13
| | * Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-0410-32/+38
| | * Don't use a nonliteral format string in test/fheap.c:begin_test(). (#1401)David Young2022-02-031-87/+60
| | * Update doc with HDF5_ROOT usage. (#1414)Allen Byrne2022-02-023-14/+16
| | * Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-2911-136/+357
| | * Added another missing override keyword on a dtor (#1384)Sean McBride2022-01-291-1/+1
| | * Fix some spelling. (#1402)David Young2022-01-281-3/+3
| | * Snprintf2 (#1399)Sean McBride2022-01-2841-425/+467
| | * Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-2838-78/+82
| | * Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-2824-46/+43
| | * Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-286-8/+8
| | * Revert 61464d7e (#1396)Larry Knox2022-01-261-10/+22
| | * Update code owners file with more names (#1386)Allen Byrne2022-01-261-15/+15
| | * Fix cmake dynamic analysis on windows (#1373)Allen Byrne2022-01-242-5/+21
| | * Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-229-71/+180
| | * Open bsd fixes (#1195)Sean McBride2022-01-203-82/+70
| | * Implement H5ESget requests function to retrieve requests from an event set (#...Neil Fortner2022-01-207-18/+659