summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Expand)AuthorAgeFilesLines
* Develop merge examples (#3851)Allen Byrne2023-11-271-7/+0
* Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859)Allen Byrne2023-11-222-0/+29
* Moved the README to markdown and expanded its overview of the files, file gen...Scot Breitenfeld2023-11-214-133/+406
* cmakedefine macro uses C comments with "#undef" (#3845)Allen Byrne2023-11-133-6/+41
* Add intel oneapi windows build to CI CMake (#3836)Allen Byrne2023-11-107-39/+55
* Fortran Wrappers H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f...Scot Breitenfeld2023-11-033-9/+91
* Removed the use of C wrappers from H5P APIs. (#3824)Scot Breitenfeld2023-11-036-103/+32
* Don't build util tests when HDF5_EXTERNALLY_CONFIGURED=ON (#3781)Robert Adam2023-10-301-1/+1
* Added missing DLL for H5PGET_ACTUAL_SELECTION_IO_MODE_F (#3760)Scot Breitenfeld2023-10-241-0/+1
* Add h5pget_actual_selection_io_mode fortran wrapper (#3746)Scot Breitenfeld2023-10-236-2/+75
* update stat arg for apple (#3726)Scot Breitenfeld2023-10-237-16/+25
* Clean Autotools files in parallel tests (#3744)Dana Robinson2023-10-231-1/+1
* Add -h and --help as flags in h5cc & h5fc (#3729)Glenn Song2023-10-201-8/+14
* Attempt to quiet some warnings with cray compilers. (#3724)Scot Breitenfeld2023-10-1912-64/+15
* Add NVidia compiler support and CI (#3686)Allen Byrne2023-10-181-1/+1
* Sync changes that are only in 1.14 branch (#3704)jhendersonHDF2023-10-182-0/+4
* Correct fortran CMake generator expressions (#3670)Allen Byrne2023-10-144-59/+59
* 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-131-2/+1
* Address nagfor exceptions stoppage. (#3658)Scot Breitenfeld2023-10-116-79/+13
* Removed the use of -commons linking option on Darwin (#3581)Scot Breitenfeld2023-09-251-2/+0
* Fix ifx unused variable hdferr warning. (#3568)H. Joe Lee2023-09-221-0/+3
* Some minor formatting and text changes (#3563)Allen Byrne2023-09-221-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-1/+1
* fixed arg to C H5Dwrite_chunk (#3541)Scot Breitenfeld2023-09-151-10/+10
* removed C_INT32_T from Fortran APIs (#3537)Scot Breitenfeld2023-09-145-47/+72
* fixed nvidia compiler issue (#3527)Scot Breitenfeld2023-09-111-10/+6
* misc. fortran fixes for failing CI dailty tests (#3523)Scot Breitenfeld2023-09-087-60/+100
* Added new Fortran API wrappers (#3511)Scot Breitenfeld2023-09-0726-1399/+2773
* Add Fortran ES module to deploy list (#3341)Allen Byrne2023-08-041-44/+30
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-2011-44/+44
* changed the scope of #ifdef DOXYGEN to now include H5D multi-functions (#3254)Scot Breitenfeld2023-07-181-2/+3
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-187-56/+56
* addresses compilation fortran warnings on Frontier (#3236)Scot Breitenfeld2023-07-1216-20/+12
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2930-1774/+6
* Remove HD/hbool_t from fortran (#3182)Dana Robinson2023-06-2818-254/+254
* Fixed check for a VOL's async compatibility (#3164)Scot Breitenfeld2023-06-221-4/+6
* Print out the VOL connector being used in the ASYNC test (#3016)Scot Breitenfeld2023-06-058-97/+386
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* Fixed Fortran Doxygen warnings (#3017)Scot Breitenfeld2023-05-268-94/+104
* fixed GNU 4.8.5 compilation issue with C_LOC and strings (#2996)Scot Breitenfeld2023-05-231-2/+2
* Updated H5Ovisit_f and H5Ovisit_by_name_f wrappers internals. (#2987)Scot Breitenfeld2023-05-227-171/+72
* Fix 'datatype' misspellings ('dataype') (#2984)Dana Robinson2023-05-191-1/+1
* Fixes failures with gfortran 4.8 (#2979)Scot Breitenfeld2023-05-183-19/+25
* Updated INTENT to IN for C_PTR types dummy args. (#2961)Scot Breitenfeld2023-05-178-133/+133
* added missing H5ES function DLLs (#2969)Scot Breitenfeld2023-05-172-0/+21
* addresses gfortran issue https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109861 ...Scot Breitenfeld2023-05-152-9/+9
* Fix CMake generator expression syntax (#2909)Allen Byrne2023-05-053-16/+16
* Remove references to old MANIFEST file (#2890)jhendersonHDF2023-05-031-1/+0
* Fixed test failure for when REAL is promoted via a compiler flag (#2873)Scot Breitenfeld2023-05-022-13/+14