summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use HDoff_t with lseek consistently (#3600)Dana Robinson2023-09-2610-17/+17
| | | | | lseek on Windows uses __int64 for both the offset and return type instead of off_t like most POSIX systems. This changes ensures we use HDoff_t (which is typdef'd correctly on Windows) w/ lseek.
* Fix docs for H5Acreate2 and H5Acreate_by_name (#3598)jhendersonHDF2023-09-262-30/+30
|
* Fix typo: arange->arrange in src/H5Cmpio.c. (#3597)H. Joe Lee2023-09-261-1/+1
|
* Fix docs for H5Pset_dxpl_mpio_collective_opt() (#3594)jhendersonHDF2023-09-252-15/+21
|
* Removed the use of -commons linking option on Darwin (#3581)Scot Breitenfeld2023-09-253-10/+5
| | | | Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
* Remove h5dwalk.1 man page. (#3589)H. Joe Lee2023-09-251-42/+0
|
* Fixed GH-3554 (#3584)bmribler2023-09-251-1/+1
| | | Removed the extra condition
* fixed function declaration (#3579)Scot Breitenfeld2023-09-221-2/+2
|
* Update release script. (#3577)Larry Knox2023-09-221-109/+22
|
* Correct comments about H5Z_FILTER_NONE (#3572)jhendersonHDF2023-09-224-4/+4
|
* Fix ifx unused variable hdferr warning. (#3568)H. Joe Lee2023-09-222-0/+7
|
* Fix typo (givin->given) in test/testframe.c. (#3567)H. Joe Lee2023-09-221-1/+1
|
* Fix typos and grammar in t_pread. (#3565)H. Joe Lee2023-09-221-7/+7
|
* Some minor formatting and text changes (#3563)Allen Byrne2023-09-223-40/+2
|
* Adds link to h5fuse.sh in testpar for autotools (#3557)Scot Breitenfeld2023-09-227-2/+16
| | | | * Make the h5fuse.sh utility available to parallel subfiling tests so h5fuse testing is not skipped.
* Check return values from HDF5 API calls. (#3556)H. Joe Lee2023-09-221-4/+2
|
* Update oneAPI-C/A badge yml links. (#3564)H. Joe Lee2023-09-211-2/+2
|
* Fix grammar (#3545)H. Joe Lee2023-09-191-1/+1
|
* Fix broken URL. (#3546)H. Joe Lee2023-09-191-2/+2
|
* Convert main.yml CI into callable workflows (#3529)Allen Byrne2023-09-1822-774/+1380
|
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-15363-6348/+6159
| | | | | | | | | | | | | | | | | | | | | * 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
* fixed arg to C H5Dwrite_chunk (#3541)Scot Breitenfeld2023-09-151-10/+10
|
* Remove HD prefix from HDlog10 calls (#3539)Dana Robinson2023-09-151-8/+8
| | | | Was missed in a previous commit and causes building subfiling to fail.
* Remove HD prefix from math functions (#3538)Dana Robinson2023-09-1419-229/+151
|
* Add NVHPC 23.7 GitHub Actions (#3509)H. Joe Lee2023-09-142-0/+114
| | | | | * Add NVHPC 27.3 GitHub Actions * Address @derobins review
* removed C_INT32_T from Fortran APIs (#3537)Scot Breitenfeld2023-09-147-78/+103
|
* Add API examples doxygen page (#3500)Allen Byrne2023-09-142-1/+1011
|
* quiet warning on sunspot (gcc 11.2.0) (#3534)Scot Breitenfeld2023-09-131-1/+1
|
* Identify functions in a subgroup (#3530)Allen Byrne2023-09-121-21/+5
|
* fixed nvidia compiler issue (#3527)Scot Breitenfeld2023-09-111-10/+6
|
* Add missing row for the ROS3 VFD in table #3415 (#3517)Allen Byrne2023-09-115-138/+120
|
* Fix windows cpack with debug (#3525)Allen Byrne2023-09-112-2/+4
|
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-08106-4490/+4571
|
* misc. fortran fixes for failing CI dailty tests (#3523)Scot Breitenfeld2023-09-087-60/+100
| | | | | * fixed H5Lvisit* interface * changed integer type for direct write
* Added new Fortran API wrappers (#3511)Scot Breitenfeld2023-09-0732-1403/+2882
| | | | | | | | | | | | | | | | | | | * 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
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-05342-7315/+7281
| | | | | | | | | | | * 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
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-05132-11544/+11527
|
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-0557-1409/+1405
|
* Convert hbool_t --> bool in testpar (#3495)Dana Robinson2023-09-0537-1616/+1613
|
* Create scorecard.yml (#3508)Dana Robinson2023-09-051-0/+72
| | | Bring in OSSF Scorecard code scanner as a GitHub action
* Fix some minor formatting for consistency (#3499)Allen Byrne2023-09-056-27/+27
|
* Convert hbool_t --> bool in examples (#3492)Dana Robinson2023-09-053-4/+4
|
* Fix the Fortran include dir in install config files (#3454)Allen Byrne2023-09-021-2/+3
|
* Support CMake VOL builds with FetchContent from local directory (#3455)mattjala2023-09-012-42/+100
| | | | | | | | | | | | | * 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
* Correct java test dimension (#3482)Allen Byrne2023-09-012-2/+2
|
* Fix Subfiling VFD IOC assignment bug (#3456)jhendersonHDF2023-09-014-19/+84
|
* Removed all the ranks printing out testing information (#3457)Scot Breitenfeld2023-09-015-9/+22
|
* Add an h5py badge to README.md (#3477)Dana Robinson2023-09-011-0/+1
|
* Update VOL CMake for REST VOL (#3450)mattjala2023-08-311-0/+10
| | | | | * Update VOL CMake for REST VOL * Prevent linking static libs to VOLs
* Disable SZIP for Intel oneAPI Action (#3449)H. Joe Lee2023-08-312-5/+6
| | | | | * Disable SZIP for Intel oneAPI Action * Disable Fortran and parallel