summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807)jhendersonHDF2023-04-251-1/+25
* H5Odtype.c decode cleanup (#2797)Dana Robinson2023-04-251-84/+87
* Sanitize the attribute object header msg code (#2749)Dana Robinson2023-04-191-2/+5
* Jira issue OESS-337: Create test for H5VLconnector_info_to_str (#2334)raylu-hdf2023-04-181-6/+152
* Remove -Wunused-but-set-variable warnings in tests (#2661)Allen Byrne2023-04-113-31/+6
* Dead code removal (#2690)Quincey Koziol2023-04-112-254/+5
* Comment cleanup (#2689)Quincey Koziol2023-04-1155-910/+3
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-102-38/+4
* Synchronize HDF5 tests with VOL tests (#2628)jhendersonHDF2023-04-0315-226/+779
* chore: make comment consistent (#2654)H. Joe Lee2023-04-011-1/+1
* Fix test script names in cleanup code (#2590)Dana Robinson2023-03-201-6/+9
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-132-3/+3
* HDFFV-10368 (OESS-319): Making two useful macros (H5L_EXT_FLAGS_ALL and H5L_E...raylu-hdf2023-02-212-2/+109
* Remove duplicated "help@hdfgroup.org" lines in file headers. (#2441)Larry Knox2023-02-113-3/+0
* Add szip/libaec to GitHub CI and fix warnings (#2438)Dana Robinson2023-02-092-8/+4
* HDFFV-11208 (OESS-320): H5VLquery_optional had an assertion failure with a co...raylu-hdf2023-01-101-0/+80
* Pass-through connector testing flexibility (#2399)Quincey Koziol2023-01-091-7/+5
* Play nice with existing plugin paths (#2394)Quincey Koziol2023-01-061-1/+1
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-214-6/+13
* Fix up the H5Pencode2 test for virtual layout. (#2325)vchoi-hdfgroup2022-12-211-91/+87
* Align arg types of H5D_chunk_iter_op_t with H5Dget_chunk_info (#2074)Mark Kittisopikul2022-12-191-9/+9
* Hdffv 11052 (#2315)vchoi-hdfgroup2022-12-161-3/+11
* Hdffv 11052 (#2303)vchoi-hdfgroup2022-12-153-0/+40
* Bug Fix: Segfault in H5CX_get_vol_wrap_ctx when H5VLwrap_register is called f...raylu-hdf2022-11-171-0/+76
* Bug fix: the previous checkin only supported the native connector (#2211)raylu-hdf2022-11-051-5/+21
* Removes the memory allocation sanity checks feature (#2218)Dana Robinson2022-11-031-46/+11
* Update copyright headers (#2184)Larry Knox2022-11-01171-183/+22
* Added a test case for H5VLget_connector_name (#2195)raylu-hdf2022-10-281-0/+58
* Added a test case to verify the VOL capacity flags work correctly. (#2178)raylu-hdf2022-10-251-10/+112
* Fix problem with variable length attributes being accessed through multiple f...Neil Fortner2022-10-251-1/+78
* Multi Dataset (#2120)Neil Fortner2022-10-194-3/+718
* Fix mostly java warnings, and cpp cast (#2134)Allen Byrne2022-10-031-1/+1
* Fixed an issue that could occur when combining hyperslab selections (#2122)Neil Fortner2022-09-271-0/+52
* Use case-insensitive comparison for headers fix #2100 (#2101)Frank Berghaus2022-09-211-0/+26
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-172-23/+23
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Address review comments from downstream merge of #2016 (#2073)Neil Fortner2022-08-311-1/+1
* GitHub workflow cleanup (#2047)Dana Robinson2022-08-221-2/+2
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-203-7/+64
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-11/+11
* Fixes codespell issues (#2032)Dana Robinson2022-08-173-7/+7
* Fix bug in attribute type conversion wiith compound types (#2016)Neil Fortner2022-08-161-0/+131
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-1018-36/+35
* Remove stray files, incorrect vds and mpi clean files (#1979)Allen Byrne2022-08-091-13/+0
* Revert for older cmake versions (#1974)Allen Byrne2022-08-081-2/+2
* Develop cmake clean (#1971)Allen Byrne2022-08-071-207/+202
* H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969)Mark Kittisopikul2022-08-071-2/+2
* Adds platform-independent basename and dirname (#1951)Dana Robinson2022-08-055-1/+510
* Onion VFD (#1953)Dana Robinson2022-08-023-1/+4969
* Fixes format string warnings in tselect w/ clang 14 (#1955)Dana Robinson2022-07-311-11/+11