summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for AOCC & Flang w/ the Autotools (#3674)Dana Robinson2023-10-155-3/+163
| | | | | | | | | | | | | * Adds a config/clang-fflags options file to support Flang * Corrects missing "-Wl," from linker options in the libtool wrappers when using Flang, the MPI Fortran compiler wrappers, and building the shared library. This would often result in unrecognized options like -soname. * Enable -nomp w/ Flang to avoid linking to the OpenMPI library. CMake can build the parallel, shared library w/ Fortran using AOCC and Flang, so no changes were needed for that build system. Fixes GitHub issues #3439, #1588, #366, #280
* Fix uninitialized subfiling test variable (#3675)Dana Robinson2023-10-151-1/+1
| | | | Picked up by gcc 10 on skybridge. Probably spurious, but no harm in initializing it to a "bad" value.
* Add AOCC GitHub Action (#3504) (#3657)H. Joe Lee2023-10-141-0/+66
|
* Remove callable action badges. (#3653)H. Joe Lee2023-10-141-2/+0
|
* Correct fortran CMake generator expressions (#3670)Allen Byrne2023-10-147-76/+76
|
* Fix link error on clang17/gfortran13/macOS-13 (#3666) (#3671)H. Joe Lee2023-10-131-5/+3
|
* Fixes test failure for gfortran -O2 and -O3, -fdefault-real-16 (#3662)Scot Breitenfeld2023-10-132-3/+7
| | | | | | | | | * added cmake ieee flag for nagfor * fixes gfortran -O2 and -O3, -fdefault-real-16 * fixed sync * updated release notes
* Remove clang warnings (#3656)H. Joe Lee2023-10-131-2/+2
|
* Add expedited testing support to t_filters_parallel (#3665)jhendersonHDF2023-10-121-26/+68
|
* Simplify. (#3659)H. Joe Lee2023-10-121-1/+1
| | | * Address @jhendersonHDF review
* Address nagfor exceptions stoppage. (#3658)Scot Breitenfeld2023-10-1110-81/+27
| | | | | | | * added cmake ieee flag for nagfor * generalized determining the nag compiler * fixing some misc. NAG warnings
* Add more tests for selection I/O. (#3528)vchoi-hdfgroup2023-10-103-104/+1319
|
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-1015-4385/+6233
|
* Use real URLs and updated names for plugins (#3651)Allen Byrne2023-10-107-114/+131
| | | * synchronize TGZ naming convention/usage
* Remove 1.10 badge (#3650)Dana Robinson2023-10-101-1/+0
|
* Fixes GH#1027 compilation error (#3654)Scot Breitenfeld2023-10-102-1/+14
|
* Remove 1.10.11 info from README.md (#3646)Dana Robinson2023-10-091-1/+0
|
* Switch IEEE flags for NAG Fortran (#3644)Dana Robinson2023-10-091-5/+4
| | | | | | Default is -ieee=stop, which causes problems when the H5T module performs floating-point type introspection. The new mode is -ieee=full
* Drop MPI-2 support (#3643)Scot Breitenfeld2023-10-089-215/+73
|
* Split out test logic to separate file (#3639)Allen Byrne2023-10-062-94/+110
|
* Improve consistency in past tense usage (#3638)H. Joe Lee2023-10-061-1/+1
|
* Fail CMake on Windows when sub-filing VFD is enabled (#3636)H. Joe Lee2023-10-061-1/+4
|
* Disambiguate error output messages. (#3634)H. Joe Lee2023-10-051-4/+4
| | | | | * Disambiguate error output messages. * Address @brtnfld review.
* Fix grammar (#3635)H. Joe Lee2023-10-051-3/+3
|
* Remove old EXTERNALPROJECT_ADD in favor of FETCH_CONTENT (#3624)Allen Byrne2023-10-0413-258/+111
|
* Remove unused member from H5D_shared_t struct. (#3628)Neil Fortner2023-10-031-7/+6
|
* Disable static + thread-safe on Windows w/ CMake (#3622)Dana Robinson2023-10-032-2/+14
| | | | | | | | | The thread-safety feature on Windows requires a hook in DllMain() and thus is only available when HDF5 is built as a shared library. This was previously a warning, but has now been elevated to a fatal error that cannot be overridden with ALLOW_UNSUPPORTED. Fixes GitHub #3613
* Add HPC CDash to README.md (#3623)Dana Robinson2023-10-031-0/+2
|
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-0365-98/+98
|
* Fix Intel oneAPI icc warning (#3619)H. Joe Lee2023-09-301-2/+8
|
* Cleanup unused statements (#3553) (#3617)bmribler2023-09-291-5/+3
| | | Removed unnecessary assert statements and noise comments.
* Fix grammar (#3614)H. Joe Lee2023-09-291-1/+1
|
* Fixed unused variable in H5CS.c (#3552) (#3612)bmribler2023-09-291-6/+3
| | | * Fixed #3552
* Fix typos (#3609)H. Joe Lee2023-09-273-28/+28
|
* Fix typo behaviour and dependes. (#3605)H. Joe Lee2023-09-271-3/+3
|
* Remove useless define TRUE/FALSE statements. (#3604)H. Joe Lee2023-09-271-2/+0
|
* Remove unnecessary assignment in test generator (#3603)Dana Robinson2023-09-271-1/+0
| | | | | | | Fixes what looks like a copy/paste/modify error in the format convert test file generator, where an array element is assigned one value and them immediately overwritten by another value. Fixes Coverity issue 1542285
* Fix potential uninitialized variable (#3602)Dana Robinson2023-09-271-3/+4
| | | | | | | | | | Moves a union initialization up a bit so it's performed before code that can jump to the cleanup target, where file descriptors could be checked without being initialized. This could only happen in test code and only in an out-of-memory situation. Fixes Coverity 1542254
* Correct path name of ddl file to be changed (#3607)Allen Byrne2023-09-271-2/+2
|
* Remove `sh` to run bash script. (#3590)H. Joe Lee2023-09-261-8/+6
|
* Clean up Subfiling VFD header doxygen formatting (#3601)jhendersonHDF2023-09-261-16/+26
|
* Develop tools move (#3580)Allen Byrne2023-09-261163-2224/+2292
| | | Reorganizes the tools files to support the VOL tests
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-2680-137/+134
|
* 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