summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Off.F90
Commit message (Collapse)AuthorAgeFilesLines
* addresses compilation fortran warnings on Frontier (#3236)Scot Breitenfeld2023-07-121-2/+0
|
* Fixed Fortran Doxygen warnings (#3017)Scot Breitenfeld2023-05-261-8/+11
| | | | Fixes Fortran doxygen warnings, #2998
* Updated H5Ovisit_f and H5Ovisit_by_name_f wrappers internals. (#2987)Scot Breitenfeld2023-05-221-38/+40
| | | | | | | | | * * Removed C wrappers for H5Ovisit_f and H5Ovist_by_name_f, modifying the Fortran source accordingly. * The intent for op_data was declared INOUT, even though the pointer address INTENT is, in actuality, IN. gfortran was optimizing out op_data in tests where the values were repeatedly reset to the same value. The values were reset in the test because the data the pointer targeted was updated in the callback. * Made use of the 'verify' function to check value correctness. * changed to useing INTEGER(C_INT) instead of C_BOOL, updated the documentation
* 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-171-15/+15
| | | | * Changed to INTENT(IN) for C_PTR dummy args since it refers to whether C_PTR can be changed and does not relate to the INTENT state of the target.
* Added Fortran Async APIs (#2715)Scot Breitenfeld2023-04-211-79/+434
| | | H5A, H5D, H5ES, H5G, H5F, H5L and H5O async APIs were added.
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
| | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file.
* changed to referencing C APIs by empty brackets (Fortran) (#2167)Scot Breitenfeld2022-10-171-19/+19
|
* Misc. Fortran Doxygen updates (#2129)Scot Breitenfeld2022-09-281-1/+0
|
* Added C references to Fortran constants. (#2126)Scot Breitenfeld2022-09-271-0/+38
| | | * added C references for Fortran APIs
* develop Merge doxygen from 1.12 branch (#2095)Allen Byrne2022-09-141-0/+1
|
* Doxygen Fortran (#2062)Scot Breitenfeld2022-09-071-546/+300
|
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Removed trailing space from Fortran files.Dana Robinson2020-05-261-77/+77
|
* Narrowed the scope of ISO_C_BINDING with ONLY additionsScot Breitenfeld2020-04-061-2/+2
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-58/+110
|
* fixed 8 byte integer issueM. Scot Breitenfeld2019-01-091-1/+10
|
* HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-081-19/+79
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-081-1/+1
| | | | Tested: h5committest.new
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+1149
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-1149/+0
|
* [svn-r27382] Documenation changesScot Breitenfeld2015-07-141-1/+7
|
* [svn-r26836] added BIND(C) to H5T APIsScot Breitenfeld2015-04-171-1/+0
|
* [svn-r26834] Added more BIND(C) to H5O Fortran APIsScot Breitenfeld2015-04-171-3/+1
|
* [svn-r26833] Added BIND(C) to H5O Fortran APIsScot Breitenfeld2015-04-171-101/+80
|
* [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-141-0/+1167