summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Pff.F90
Commit message (Collapse)AuthorAgeFilesLines
* Add API support for Fortran MPI_F08 module definitions. (#3959)Scot Breitenfeld2024-01-291-17/+249
| | | | | * revert to using c-stub for _F08 MPI APIs * use mpi compiler wrappers for cmake and nvhpc
* Add intel oneapi windows build to CI CMake (#3836)Allen Byrne2023-11-101-1/+1
|
* Removed the use of C wrappers from H5P APIs. (#3824)Scot Breitenfeld2023-11-031-25/+30
| | | | | | | | | | | * fix seg fault on frontier/cray * fix seg fault on frontier/cray * fix seg fault on frontier/cray * removed the use of h5pclose_c * removed the use of h5pclose_c
* Add h5pget_actual_selection_io_mode fortran wrapper (#3746)Scot Breitenfeld2023-10-231-1/+37
| | | | | | | * added h5pget_actual_selection_io_mode_f test * added tests for h5pget_actual_selection_io_mode_f * fixed int_f type conversion
* removed C_INT32_T from Fortran APIs (#3537)Scot Breitenfeld2023-09-141-9/+19
|
* misc. fortran fixes for failing CI dailty tests (#3523)Scot Breitenfeld2023-09-081-5/+11
| | | | | * fixed H5Lvisit* interface * changed integer type for direct write
* Added new Fortran API wrappers (#3511)Scot Breitenfeld2023-09-071-35/+253
| | | | | | | | | | | | | | | | | | | * Added new wrappers for h5get_free_list_sizes_f H5Sselect_intersect_block_f H5Sselect_shape_same_f h5pget_no_selection_io_cause_f h5pget_mpio_no_collective_cause_f H5Lvisit_by_name_f H5Lvisit_f H5Fget_info_f h5dwrite_chunk_f h5dread_chunk_f * added h5pget_file_space_page_size_f, h5pset_file_space_page_size_f, h5pget_file_space_strategy_f, h5pset_file_space_strategy_f, h5info tests * added fortran tests * Update tH5F.F90
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-201-1/+1
| | | | | | * 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-1/+0
|
* Print out the VOL connector being used in the ASYNC test (#3016)Scot Breitenfeld2023-06-051-22/+52
| | | | | * Print out the VOL connector being used in the ASYNC test * Add h5pget_vol_cap_flags_f with test
* Updated INTENT to IN for C_PTR types dummy args. (#2961)Scot Breitenfeld2023-05-171-10/+10
| | | | * 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-8/+8
| | | | (#2957)
* Add Fortran Selection IO APIs (#2864)Scot Breitenfeld2023-05-011-0/+134
| | | new selection IO fortran APIs with tests
* Added Fortran Async APIs (#2715)Scot Breitenfeld2023-04-211-29/+33
| | | H5A, H5D, H5ES, H5G, H5F, H5L and H5O async APIs were added.
* Fix doxygen warnings and remove javadocs (#2324)Allen Byrne2022-12-201-25/+0
| | | | | * Fix doxygen warnings and remove javadocs * fix typo
* 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-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-159/+159
|
* Subfiling Fortran wrapper work. (#2143)Scot Breitenfeld2022-10-061-0/+243
| | | | | | | | | | | | | | | | | * added C ref. for Fortran constants * added C ref. for Fortran constants * move constant paramters to H5* module listing * added back comment * Fortran subfiling and ioc FD with tests. H5Pset/get_mpi_params wrappers with tests, misc.. parallel test clean-up. * misc. fixes * fixed CMake testpar issues, formatted, misc. updates * updated tests
* Grouped the Fortran constants in Doxygen (#2136)Scot Breitenfeld2022-10-031-13/+13
|
* Misc. Fortran Doxygen updates (#2129)Scot Breitenfeld2022-09-281-72/+103
|
* Added C references to Fortran constants. (#2126)Scot Breitenfeld2022-09-271-0/+270
| | | * added C references for Fortran APIs
* develop Merge doxygen from 1.12 branch (#2095)Allen Byrne2022-09-141-14/+14
|
* Doxygen Fortran (#2062)Scot Breitenfeld2022-09-071-5170/+2394
|
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-1/+1
| | | | | | | | | | | * Fix typos found in the rest of the hdf5 code-base * Typo in tool.cmake * Revert "Typo in tool.cmake" This reverts commit 06b8403d99757c7d20f1eed530cf317c3d84de4b. * Fix clang-format styling
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Updated the file locking Fortran property list wrappers and addedDana Robinson2020-08-041-8/+8
| | | | a test.
* Squash merge of file locking fixesDana Robinson2020-08-031-0/+102
|
* Removed trailing space from Fortran files.Dana Robinson2020-05-261-1291/+1291
|
* Narrowed the scope of ISO_C_BINDING with ONLY additionsScot Breitenfeld2020-04-061-1/+1
|
* HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitionsM. Scot Breitenfeld2020-02-101-19/+76
| | | | | | | | | | | | | | | | | | | Added ------ New Definitions: INTEGER :: H5F_LIBVER_ERROR_F INTEGER :: H5F_LIBVER_NBOUNDS_F INTEGER :: H5F_LIBVER_V18_F INTEGER :: H5F_LIBVER_V110_F INTEGER :: H5F_LIBVER_V112_F INTEGER :: H5F_LIBVER_V114_F New API: h5pget_libver_bounds_f(fapl_id, low, high, hdferr) Removed: call to C wrapper h5pset_libver_bounds_c in h5pset_libver_bounds_f
* move the vol_info to an optional parameterM. Scot Breitenfeld2019-06-111-7/+14
|
* added H5Pset_volM. Scot Breitenfeld2019-05-221-0/+85
|
* Merge branch 'develop' into H10621M. Scot Breitenfeld2019-03-071-1/+90
|\
| * Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-081-1/+90
| |
* | Implemented VOL APIs and C constants, no testsScot Breitenfeld2018-12-071-3/+2
|/
* HDFFV-10511 -- Make fortran specific subroutines names PRIVATEM. Scot Breitenfeld2018-11-091-0/+8
| | | | Made non-public APIs private.
* fixed return integer type of C functionM. Scot Breitenfeld2018-04-101-2/+2
|
* HDFFV-10345 spelling errorsAllen Byrne2018-02-051-1/+1
|
* 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.
* HDFFV-9973 Fortran library fails to compile and fails tests with NAG compilerM. Scot Breitenfeld2016-09-221-7/+7
| | | | Fixes issues with KIND = BYTE assumptions.
* [svn-r30089] fixed issue of CHARACTER argument of c_loc having a length of 1Scot Breitenfeld2016-06-161-1/+1
|
* [svn-r30087] fixed issue of CHARACTER argument of c_loc having a length of 1Scot Breitenfeld2016-06-161-2/+2
|
* [svn-r30085] changed from CHARACTER to CHARACTER(LEN=*), and moved the LEN ↵Scot Breitenfeld2016-06-161-2/+2
| | | | of an optional argument into the optional check loop.
* [svn-r29162] added robodoc header informationScot Breitenfeld2016-02-191-11/+10
|
* [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵Scot Breitenfeld2016-02-191-0/+183
| | | | | | functions Tested: h5committest.new
* [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-081-1/+516
| | | | Tested: h5committest.new
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+7327
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-7327/+0
|