summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update corrected so numbers including java. (#2652)Larry Knox2023-03-301-14/+14
|
* Update hdf5 1 10 10 (#2647)Larry Knox2023-03-282-2/+2
| | | | | | | | | | * Update with autogen.sh using autoconf 2.71, automake 1.16.2 and libtool 2.4.6. Update RELEASE.txt with NVIDIA 22.5 instead of PGI 19.4. --------- Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update hdf5 1 10 10 (#2642)Larry Knox2023-03-281-2/+2
|
* Update hdf5 1 10 10 (#2640)Larry Knox2023-03-288-395/+168
|
* Update version to HDF5 1.10.10-3 for initial release branch version. (#2634)Larry Knox2023-03-2710-3/+9147
| | | | | | | | | | | * Update version to HDF5 1.10.10-3 for initial release branch version. Update RELEASE.txt Update configure.ac for release: switch to production mode, disable maintainer mode Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt Add files generated by autogen.sh for release. * Fix codespell issues for autotools files generated by autogen.sh. Remove generated autom4te.cache files.
* 1 10 revert 2615 (#2629)Larry Knox2023-03-249-231/+568
| | | Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Fix a memory corruption issue in H5S__point_project_simple (#2627)jhendersonHDF2023-03-241-1/+1
|
* Remove getlogin work-arounds (#2620)Dana Robinson2023-03-233-21/+0
| | | Unused in the library
* Add missing items for hpc/scripts and release versions of extra (#2616)Allen Byrne2023-03-202-1/+10
| | | | | | | | | * Add missing items for hpc/scripts and release versions of extra * Update examples project version * Add VS2022 options to build scripts * And VS2022 added to windefs comment
* [1.10 Merge] Add Developer build mode to CMake (#2617)jhendersonHDF2023-03-2011-112/+110
| | | | | | | | | | | | | | | | | | | | | | * Add Developer build mode to CMake (#1659) * Add Developer build mode to CMake * Set a few CMake variables for Developer build modes * Refactor enabling of debug and developer-level compile definitions * Convert cache debugging macros to normal ifdef style Normal ifdef-style instead of if-style allows build system to define macros without warning about redefining macros with different values (0 vs. 1) * Add HDF5 Developer compile definitions to testing files * Temporarily disable -fanalyzer flag for GCC 12+ Developer builds * Fix Java tests for Developer build modes (#2079) * Minor adjustment of Developer build mode changes for 1.10 branch
* Normalize platform-independence code w/ develop (#2615)Dana Robinson2023-03-209-566/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Normalize platform-independence code w/ develop * Use C99 types and functions in lieu of C89 work-arounds * Align key files with develop - H5public.h - H5private.h - H5system.c - H5win32defs.h * Minor fixes elsewhere to support changes in above files * Incidentally brings Fortran mod directory settings file change over This does NOT change the configure/build files. Those will still do the checks needed for the C89 work-around cruft until the perf and perform code gets cleaned up. * Add C++98 fixes * Explicitly set -std=c++98 in Autotools * Do not include cstdlib in H5public.h (requires C++11) * Remove redundant stdbool.h include * Fix alarm issues on Windows * Bring parallel alarm() changes from develop
* Gather latest CMake changes from develop (#2609)Allen Byrne2023-03-201-4/+4
| | | | Add HDF5_SRC_INCLUDE_DIRS variable cleanup cmake comments and documentation
* Bring warning fixes from develop (#2608)Dana Robinson2023-03-2012-67/+124
|
* Bring mirror VFD test improvements from develop (#2597)Dana Robinson2023-03-201-3/+5
|
* Bring warning macro changes from develop (#2594)Dana Robinson2023-03-202-52/+100
|
* Remove unused H5MP and H5HP packages (#2591)Dana Robinson2023-03-189-1842/+1
|
* Removes dmalloc support (#2239) (#2587)Dana Robinson2023-03-182-8/+0
| | | | | | | | | | This has not been used to debug the library in a very long time. Most developers use valgrind, -fsanitize=address, or some other memory checker instead of this library. This removes: * dmalloc.h include from H5private.h * --with-dmalloc= Autotools configure option * HDF5_ENABLE_USING_DMALLOC CMake option
* Minor merges to 1.10 (#2579)Larry Knox2023-03-182-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Elaborate how cd_values get stored (#2522) * Enclose MESG in do...while loop (#2576) Enclose MSG macro in a do...while loop * Add a clang-format comment about permissions (#2577) * Check for overflow when calculating on-disk attribute data size (#2459) * Remove duplicate code Signed-off-by: Egbert Eich <eich@suse.com> * Add test case for CVE-2021-37501 Bogus sizes in this test case causes the on-disk data size calculation in H5O__attr_decode() to overflow so that the calculated size becomes 0. This causes the read to overflow and h5dump to segfault. This test case was crafted, the test file was not directly generated by HDF5. Test case from: https://github.com/ST4RF4LL/Something_Found/blob/main/HDF5_v1.13.0_h5dump_heap_overflow.md --------- Co-authored-by: Mark (he/his) C. Miller <miller86@llnl.gov> Co-authored-by: glennsong09 <43005495+glennsong09@users.noreply.github.com> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com> Co-authored-by: Egbert Eich <eich@suse.com>
* Merge MD cache tag slist --> hash table change (#2580)Dana Robinson2023-03-174-129/+89
| | | PR #1925 from develop
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2547)Allen Byrne2023-03-141-4/+4
|
* docs: in->out (#2514) (#2532)H. Joe Lee2023-03-121-1/+1
|
* Update copyright headers. (#2527)Larry Knox2023-03-10403-405/+0
|
* Fix 1.10 new codespell issues (#2521) (#2525)Larry Knox2023-03-093-3/+3
| | | | | | | | | | | | | * Fix new codespell issues (#2521) * Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake * Fix typo in genparser --------- Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
* Remove redundant and flawed documentation of H5D_chunk_iter_op_t from H5D.c ↵Mark Kittisopikul2023-03-081-26/+0
| | | | (#2513)
* Fix an errant bracket that confused formatter (#2511)Dana Robinson2023-03-061-4525/+4539
| | | An extra { in an ifdef'd-out block caused bad indentation in H5C.c
* 1.10 Merge doxygen plist tables changes #2470 from develop (#2506)Allen Byrne2023-03-0113-807/+183
| | | | | | | | | * Add new/moved files * Doxy corrections * Aother Doxy correction * Remove type not in 1.10
* Merge uthash version update from develop (#2502)Dana Robinson2023-02-263-68/+47
| | | * Merege uthash version update from develop
* Backport H5Dchunk_iter to 1.10 branch (#1968)Mark Kittisopikul2023-02-214-0/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Backport H5Dchunk_iter to 1.10 branch * Add some accessory files, test still needs work * Apply proper formatting, and fix compile errors * Remove const from H5D__chunk_iter as per #1700 * Align arg types of H5D_chunk_iter_op_t with H5Dget_chunk_info (#2074) * Align arg types of H5D_chunk_iter_op_t with H5Dget_chunk_info * Modify chunk_info test to for unsigned / hsize_t types * Fix types in test * Add test_basic_query, helper functions to test/chunk_info.c 1_10 * H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969) * H5Dchunk_iter now passes chunk dimension scaled offsets, fix #1419 * Update docs for H5Dchunk_iter, H5Dget_chunk_info* Modified description for `H5Dchunk_iter`, `H5Dget_chunk_info`, and `H5Dget_chunk_info_by_coord` to the following * offset Logical position of the chunk’s first element in units of dataset elements * filter_mask Bitmask indicating the filters used when the chunk was written * size Chunk size in bytes, 0 if the chunk does not exist * Fix regression of #1419 * Add a note about return fail in 1.12 and older for invalid chunk index * Committing clang-format changes * Run clang-format on test/chunk_info.c --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 1.10 Merge Merge CMake generated pkg-config file is incorrect #2259 (#2479)Allen Byrne2023-02-171-4/+14
| | | | | * Merge Merge CMake generated pkg-config file is incorrect #2259 * Fix spacing
* 1.10: Add spelling check to CI and fix errors. (#2442)Allen Byrne2023-02-16139-383/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CI and support files to match latest from 1.14 * Correct spelling * More spelling corrections * spelling fixes in testpar * Fix spelling errors in tools * More tools spelling fixes * Spelling fixes for rest of tools and some src * Fix spelling errors in src files, pt 2 * Fix spelling in src pt3 * Fix spelling errors pt4 * Fix spelling errors pt5 * Spelling fix pt6 * fix spelling error examples * fix spelling in tests * fix spelling errors in test pt2 * Fix spelling errors in test pt3 * fix spelling in test pt4 * Fix spelling errors in hl * fix spelling errors in c++ * Spelling fixes for fortran * spelling fixes for bin and java * Add relative path * Change spelling action to use a file for list of ignore words * Fix spelling ignore list * remove unused file
* Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion ↵vchoi-hdfgroup2023-02-131-14/+11
| | | | | | | | | | (#2153) (#2278) * Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion if it is large enough, a buffer is allocated regardless so that the element in fill->buf can later be reclaimed. Valgrind is run on test/set_extent.c and there is no memory leak. * Add information of this fix to release notes.
* Bring generated file tidying from develop (#2451)Dana Robinson2023-02-122-10/+12
|
* Add szip/libaec to GitHub CI and fix warnings (#2438) (#2450)Dana Robinson2023-02-122-10/+16
| | | | | | | | szip (or libaec) is currently not tested in CI. This adds szip to the the Autotools GitHub CI actions on Linux when building with the Autotools. This PR also cleans up a few warnings that remained in the szip- related code so the -Werror check will pass.
* Fixes an incorrect brief description for H5Dopen2 (#2452)Dana Robinson2023-02-121-1/+1
|
* Merge #2198 CMake MPI link (#2216)Allen Byrne2022-11-051-6/+6
|
* 1.10 Merge HDFGroup#2175 Implement option for using CMake GNUInstallDirs (#2222)Allen Byrne2022-11-051-2/+2
|
* Fix problem with variable length attributes being accessed through multiple ↵Neil Fortner2022-11-051-0/+4
| | | | | | | file handles (merge to 1.10) (#2223) * Fix problem with variable length attributes being accessed through multiple file handles (#2181) (#2207) * Fix bug in merge of vlen attr fix (#2181) from 1.12
* Fixed an issue that could occur when combining hyperslab selections (#2122) ↵Neil Fortner2022-10-051-2/+2
| | | | (#2138) (#2142)
* Main Getting Started page and the three HDF Resources have pages. (#2092)Allen Byrne2022-09-097-6/+30
| | | | | | | | HDFView is still under construction, but mostly there. Merge the Fortran doxygen changes from develop PR, updated RM index. Adjusted references to UG and created some TODOs for missing UG modules Some may just need a reference back to a section of the user guide. Made some Fortran doxygen changes for overall consistency.
* Fix bug in attribute type conversion wiith compound types - merge to 1.10 ↵Neil Fortner2022-09-091-9/+46
| | | | (#2069)
* Persist dataset access properties when using H5Fstart_swmr_write - merge to ↵Neil Fortner2022-08-234-30/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.10 (#2058) * Persist dataset access properties when using H5Fstart_swmr_write - merge to 1.12 branch (#2031) * Merge GitHub #1862 (HDFFV-11308) to 1.12 branch Persist dataset access properties when using H5Fstart_swmr_write (#1862) * Fix HDFFV-11308 - dataset access properties disappear when using H5Fstart_swmr_write. * Committing clang-format changes * Add test for H5Fstart_swmr_write() persisting DAPL settings. Fix bugs in the library exposed by this test. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Fix bug in swmr.c introduced with recent merge (double_t) (#1913) * Fix HDFFV-11308 - dataset access properties disappear when using H5Fstart_swmr_write. * Committing clang-format changes * Add test for H5Fstart_swmr_write() persisting DAPL settings. Fix bugs in the library exposed by this test. * Committing clang-format changes * Replace accidental use of double_t in swmr.c with double. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Add note to RELEASE.txt for HDFFV-11308 (#2029) * Add note to RELEASE.txt for HDFFV-11308 * Fix formatting error in RELEASE.txt * Committing clang-format changes * Fix inappropriate use of HGOTO_ERROR (#2055) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* [1.10 Merge] Hdf5 1 10 develop merges (#2013)jhendersonHDF2022-08-163-8/+23
| | | | | | | | | | | | | | | | | * Fix invalid comment about character encoding in H5Fint.c (#1845) * Convert assertion on (possibly corrupt) file contents to normal error check (#1861) * Convert assertion on (possibly corrupt) file contents to normal error check * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Avoid allocating chunk map for contiguous and compact dataset I/O (#1927) * Add documentation for parallel compression feature (#1981) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Fix Error examples (#1996)Allen Byrne2022-08-111-267/+211
|
* Update java code with doxygen tags, add menu files. (#1972)Allen Byrne2022-08-0917-77/+35
| | | | | | | | | | | | | | | | | * Update java code with doxygen tags, add menu files. * Add -Xdoclint:none to autotools javadoc command * Committing clang-format changes * Add fortran RM list descriptions * delete empty file * doc tag location changes * Spelling corrections Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-29311-3058/+3066
| | | | | * clang 13 format #1933 * Correct workflow
* Port UG chapter 1 and some cleanup (#1924)Allen Byrne2022-07-223-4/+560
|
* Port UG chapter 2 and fix LD bad ref warning (#1921)Allen Byrne2022-07-211-0/+803
|
* Add doxygen chapter for files, fix autotools images (#1908)Allen Byrne2022-07-191-0/+1401
|
* Add doxygen for high level modules to hdf51.10 (#1899)vchoi-hdfgroup2022-07-1614-14/+14
|
* Port UG groups chapter to doxygen (#1850)Allen Byrne2022-07-065-6/+903
| | | | | | | * Port UG groups chapter to doxygen. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>