summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Expand)AuthorAgeFilesLines
* Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859)Allen Byrne2023-11-221-0/+18
* Add intel oneapi windows build to CI CMake (#3836)Allen Byrne2023-11-101-7/+7
* Fortran Wrappers H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f...Scot Breitenfeld2023-11-031-9/+25
* Add h5pget_actual_selection_io_mode fortran wrapper (#3746)Scot Breitenfeld2023-10-231-0/+5
* Attempt to quiet some warnings with cray compilers. (#3724)Scot Breitenfeld2023-10-1911-60/+15
* Correct fortran CMake generator expressions (#3670)Allen Byrne2023-10-141-29/+29
* Fixes test failure for gfortran -O2 and -O3, -fdefault-real-16 (#3662)Scot Breitenfeld2023-10-131-2/+1
* Address nagfor exceptions stoppage. (#3658)Scot Breitenfeld2023-10-112-73/+0
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-1/+1
* removed C_INT32_T from Fortran APIs (#3537)Scot Breitenfeld2023-09-141-5/+5
* fixed nvidia compiler issue (#3527)Scot Breitenfeld2023-09-111-10/+6
* misc. fortran fixes for failing CI dailty tests (#3523)Scot Breitenfeld2023-09-082-3/+10
* Added new Fortran API wrappers (#3511)Scot Breitenfeld2023-09-0713-1161/+1858
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-202-14/+14
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2911-128/+2
* Remove HD/hbool_t from fortran (#3182)Dana Robinson2023-06-284-25/+25
* Print out the VOL connector being used in the ASYNC test (#3016)Scot Breitenfeld2023-06-051-2/+2
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* Updated H5Ovisit_f and H5Ovisit_by_name_f wrappers internals. (#2987)Scot Breitenfeld2023-05-221-18/+12
* Fix 'datatype' misspellings ('dataype') (#2984)Dana Robinson2023-05-191-1/+1
* Fixes failures with gfortran 4.8 (#2979)Scot Breitenfeld2023-05-182-5/+11
* Fix CMake generator expression syntax (#2909)Allen Byrne2023-05-051-12/+12
* Fixed test failure for when REAL is promoted via a compiler flag (#2873)Scot Breitenfeld2023-05-022-13/+14
* Add Fortran Selection IO APIs (#2864)Scot Breitenfeld2023-05-013-20/+227
* Remove "the the" from comments and docs (#2865)Dana Robinson2023-05-011-6/+6
* Remove unused variable warning (#2828)H. Joe Lee2023-04-281-1/+1
* Added Fortran Async APIs (#2715)Scot Breitenfeld2023-04-214-29/+226
* Comment cleanup (#2689)Quincey Koziol2023-04-116-27/+0
* Fix new codespell issues (#2521)Mark Kittisopikul2023-03-081-1/+1
* Pass-through connector testing flexibility (#2399)Quincey Koziol2023-01-091-1/+1
* Update FORTRAN VOL connector test for external pass-through testing (#2393)Quincey Koziol2023-01-051-1/+3
* fixed unclosed objects in test (#2290)Scot Breitenfeld2022-12-101-6/+10
* Update copyright headers (#2184)Larry Knox2022-11-0137-38/+1
* Multi Dataset (#2120)Neil Fortner2022-10-193-1/+259
* Fix H5Dfill_f test (#2162)Scot Breitenfeld2022-10-142-115/+176
* Implemented C matching (and general) H5Dfill Fortran wrappers (#2152)Scot Breitenfeld2022-10-112-1/+314
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Corrects more Fortran warnings (#2059)Dana Robinson2022-08-231-1/+2
* Quiets Fortran warnings about large arrays (#2053)Dana Robinson2022-08-221-2/+4
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-4/+4
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-102-23/+23
* Develop cmake clean (#1971)Allen Byrne2022-08-072-4/+28
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* remove superfluous initialization, fixes issue with Cray compiler (Crusher) (...Scot Breitenfeld2022-06-291-1/+0
* HDFFV-11306 Fixed (#1657)Scot Breitenfeld2022-04-197-17/+122
* Minor things discovered while preparing 1.12.2 (#1620)Dana Robinson2022-04-081-1/+1
* spelling fixes (#1561)Scot Breitenfeld2022-03-311-2/+2
* Mark minusone as a PARAMETER in tH5A_1_8.F90. Resolves #1379. (#1412)Orion Poplawski2022-03-181-3/+3
* fixed off-by-one error in h5fget_name_f, HDFFV-11290 (#1345)Scot Breitenfeld2022-01-111-3/+35