Commit Graph

22976 Commits

Author SHA1 Message Date
jhendersonHDF
d26d674e67
Fix docs for H5Acreate2 and H5Acreate_by_name (#3598) 2023-09-26 10:01:47 -07:00
H. Joe Lee
b772aeeff5
Fix typo: arange->arrange in src/H5Cmpio.c. (#3597) 2023-09-26 06:47:55 -07:00
jhendersonHDF
08b574d68b
Fix docs for H5Pset_dxpl_mpio_collective_opt() (#3594) 2023-09-25 13:37:15 -07:00
Scot Breitenfeld
1e852b94bd
Removed the use of -commons linking option on Darwin (#3581)
Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
2023-09-25 12:41:48 -07:00
H. Joe Lee
995e13dedf
Remove h5dwalk.1 man page. (#3589) 2023-09-25 11:30:14 -07:00
bmribler
bab0671b10
Fixed GH-3554 (#3584)
Removed the extra condition
2023-09-25 10:40:50 -07:00
Scot Breitenfeld
de95c024f4
fixed function declaration (#3579) 2023-09-22 14:25:27 -05:00
Larry Knox
80a837ef7e
Update release script. (#3577) 2023-09-22 14:25:08 -05:00
jhendersonHDF
e64c946e14
Correct comments about H5Z_FILTER_NONE (#3572) 2023-09-22 08:46:19 -05:00
H. Joe Lee
d920a45413
Fix ifx unused variable hdferr warning. (#3568) 2023-09-22 08:45:50 -05:00
H. Joe Lee
9d41d478ef
Fix typo (givin->given) in test/testframe.c. (#3567) 2023-09-22 08:45:10 -05:00
H. Joe Lee
f994aa5956
Fix typos and grammar in t_pread. (#3565) 2023-09-22 08:44:53 -05:00
Allen Byrne
197596b085
Some minor formatting and text changes (#3563) 2023-09-22 08:44:31 -05:00
Scot Breitenfeld
dece6256bf
Adds link to h5fuse.sh in testpar for autotools (#3557)
* Make the h5fuse.sh utility available to parallel subfiling tests so h5fuse testing is not skipped.
2023-09-22 08:41:57 -05:00
H. Joe Lee
16ac8f74d4
Check return values from HDF5 API calls. (#3556) 2023-09-22 08:40:56 -05:00
H. Joe Lee
c0f42c6a11
Update oneAPI-C/A badge yml links. (#3564) 2023-09-21 00:37:41 -07:00
H. Joe Lee
95907ba548
Fix grammar (#3545) 2023-09-19 11:18:04 -05:00
H. Joe Lee
fd630b3dff
Fix broken URL. (#3546) 2023-09-19 11:09:58 -05:00
Allen Byrne
c82f9a550b
Convert main.yml CI into callable workflows (#3529) 2023-09-17 21:34:42 -05:00
Dana Robinson
44a00ef876
Strip HD prefix from string/char C API calls (#3540)
* Strip HD prefix from string/char C API calls

* HD(f)(put|get)(s|c)
* HDstr*
* HDv*printf
* HD(s)(print|scan)f
* HDperror

But NOT:

* HDstrcase*
* HDvasprintf
* HDstrtok_r
* HDstrndup

As those are not C99 and have portability work-around
implementations. They will be handled later.

* Fix th5_system.c screwup
2023-09-15 15:13:18 -07:00
Scot Breitenfeld
59a90368cd
fixed arg to C H5Dwrite_chunk (#3541) 2023-09-15 11:23:39 -05:00
Dana Robinson
3479b51dc1
Remove HD prefix from HDlog10 calls (#3539)
Was missed in a previous commit and causes building subfiling to
fail.
2023-09-15 09:36:14 -05:00
Dana Robinson
aa849f07e3
Remove HD prefix from math functions (#3538) 2023-09-14 10:54:00 -07:00
H. Joe Lee
ffa4bdac0a
Add NVHPC 23.7 GitHub Actions (#3509)
* Add NVHPC 27.3 GitHub Actions

* Address @derobins review
2023-09-14 09:33:02 -07:00
Scot Breitenfeld
75ba9ec7a6
removed C_INT32_T from Fortran APIs (#3537) 2023-09-14 07:51:39 -07:00
Allen Byrne
f2a284dc80
Add API examples doxygen page (#3500) 2023-09-14 07:40:28 -07:00
Scot Breitenfeld
157dda4887
quiet warning on sunspot (gcc 11.2.0) (#3534) 2023-09-13 07:34:07 -05:00
Allen Byrne
db9053e2dc
Identify functions in a subgroup (#3530) 2023-09-12 08:00:05 -05:00
Scot Breitenfeld
a0edeee49f
fixed nvidia compiler issue (#3527) 2023-09-11 11:57:30 -05:00
Allen Byrne
fbeddf2c9c
Add missing row for the ROS3 VFD in table #3415 (#3517) 2023-09-11 05:48:13 -07:00
Allen Byrne
fbb9ad2596
Fix windows cpack with debug (#3525) 2023-09-11 05:45:36 -07:00
Scot Breitenfeld
117d579c32
Consistent initialization of hid_t in the tests (#3521) 2023-09-08 18:06:23 -05:00
Scot Breitenfeld
2345f901b2
misc. fortran fixes for failing CI dailty tests (#3523)
* fixed H5Lvisit* interface

* changed integer type for direct write
2023-09-08 17:15:52 -05:00
Scot Breitenfeld
08e115b7d8
Added new Fortran API wrappers (#3511)
* Added new wrappers for
h5get_free_list_sizes_f
H5Sselect_intersect_block_f
H5Sselect_shape_same_f
h5pget_no_selection_io_cause_f
h5pget_mpio_no_collective_cause_f
H5Lvisit_by_name_f
H5Lvisit_f
H5Fget_info_f
h5dwrite_chunk_f
h5dread_chunk_f

* added h5pget_file_space_page_size_f, h5pset_file_space_page_size_f, h5pget_file_space_strategy_f, h5pset_file_space_strategy_f, h5info tests

* added fortran tests

* Update tH5F.F90
2023-09-07 17:25:07 -05:00
Dana Robinson
8253ab9ebf
Convert hbool_t --> bool in src (#3496)
* hbool_t --> bool in src

* Does not remove TRUE/FALSE
* Public header files are unchanged
* Public API calls are unchanged

* TRUE/FALSE --> true/false in src

* Add deprecation notice for hbool_t
2023-09-05 14:52:30 -07:00
Dana Robinson
9208697960
Convert hbool_t --> bool in test (#3494) 2023-09-05 13:11:52 -07:00
Dana Robinson
ae1379094b
hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491) 2023-09-05 11:50:06 -07:00
Dana Robinson
d24f5d5223
Convert hbool_t --> bool in testpar (#3495) 2023-09-05 11:49:37 -07:00
Dana Robinson
6dd9cb199c
Create scorecard.yml (#3508)
Bring in OSSF Scorecard code scanner as a GitHub action
2023-09-05 09:49:26 -07:00
Allen Byrne
df8f7a9029
Fix some minor formatting for consistency (#3499) 2023-09-04 23:01:08 -05:00
Dana Robinson
93748d4ab5
Convert hbool_t --> bool in examples (#3492) 2023-09-04 22:59:41 -05:00
Allen Byrne
9c85c6ec08
Fix the Fortran include dir in install config files (#3454) 2023-09-01 21:46:22 -05:00
mattjala
68c48159e7
Support CMake VOL builds with FetchContent from local directory (#3455)
* Update VOL CMake for REST VOL

* Prevent linking static libs to VOLs

* index on fetch_local: 5c5c3f1505 Prevent linking static libs to VOLs

* index on (no branch): 9a36d3e7b1 On fetch_local: WIP:add source dir fetch option for vols

* Allow building of VOL from local source

* Move LOCAL_DIR option to HDF5_VOL_ALLOW_EXTERNAL
2023-09-01 14:01:37 -07:00
Allen Byrne
80fe48f2d3
Correct java test dimension (#3482) 2023-09-01 10:52:24 -07:00
jhendersonHDF
0b24f40b0f
Fix Subfiling VFD IOC assignment bug (#3456) 2023-09-01 09:59:28 -07:00
Scot Breitenfeld
896270cc6b
Removed all the ranks printing out testing information (#3457) 2023-08-31 21:34:57 -07:00
Dana Robinson
b0333a0f54
Add an h5py badge to README.md (#3477) 2023-08-31 19:02:40 -07:00
mattjala
627fba0ebc
Update VOL CMake for REST VOL (#3450)
* Update VOL CMake for REST VOL

* Prevent linking static libs to VOLs
2023-08-30 22:23:59 -05:00
H. Joe Lee
a993bb8f12
Disable SZIP for Intel oneAPI Action (#3449)
* Disable SZIP for Intel oneAPI Action

* Disable Fortran and parallel
2023-08-30 22:21:08 -05:00
Dana Robinson
54d19b0bcb
Add a CVE regression test action (#3445)
*
2023-08-30 07:38:24 -05:00