summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Expand)AuthorAgeFilesLines
* append '-WF,' when passing C preprocessor directives to the xlf compiler (#3976)Scot Breitenfeld2024-02-141-3/+8
* h5 compiler wrappers now pass all arguments passed to it to the compile line ...Scot Breitenfeld2024-02-142-14/+37
* Fixed XL and gfortran errors (#3968)Scot Breitenfeld2024-02-143-9/+13
* Add API support for Fortran MPI_F08 module definitions. (#3959)Scot Breitenfeld2024-02-149-22/+613
* fixed BIND name (#3957)Scot Breitenfeld2024-02-142-8/+3
* Fortran API work. (#3941)Scot Breitenfeld2024-02-1410-162/+423
* Sync 1.14 branch with develop (#3923)Larry Knox2024-01-0810-19/+137
* Merge examples and workflows from develop (#3918)Allen Byrne2024-01-031-7/+0
* Sync 1.14 branch with develop (#3887)jhendersonHDF2023-12-0714-246/+561
* Sync fixes for CI and presets (#3855)Allen Byrne2023-11-157-40/+89
* Sync CMake changes from develop (#3811)Allen Byrne2023-11-021-1/+1
* Sync with develop (#3764)jhendersonHDF2023-10-2514-19/+102
* Sync with develop (#3737)jhendersonHDF2023-10-2114-73/+30
* Sync 1.14 branch with develop (#3705)jhendersonHDF2023-10-1812-143/+74
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-1228-1401/+2843
* Fix several spelling/grammar issues (#3621) (#3632)Dana Robinson2023-10-041-1/+1
* Removed the use of -commons linking option on Darwin (#3581) (#3616)Larry Knox2023-09-291-2/+0
* Sync CMake and doxygen (#3593)Allen Byrne2023-09-261-1/+1
* Add Fortran H5ES module to deploy list (#3342)Allen Byrne2023-08-051-44/+30
* Sync Fortran w/ develop (#3296)Dana Robinson2023-07-2729-141/+134
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-2730-1774/+6
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-2714-191/+191
* Normalizes the public headers (#3292)Dana Robinson2023-07-2711-44/+44
* Fixed check for a VOL's async compatibility (#3164) (#3224)Larry Knox2023-07-061-4/+6
* Sync fortran src files with develop (#3126)Allen Byrne2023-06-1512-214/+384
* Fix doxygen and actions - merge from develop (#3109)Allen Byrne2023-06-1310-292/+349
* Fix CMake generator expression syntax (#2910)Allen Byrne2023-05-053-16/+16
* Remove references to old MANIFEST file (#2890)jhendersonHDF2023-05-031-1/+0
* Sync 2 new develop prs to hdf5_1_14 (#2879)Larry Knox2023-05-022-13/+14
* Sync with develop (#2871)Dana Robinson2023-05-0213-63/+420
* Sync with develop (#2849)Dana Robinson2023-04-281-1/+1
* Merge with develop (#2790)Dana Robinson2023-04-2247-2702/+6150
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2545)Allen Byrne2023-04-042-14/+14
* Fix new codespell issues (#2521) (#2533)Larry Knox2023-03-102-2/+2
* 1.14 Merge Correct pkgconfig variables and libraries #2259 (#2477)Allen Byrne2023-02-171-2/+6
* 1.14 Fix some doxygen warnings (#2323)Allen Byrne2022-12-211-25/+0
* fixed unclosed objects in test (#2290)Scot Breitenfeld2022-12-101-6/+10
* Correct requires setting for pkgconfig files (#2280)Allen Byrne2022-12-071-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-01106-149/+43
* 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-1910-18/+630
* address test failing when default real and integers are 8 bytes (#2173)Scot Breitenfeld2022-10-191-6/+17
* changed to referencing C APIs by empty brackets (Fortran) (#2167)Scot Breitenfeld2022-10-1714-396/+396
* Fix H5Dfill_f test (#2162)Scot Breitenfeld2022-10-144-126/+188
* 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-116-70/+393
* Avoid calling H5FD_subfiling_init from h5open_f. (#2149)Scot Breitenfeld2022-10-071-1/+23
* Subfiling Fortran wrapper work. (#2143)Scot Breitenfeld2022-10-0616-34/+868