summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
| | | | | | | | | | | | | | | | * Fixed many -Wreserved-id-macro warnings by fixing header guard spelling Removed leading underscore(s) from header guard spelling. Used 2 regexes: ` _H5(.*)_H` ` __H5(.*)_H` Applied case-insensitively to only .h files. * Modified scripts that generate header files to not use underscore prefix Interestingly, there was already no leading underscore in the trailing comment at the end of the file * Fixed remaining -Wreserved-id-macro warning not caught by regex
* 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.
* Clang-format of source filesAllen Byrne2020-09-301-341/+393
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-9/+9
|
* HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitionsM. Scot Breitenfeld2020-02-101-1/+0
| | | | | | | | | | | | | | | | | | | 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
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-14/+20
|
* New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+3
|
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-141-0/+1
|
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-1/+1
| | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue.
* More changes to align with incoming selection improvements.Quincey Koziol2019-02-141-3/+0
|
* HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-081-5/+5
|
* VOL FEATUREDana Robinson2018-10-101-1/+0
|
* 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.
* Fix:HDFFV-9987M. Scot Breitenfeld2016-10-101-6/+8
| | | | | | | With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
* [svn-r27818] Minor warning fixes.Dana Robinson2015-09-171-0/+2
| | | | Tested on: h5committest
* [svn-r27580] Fix for: Scot Breitenfeld2015-08-251-4/+5
| | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
* [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-3/+0
| | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1099/+369
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-369/+1099
|
* [svn-r27393] removed unused C functionsScot Breitenfeld2015-07-151-7/+6
|
* [svn-r27392] removed unused C functionsScot Breitenfeld2015-07-151-2/+0
|
* [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-021-1/+1
|\
* | [svn-r26973] changed "_c (" to "_c(" Scot Breitenfeld2015-04-291-228/+228
| |
* | [svn-r26972] Removed unused C functions.Scot Breitenfeld2015-04-291-10/+0
| | | | | | | | See HDFFV-9291: Check for unused C functions
* | [svn-r26934] H5test_kind.F90 now generates all the interfaces for H5A, H5D, ↵Scot Breitenfeld2015-04-271-4/+7
| | | | | | | | and H5P REAL interfaces depending on the KIND available.
* | [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-176/+0
| |
* | [svn-r26846] BIND(C) added to H5 general functionsScot Breitenfeld2015-04-201-22/+10
| |
* | [svn-r26845] H5P and H5A BIND(C) added to APIsScot Breitenfeld2015-04-201-482/+240
| |
* | [svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-171-2/+0
|\ \ | |/
* | [svn-r26836] added BIND(C) to H5T APIsScot Breitenfeld2015-04-171-125/+62
| |
* | [svn-r26833] Added BIND(C) to H5O Fortran APIsScot Breitenfeld2015-04-171-27/+13
| |
* | [svn-r26831] Added H5S BIND(C)Scot Breitenfeld2015-04-171-65/+32
| |
* | [svn-r26829] Added BIND(C) to the Fortran H5I APIsScot Breitenfeld2015-04-161-15/+7
| |
* | [svn-r26826] CHANGED H5G APIs to use BIND(C)Scot Breitenfeld2015-04-161-38/+19
| |
* | [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.Scot Breitenfeld2015-04-151-235/+115
| |
* | [svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-151-9/+3
|\ \ | |/
* | [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-141-44/+21
| |
* | [svn-r26807] Combined *_F03* files and removed *_F90* files.Scot Breitenfeld2015-04-141-4/+2
|/
* [svn-r26479] Fix for: HDFFV-9162Scot Breitenfeld2015-03-191-1/+1
| | | | | | | | h5pget_class_f should return hid_t for classtype Also removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committest
* [svn-r26214] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-0/+1
| | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r26211] revert ci 26204Scot Breitenfeld2015-02-181-2/+0
|
* [svn-r26205] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-0/+2
| | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition.Scot Breitenfeld2015-01-231-0/+1
|
* [svn-r26010] Fix for:Scot Breitenfeld2015-01-221-59/+31
| | | | | | | | | | HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003)
* [svn-r25923] Added name to the BIND(C) attribute, removed the !DEC$ ↵Scot Breitenfeld2014-12-231-2/+1
| | | | statements for windows.
* [svn-r25766] Description:Quincey Koziol2014-11-031-2/+2
| | | | | | | | | | Revert r25273, 25283 & 25439 (the hyperslab improvement changes). They are buggy and it's taking me a long time to correct the problem. I'll check in a revised form of the changes when I've got them straightened out. Tested on: Mac OSX 10.10.0 (amazon) w/gcc 4.9.x, C++, FORTRAN Linux 2.6.x (jam) w/parallel
* [svn-r25283] Description:Quincey Koziol2014-06-141-2/+2
| | | | | | | | | | Correct error in new hyperslab selection test to use the right # of dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select to H5Smodify_select. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe (Too minor to require h5committest)
* [svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image ↵Scot Breitenfeld2014-04-011-0/+4
| | | | | | | functions Tested: jam (gnu, intel, pgi)
* [svn-r24864] Description:Quincey Koziol2014-03-211-4/+0
| | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial