summaryrefslogtreecommitdiffstats
path: root/fortran/src
Commit message (Expand)AuthorAgeFilesLines
* 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-234-2/+55
* update stat arg for apple (#3726)Scot Breitenfeld2023-10-235-13/+16
* Add -h and --help as flags in h5cc & h5fc (#3729)Glenn Song2023-10-201-8/+14
* 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-141-12/+12
* Address nagfor exceptions stoppage. (#3658)Scot Breitenfeld2023-10-113-3/+1
* 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
* fixed arg to C H5Dwrite_chunk (#3541)Scot Breitenfeld2023-09-151-10/+10
* removed C_INT32_T from Fortran APIs (#3537)Scot Breitenfeld2023-09-143-39/+57
* misc. fortran fixes for failing CI dailty tests (#3523)Scot Breitenfeld2023-09-085-57/+90
* Added new Fortran API wrappers (#3511)Scot Breitenfeld2023-09-0712-220/+870
* 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-209-30/+30
* 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-186-53/+53
* addresses compilation fortran warnings on Frontier (#3236)Scot Breitenfeld2023-07-1216-20/+12
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2918-1642/+4
* Remove HD/hbool_t from fortran (#3182)Dana Robinson2023-06-2814-229/+229
* Print out the VOL connector being used in the ASYNC test (#3016)Scot Breitenfeld2023-06-056-67/+339
* Fixed Fortran Doxygen warnings (#3017)Scot Breitenfeld2023-05-268-94/+104
* Updated H5Ovisit_f and H5Ovisit_by_name_f wrappers internals. (#2987)Scot Breitenfeld2023-05-225-143/+46
* Fixes failures with gfortran 4.8 (#2979)Scot Breitenfeld2023-05-181-14/+14
* 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-051-2/+2
* Remove references to old MANIFEST file (#2890)jhendersonHDF2023-05-031-1/+0
* Add Fortran Selection IO APIs (#2864)Scot Breitenfeld2023-05-015-30/+180
* Remove "the the" from comments and docs (#2865)Dana Robinson2023-05-014-7/+7
* Added Fortran Async APIs (#2715)Scot Breitenfeld2023-04-2130-2634/+4444
* Comment cleanup (#2689)Quincey Koziol2023-04-112-7/+0
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-131-12/+12
* Fix new codespell issues (#2521)Mark Kittisopikul2023-03-081-1/+1
* CMake generated pkg-config file is incorrect #2259 (#2476)Allen Byrne2023-02-171-2/+6
* Fix doxygen warnings and remove javadocs (#2324)Allen Byrne2022-12-201-25/+0
* Correct requires setting for pkgconfig files (#2280)Allen Byrne2022-12-071-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-0140-57/+15
* Removed the file, func, line args in the _async APIs fpr doxygen (#2179)Scot Breitenfeld2022-10-257-24/+24
* Implement option for using CMake GNUInstallDirs (#2175)Allen Byrne2022-10-251-3/+3
* Multi Dataset (#2120)Neil Fortner2022-10-192-1/+105
* changed to referencing C APIs by empty brackets (Fortran) (#2167)Scot Breitenfeld2022-10-1714-396/+396
* Fix H5Dfill_f test (#2162)Scot Breitenfeld2022-10-142-11/+12
* renamed H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE DLL (#2158)Scot Breitenfeld2022-10-132-2/+2
* Fix for missing h5dfill_c_long_double in dll (#2155)Scot Breitenfeld2022-10-122-1/+4
* Implemented C matching (and general) H5Dfill Fortran wrappers (#2152)Scot Breitenfeld2022-10-114-69/+79
* Avoid calling H5FD_subfiling_init from h5open_f. (#2149)Scot Breitenfeld2022-10-071-1/+23
* Subfiling Fortran wrapper work. (#2143)Scot Breitenfeld2022-10-069-11/+414