summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update presets, examples uncompress, szip cache (#3391)Allen Byrne2023-08-186-25/+34
|
* Fix valgrind warning about write of uninitialized bytes in ScaleOffset ↵jhendersonHDF2023-08-181-1/+7
| | | | filter (#3390)
* Fix valgrind warning about write of uninitialized bytes (#3389)jhendersonHDF2023-08-181-3/+14
|
* Fix compile failures with H5C_DO_MEMORY_SANITY_CHECKS enabled (#3388)jhendersonHDF2023-08-182-2/+3
|
* Fix assertion failure during file close on error (#3387)jhendersonHDF2023-08-185-1/+67
|
* restore CI tarball name prefix to match bin/release (#3385)Allen Byrne2023-08-161-2/+2
|
* Correct CI settings (#3384)Allen Byrne2023-08-162-26/+39
| | | | | * Correct CI settings * Correct plugin file name
* Correct script (#3377)Allen Byrne2023-08-161-1/+1
|
* Fix possible performance regression introduced with in-place type conversion ↵Neil Fortner2023-08-151-0/+20
| | | | in 1.14.2 (#3376)
* Add RELEASE.txt notes for recent selection I/O work. (#3374)Neil Fortner2023-08-101-0/+23
|
* set H5_PAC_C_MAX_REAL_PRECISION default to 0 when cross sompiling with (#3364)Larry Knox2023-08-091-11/+13
| | | CMake to fix Fortran build failures.
* Work around a testphdf5 failure on Cray MPICH machines (#3361)jhendersonHDF2023-08-082-7/+21
|
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-0712-295/+4182
| | | | * This changes the default selection I/O to on for MPIO.
* test(parallel): verify FALSE case (#3356)H. Joe Lee2023-08-051-11/+17
|
* Add Fortran ES module to deploy list (#3341)Allen Byrne2023-08-043-61/+48
| | | | | * Add Fortran ES module to deploy list * Change fortran mod file export to use a list of names
* Fix for the bug exposed from running test/set_extent.c when selection… (#3319)vchoi-hdfgroup2023-08-046-137/+285
| | | | | * Fix for the bug exposed from running test/set_extent.c when selection I/O is enabled. This is a fix from Neil. The test/set_extent.c is modified to test for selection I/O enabled.
* Make h5dump spacing consistent when printing VLEN datatype (#3351)jhendersonHDF2023-08-0412-26/+26
|
* Fix assertion failure in H5D__mpio_collective_filtered_vec_io (#3340)jhendersonHDF2023-08-031-3/+3
|
* Fix a typo in RELEASE.txtAleksandar Jelenak2023-08-031-1/+1
|
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-0263-1551/+1561
| | | | | | | | | | | | | | | | | | | | | | | * Fixed extra semi warning by adjusting alternative macro definitions * Find-replace H5E_END_TRY; -> H5E_END_TRY * Made H5Epush_goto a do-while loop, fixed indentation * Made GOTOERROR and ERRMSG do-while loops * Made Hgoto_error and Hgoto_done do-while loops * Made vrfy_cint_type and vrfy_ctype do-while loops * Made TEST_TYPE_CONTIG and others do-while loops * Removed extraneous semi-colons * Committing clang-format changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Fix CVE-2018-13867 (#3336)Dana Robinson2023-08-022-0/+15
|
* Fix CVE-2018-11202 (#3330)Dana Robinson2023-08-022-0/+23
| | | | | | | | | | | | | A malformed file could result in chunk index memory leaks. Under most conditions (i.e., when the --enable-using-memchecker option is NOT used), this would result in a small memory leak and and infinite loop and abort when shutting down the library. The infinite loop would be due to the "free list" package not being able to clear its resources so the library couldn't shut down. When the "using a memory checker" option is used, the free lists are disabled so there is just a memory leak with no abort on library shutdown. The chunk index resources are now correctly cleaned up when reading misparsed files and valgrind confirms no memory leaks.
* Fix h5repack for variable-length datatyped datasets (#3331)jhendersonHDF2023-08-022-1/+28
|
* A couple of documentation items to fix (#3332)Allen Byrne2023-08-022-5/+4
|
* Windows runtime items go into the bin folder (#3320)Allen Byrne2023-08-021-1/+1
|
* Update files to skip list and ignore_words_list (#3321)Larry Knox2023-08-022-3/+3
| | | | | * Update files to skip list and ignore_words_list for codespell to not check files generated by autotools. Autotools generate misspellings that can't be fixed in HDF5 code.
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-02320-13946/+14084
| | | | | * Made HGOTO_ERROR a do-while loop
* Fix loading plugin fails with missing directory GH issue #3248 (#3315)Allen Byrne2023-08-023-3/+15
|
* Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314)jhendersonHDF2023-08-024-36/+72
|
* Fix incorrect error check in H5Ofill.c for undefined fill values (#3312)jhendersonHDF2023-08-023-4/+41
|
* Switch parallel compression to use vector I/O (#3245)jhendersonHDF2023-08-022-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 Robinson2023-08-011-1/+2
|
* Update release schedule (#3317)Dana Robinson2023-08-012-2/+4
| | | | * Move 1.12.3 to November * Add 1.14.3 in October
* Remove py-pip from h5py action (#3265)H. Joe Lee2023-07-271-4/+2
|
* chore: fix typo - persent -> present (#3273)H. Joe Lee2023-07-254-4/+4
|
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-24186-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 Lee2023-07-248-15/+15
|
* CMake: (fix) Threads dependency (#3267)Jan-Willem Blokland2023-07-241-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 Lee2023-07-241-1/+1
|
* ROS3: (fix) Replaced HDfprintf (#3266)Jan-Willem Blokland2023-07-241-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 Breitenfeld2023-07-2055-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 McBride2023-07-203-4/+1
| | | | warning (#3260)
* Move 1.12.3 release to October (#3263)Dana Robinson2023-07-202-2/+2
|
* Option changed but not all references (#3252)Allen Byrne2023-07-183-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 Breitenfeld2023-07-181-2/+3
|
* Update DEFAULT_API_VERSION documentation for CMake (#3255)Allen Byrne2023-07-182-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)jhendersonHDF2023-07-181-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 McBride2023-07-18108-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)jhendersonHDF2023-07-1822-268/+249
| | | | | * Fix some warnings in developer builds * Switch approach to Winline flag
* Fix CMake builds when Subfiling VFD isn't enabled (#3250)jhendersonHDF2023-07-173-33/+41
| | | | | * Fix CMake builds when Subfiling VFD isn't enabled * Add Subfiling VFD entry to hdf5-config.cmake.in