Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix loading plugin fails with missing directory GH issue #3248 (#3315) | Allen Byrne | 2023-08-02 | 3 | -3/+15 |
| | |||||
* | Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314) | jhendersonHDF | 2023-08-02 | 4 | -36/+72 |
| | |||||
* | Fix incorrect error check in H5Ofill.c for undefined fill values (#3312) | jhendersonHDF | 2023-08-02 | 3 | -4/+41 |
| | |||||
* | Switch parallel compression to use vector I/O (#3245) | jhendersonHDF | 2023-08-02 | 2 | -816/+544 |
| | | | | | Updates parallel compression feature to use vector I/O instead of creating and passing down MPI derived types to VFD | ||||
* | Update README.md w/ 1.4.3 info (#3318) | Dana Robinson | 2023-08-01 | 1 | -1/+2 |
| | |||||
* | Update release schedule (#3317) | Dana Robinson | 2023-08-01 | 2 | -2/+4 |
| | | | | * Move 1.12.3 to November * Add 1.14.3 in October | ||||
* | Remove py-pip from h5py action (#3265) | H. Joe Lee | 2023-07-27 | 1 | -4/+2 |
| | |||||
* | chore: fix typo - persent -> present (#3273) | H. Joe Lee | 2023-07-25 | 4 | -4/+4 |
| | |||||
* | Another round of fixing -Wextra-semi-stmt warnings (#3264) | Sean McBride | 2023-07-24 | 186 | -1205/+1216 |
| | | | Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | chore: fix grammar - get hang -> get hung (#3272) | H. Joe Lee | 2023-07-24 | 8 | -15/+15 |
| | |||||
* | CMake: (fix) Threads dependency (#3267) | Jan-Willem Blokland | 2023-07-24 | 1 | -0/+5 |
| | | | | | | - If the HDF5 library has been build with either thread-safety or subfiling VFD feature on it will have an additional dependency on a threading library. This dependency has been added to the hdf-config.cmake.in file. | ||||
* | chore: make VRFY output consistent (#3268) | H. Joe Lee | 2023-07-24 | 1 | -1/+1 |
| | |||||
* | ROS3: (fix) Replaced HDfprintf (#3266) | Jan-Willem Blokland | 2023-07-24 | 1 | -3/+3 |
| | | | | - Replaced the HDfprintf() functions by fprintf() to be consistent with other parts of the library. | ||||
* | removed the use of encoded single apostrophe (#3261) | Scot Breitenfeld | 2023-07-20 | 55 | -369/+369 |
| | | | | | | * removed the use of encoded single apostrophe, and fix H5Dread_chunk from write to read * updated sanitizer paragraph * fixed brief description for H5Fget_info | ||||
* | Fixed some -Wunused-variable warnings and one Wsometimes-uninitialized ↵ | Sean McBride | 2023-07-20 | 3 | -4/+1 |
| | | | | warning (#3260) | ||||
* | Move 1.12.3 release to October (#3263) | Dana Robinson | 2023-07-20 | 2 | -2/+2 |
| | |||||
* | Option changed but not all references (#3252) | Allen Byrne | 2023-07-18 | 3 | -5/+4 |
| | | | | | * Option changed but not all references * remove quotes from binary var | ||||
* | changed the scope of #ifdef DOXYGEN to now include H5D multi-functions (#3254) | Scot Breitenfeld | 2023-07-18 | 1 | -2/+3 |
| | |||||
* | Update DEFAULT_API_VERSION documentation for CMake (#3255) | Allen Byrne | 2023-07-18 | 2 | -4/+4 |
| | | | | | | | | | * Update DEFAULT_API_VERSION documentation for CMake * Fix hint --------- Co-authored-by: Larry Knox <lrknox@hdfgroup.org> | ||||
* | Fix warning in H5C__UPDATE_STATS_FOR_DIRTY_PIN macro (#3259) | jhendersonHDF | 2023-07-18 | 1 | -1/+1 |
| | | | | Add braces to H5C__UPDATE_STATS_FOR_DIRTY_PIN macro to fix warning causing Werror Release builds to fail | ||||
* | Fixed more warnings about extra semicolons (#3249) | Sean McBride | 2023-07-18 | 108 | -1794/+1422 |
| | | | | | | | * Require semi-colon after H5_CHECK_OVERFLOW calls Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Fix some warnings in developer builds (#3247) | jhendersonHDF | 2023-07-18 | 22 | -268/+249 |
| | | | | | * Fix some warnings in developer builds * Switch approach to Winline flag | ||||
* | Fix CMake builds when Subfiling VFD isn't enabled (#3250) | jhendersonHDF | 2023-07-17 | 3 | -33/+41 |
| | | | | | * Fix CMake builds when Subfiling VFD isn't enabled * Add Subfiling VFD entry to hdf5-config.cmake.in | ||||
* | Avoid truncating at null byte when copying to std::string (#3083) | Mark Kittisopikul | 2023-07-16 | 3 | -1/+86 |
| | | | | | --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | ROS3: (feature) Temporary security credentials (#3030) | Jan-Willem Blokland | 2023-07-14 | 13 | -272/+769 |
| | | | | | | | | | | - Implemented support for AWS temporary security credentials. For this kind of credentials also a session/security token should be included in the request by adding the x-amz-security-token header. Co-authored-by: Larry Knox <lrknox@hdfgroup.org> Co-authored-by: Jordan Henderson <jhenderson@hdfgroup.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Disable h5py until fixed properly without spack (#3243) | Allen Byrne | 2023-07-14 | 1 | -2/+2 |
| | |||||
* | install h5fuse.sh in bin dir. (#3244) | Scot Breitenfeld | 2023-07-14 | 1 | -0/+2 |
| | |||||
* | Subfiling VFD source cleanup (#3241) | jhendersonHDF | 2023-07-13 | 36 | -3288/+162 |
| | | | | | | | | | | | | | | | | * Subfiling VFD source cleanup Modularize Subfiling CMake code into separate CMakeLists.txt file Update Mercury util code to latest version and update Copyright Generate mercury_util_config.h header file instead of using pre-generated file Remove unnecessary Mercury functionality Fix minor warning in Subfiling VFD code * Remove Mercury headers from Autotools publicly-distributed header list | ||||
* | Switch CI to use release script (#3242) | Allen Byrne | 2023-07-13 | 5 | -34/+43 |
| | |||||
* | Replace 1_10 reference with develop branch (#3227) | Allen Byrne | 2023-07-13 | 1 | -10/+10 |
| | |||||
* | Replace support.hdfgroup.org URLs for alternative COPYING file (#3228) | Larry Knox | 2023-07-12 | 47 | -44/+79 |
| | | | | | | | | | * Replace support.hdfgroup.org URLs for alternative COPYING file locations in copyright headers with https://www.hdfgroup.org/licenses. Replace support.hdfgroup.org URL for alternative COPYING_LBNL_HDF5 with github URL. Tweak chkcopyright script for change from UICOPYRIGHTSTR to THGCOPYRIGHTSTR. | ||||
* | merge bbrelease to release (#3232) | Allen Byrne | 2023-07-12 | 3 | -375/+101 |
| | | | | | * merge bbrelease to release * Fix pre-req workflow | ||||
* | Fix doc for H5allocate_memory (#3240) | Nicolas Cornu | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | addresses compilation fortran warnings on Frontier (#3236) | Scot Breitenfeld | 2023-07-12 | 16 | -20/+12 |
| | |||||
* | Update COPYING (#3231) | Gerd Heber | 2023-07-11 | 1 | -1/+1 |
| | | | Fixed old support URL. | ||||
* | Merge pull request #3226 from HDFGroup/ros3vfd-log-mods | Aleksandar Jelenak | 2023-07-07 | 1 | -12/+16 |
|\ | | | | | Several ros3vfd logging improvements | ||||
| * | Committing clang-format changes | github-actions | 2023-07-06 | 1 | -1/+1 |
| | | |||||
| * | Several ros3vfd logging improvements | Aleksandar Jelenak | 2023-07-05 | 1 | -12/+16 |
|/ | |||||
* | Adjust presets timeout and fix build script VS versions (#3215) | Allen Byrne | 2023-06-30 | 2 | -8/+8 |
| | |||||
* | fix gh action if statements (#3213) | Allen Byrne | 2023-06-30 | 1 | -4/+4 |
| | |||||
* | docs: improve consistency in verb form (#3076) (#3188) | H. Joe Lee | 2023-06-30 | 1 | -7/+7 |
| | |||||
* | Update actions for release option, fix branch for daily build (#3185) | Allen Byrne | 2023-06-29 | 7 | -135/+246 |
| | | | | | | | * Update actions for release option, fix branch for daily build * Scheduled workflows run on latest commit on the develop * Add snapshots location | ||||
* | Remove HD from HDis* (e.g., isalpha) (#3212) | Dana Robinson | 2023-06-29 | 14 | -103/+69 |
| | | | | | | | | | | | | | * HDisalnum * HDisalpha * HDiscntrl * HDisdigit * HDisgraph * HDislower * HDisprint * HDispunct * HDisspace * HDisupper * HDisxdigit | ||||
* | Remove HD from HDmem* calls (#3211) | Dana Robinson | 2023-06-29 | 320 | -2934/+2914 |
| | |||||
* | Remove programmer/date from comments (#3210) | Dana Robinson | 2023-06-29 | 644 | -20203/+36 |
| | | | | * Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work | ||||
* | Remove HD from C std lib file ops (#3206) | Dana Robinson | 2023-06-29 | 73 | -480/+459 |
| | | | | | | | | | * HDfclose * HDferror * HDfeof * HDfflush * HDfopen * HDfread * HDfwrite | ||||
* | Remove HD from strto* calls (#3204) | Dana Robinson | 2023-06-29 | 26 | -89/+71 |
| | | | | | | | | * HDstrtod * HDstrtol * HDstrtoll * HDstrtoul * HDstrtoull * HDstrtoumax | ||||
* | Rename HDexit() and related to exit(), etc. (#3202) | Dana Robinson | 2023-06-29 | 102 | -490/+481 |
| | | | | | * HDatexit * HDexit * HD_exit | ||||
* | Remove some "Programmer" comments (#3209) | Dana Robinson | 2023-06-29 | 46 | -168/+70 |
| | | | | | | | | | | These are meaningless noise. Removes the "Programmer" lines on comment start lines: /* Programmer: John Smith These complicate my sed script that will rip out the rest of the comments. | ||||
* | Rename HDato*() to ato*() (#3201) | Dana Robinson | 2023-06-29 | 33 | -114/+102 |
| |