summaryrefslogtreecommitdiffstats
path: root/fortran/src
Commit message (Expand)AuthorAgeFilesLines
* defined CMAKE_H5_HAVE_DARWIN (#4146)Scot Breitenfeld2024-03-151-0/+6
* Don't set the rpath when linking statically (#4125)Jouke Witteveen2024-03-131-14/+14
* Clean up off_t usage (#4095)Dana Robinson2024-03-091-1/+7
* fixes compilation failures due to H5E additions (#4090)Scot Breitenfeld2024-03-081-1/+1
* addressed compilation errors with gfortran 4.8 (#4082)Scot Breitenfeld2024-03-071-20/+20
* Added new H5E with tests. (#4049)Scot Breitenfeld2024-03-0712-235/+907
* Fix the datatype passed to H5*exists_async APIs in tests. (#4033)Scot Breitenfeld2024-02-232-0/+6
* h5 compiler wrappers now pass all arguments passed to it to the compile line ...Scot Breitenfeld2024-01-301-10/+6
* Fixed XL and gfortran errors (#3968)Scot Breitenfeld2024-01-302-5/+9
* Add API support for Fortran MPI_F08 module definitions. (#3959)Scot Breitenfeld2024-01-295-21/+275
* fixed BIND name (#3957)Scot Breitenfeld2024-01-241-1/+1
* Fortran API work. (#3941)Scot Breitenfeld2024-01-237-153/+262
* renamed defined H5_VERS* to avoid conflicts (#3926)Scot Breitenfeld2024-01-051-3/+3
* New Fortran Examples added (#3916)Scot Breitenfeld2024-01-037-4/+53
* Added H5Fdelete_f with test (#3912)Scot Breitenfeld2023-12-302-3/+41
* Add 'warning density' computation to the warnhist script (#3910)Quincey Koziol2023-12-291-2/+2
* 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-105-29/+45
* Fortran Wrappers H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f...Scot Breitenfeld2023-11-032-0/+66
* Removed the use of C wrappers from H5P APIs. (#3824)Scot Breitenfeld2023-11-035-102/+31
* 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