| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with develop (#2871) | Dana Robinson | 2023-05-02 | 1 | -82/+128 |
|
|
* | Brings the following changesets over from develop: (#2328) | Dana Robinson | 2022-12-21 | 1 | -2/+2 |
|
|
* | Adds 'unused' hints for MDS io_info parameters (#2301) (#2306) | Dana Robinson | 2022-12-16 | 1 | -10/+9 |
|
|
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 1 | -1/+0 |
|
|
* | Multi Dataset (#2120) | Neil Fortner | 2022-10-19 | 1 | -752/+953 |
|
|
* | Fix typos found in src/ subdirectory (#1983) | luzpaz | 2022-08-10 | 1 | -3/+3 |
|
|
* | H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969) | Mark Kittisopikul | 2022-08-07 | 1 | -2/+11 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 1 | -119/+119 |
|
|
* | Fixes for production mode gcc warnings (#1873) | Dana Robinson | 2022-07-11 | 1 | -1/+4 |
|
|
* | Fix some const cast and stack/static object size warnings (#1700) | jhendersonHDF | 2022-05-01 | 1 | -6/+6 |
|
|
* | Address some warnings from casting away of const (#1684) | jhendersonHDF | 2022-04-26 | 1 | -36/+31 |
|
|
* | Warnings fixes (#1680) | jhendersonHDF | 2022-04-25 | 1 | -4/+3 |
|
|
* | Removes the STATIC flavor of FUNC_ENTER macros (#1622) | Dana Robinson | 2022-04-08 | 1 | -48/+48 |
|
|
* | Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,... | jhendersonHDF | 2022-03-30 | 1 | -1/+1 |
|
|
* | Merge initial version of selection I/O feature into develop (#1367) | Neil Fortner | 2022-03-26 | 1 | -196/+581 |
|
|
* | Parallel Compression improvements (#1302) | jhendersonHDF | 2022-02-24 | 1 | -103/+275 |
|
|
* | Unify handling of collective metadata reads status (#1206) | jhendersonHDF | 2022-01-29 | 1 | -8/+9 |
|
|
* | Replaced several uses of sprintf with safer snprintf (#1383) | Sean McBride | 2022-01-28 | 1 | -2/+2 |
|
|
* | OESS-168: Remove clang warnings. (#1297) | H. Joe Lee | 2021-12-15 | 1 | -1/+1 |
|
|
* | Remove duplicate memcpy in chunk_file_cb (#1285) | jhendersonHDF | 2021-12-11 | 1 | -1/+0 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 1 | -5/+5 |
|
|
* | Stop lying about H5S_t const-ness (#1209) | Dana Robinson | 2021-11-20 | 1 | -16/+24 |
|
|
* | Re-enable collective metadata reads after disabling for chunk lookup (#1173) | jhendersonHDF | 2021-11-09 | 1 | -7/+21 |
|
|
* | Fix the function cast error in H5Dchunk.c and activate (#1170) | David Young | 2021-11-08 | 1 | -1/+14 |
|
|
* | More clang tidy (#908) | Sean McBride | 2021-08-23 | 1 | -2/+2 |
|
|
* | Fix several warnings (#747) | jhendersonHDF | 2021-06-16 | 1 | -3/+2 |
|
|
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -28/+79 |
|
|
* | Add H5Dchunk_iter method for iterating over chunks (#6) | Gaute Hope | 2021-05-19 | 1 | -0/+98 |
|
|
* | Purges UFAIL from the library (#637) | Dana Robinson | 2021-05-11 | 1 | -4/+2 |
|
|
* | Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429) | Sean McBride | 2021-03-09 | 1 | -1/+1 |
|
|
* | Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341) | Sean McBride | 2021-02-22 | 1 | -12/+12 |
|
|
* | Fixed uninitialized warnings (#360) | Sean McBride | 2021-02-19 | 1 | -3/+3 |
|
|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
|
|
* | develop revert source to clang-format version 11 (#293) | Allen Byrne | 2021-01-29 | 1 | -3/+3 |
|
|
* | Replace H5E_ATOM major error category with H5E_ID (#121) | Dana Robinson | 2020-11-30 | 1 | -3/+3 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -3/+3 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -2010/+1978 |
|
|
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-03 | 1 | -125/+128 |
|\ |
|
| * | Simplify default use of MPI_BYTE | Quincey Koziol | 2020-08-20 | 1 | -8/+3 |
|
|
| * | Don't free builtin MPI_BYTE MPI type | Quincey Koziol | 2020-08-20 | 1 | -2/+2 |
|
|
| * | Simplify code to avoid using a boolean to free MPI types | Quincey Koziol | 2020-08-20 | 1 | -7/+3 |
|
|
| * | Avoid creating MPI datatypes on ranks with 0 chunks to write' | Quincey Koziol | 2020-08-20 | 1 | -53/+68 |
|
|
| * | Revert "Merge pull request #2796 in HDFFV/hdf5 from small_chunk_io_opt to dev... | Larry Knox | 2020-08-20 | 1 | -34/+20 |
|
|
| * | Only initialize the contiguous or compact I/O info struct when needed. | Quincey Koziol | 2020-08-17 | 1 | -20/+34 |
|
|
| * | Switch H5VM inline routines back to single underscope and put a comment in th... | Quincey Koziol | 2020-08-06 | 1 | -5/+5 |
|
|
| * | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -75/+72 |
|
|
* | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-07-30 | 1 | -12/+12 |
|\ \
| |/ |
|
| * | Minor normalization with 1.10 | Dana Robinson | 2020-07-17 | 1 | -2/+2 |
|
|
| * | Minor changes from normalization with 1.10 | Dana Robinson | 2020-07-09 | 1 | -10/+10 |
|
|
* | | Squash my changes on branch `fprintf-experiment` into one commit for | David Young | 2020-07-07 | 1 | -2/+2 |
|/ |
|