summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Aff.F90
Commit message (Collapse)AuthorAgeFilesLines
* Fix ifx unused variable hdferr warning. (#3568)H. Joe Lee2023-09-221-0/+3
|
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-201-12/+12
| | | | | | * removed the use of encoded single apostrophe, and fix H5Dread_chunk from write to read * updated sanitizer paragraph * fixed brief description for H5Fget_info
* addresses compilation fortran warnings on Frontier (#3236)Scot Breitenfeld2023-07-121-2/+1
|
* Fixed Fortran Doxygen warnings (#3017)Scot Breitenfeld2023-05-261-32/+33
| | | | Fixes Fortran doxygen warnings, #2998
* Updated H5Ovisit_f and H5Ovisit_by_name_f wrappers internals. (#2987)Scot Breitenfeld2023-05-221-2/+3
| | | | | | | | | * * 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
* Updated INTENT to IN for C_PTR types dummy args. (#2961)Scot Breitenfeld2023-05-171-38/+38
| | | | * 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.
* addresses gfortran issue https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109861 ↵Scot Breitenfeld2023-05-151-1/+1
| | | | (#2957)
* Added Fortran Async APIs (#2715)Scot Breitenfeld2023-04-211-232/+1078
| | | 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.
* Removed the file, func, line args in the _async APIs fpr doxygen (#2179)Scot Breitenfeld2022-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Removed the: file, func, line args in the _async APIs from the doxygen arguments. Documented H5ESclean. * format fixes * fixed DOXYGEN_PREDEFINED * Fixed the #ifdet logic for doxygen, added missing multi-dataset va_args * format fixes * Use H5_DOXYGEN instead of H5_DOXYGEN_FORTRAN * reordered multidataset declarations * alt. for H5Aclose_async and H5Acreate_async * made doxgyen API into seperate blocks * updated codespell * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* changed to referencing C APIs by empty brackets (Fortran) (#2167)Scot Breitenfeld2022-10-171-29/+29
|
* Grouped the Fortran constants in Doxygen (#2136)Scot Breitenfeld2022-10-031-4/+4
|
* Added C references to Fortran constants. (#2126)Scot Breitenfeld2022-09-271-0/+58
| | | * added C references for Fortran APIs
* develop Merge doxygen from 1.12 branch (#2095)Allen Byrne2022-09-141-3/+3
|
* Doxygen Fortran (#2062)Scot Breitenfeld2022-09-071-1009/+587
|
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed missed closing of a dataset * fixed missed closing of a dataset * fixed typo in error return * Committing clang-format changes * minor edits * code format * Committing clang-format changes * code format * minor edit * switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging * Committing clang-format changes * changed size_i in printf to reflect the I/O. * Committing clang-format changes * Fixed seg fault with xlf on BE with -qintsize=8 * fixed error function string * spelling corrections via codespell, added new spell check github actions * Committing clang-format changes * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * work around for https://github.com/codespell-project/codespell/issues/2137 * misc * added missing file * misc * misc. * misc * switch to using Codespell with GitHub Actions * misc. * misc. * fixed more sp errors * Fix new typos found by codespell. * fixed proceed with precede * fixed variable in fortran test * fixed minnum * updated spelling list Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* 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-5/+5
|
* Narrowed the scope of ISO_C_BINDING with ONLY additionsScot Breitenfeld2020-04-061-1/+1
|
* HDFFV-10511 -- Make fortran specific subroutines names PRIVATEM. Scot Breitenfeld2018-11-091-0/+3
| | | | Made non-public APIs private.
* 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-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+1873
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-1873/+0
|
* [svn-r27395] cleaned-up codeScot Breitenfeld2015-07-151-100/+7
|
* [svn-r27385] H5Dwrite,H5Dread,H5Awrite,H5Dread for INTEGERs and Characters ↵Scot Breitenfeld2015-07-141-622/+0
| | | | are now generated code
* [svn-r27384] H5Dwrite and H5Awrite for INTEGERs are now generated codeScot Breitenfeld2015-07-141-8/+0
|
* [svn-r27002] removed the use of deprecated APIsScot Breitenfeld2015-05-041-7/+9
|
* [svn-r26934] H5test_kind.F90 now generates all the interfaces for H5A, H5D, ↵Scot Breitenfeld2015-04-271-1083/+190
| | | | and H5P REAL interfaces depending on the KIND available.
* [svn-r26917] added conditional for C_LONG_DOUBLEScot Breitenfeld2015-04-231-5/+14
|
* [svn-r26893] added c_long_double interfaces and updated DLLsScot Breitenfeld2015-04-221-1/+300
|
* [svn-r26870] added mising TARGETScot Breitenfeld2015-04-211-1/+1
|
* [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-211-7/+11
| | | | --enable-fortran
* [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-154/+423
|
* [svn-r26845] H5P and H5A BIND(C) added to APIsScot Breitenfeld2015-04-201-95/+66
|
* [svn-r26825] Added include for preprocessing fortran files with configure ↵Scot Breitenfeld2015-04-161-39/+22
| | | | definitions
* [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.Scot Breitenfeld2015-04-151-19/+10
|
* [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-141-0/+2961