summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5F.F90
Commit message (Collapse)AuthorAgeFilesLines
* 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-6/+6
|
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-141-0/+29
|
* Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-081-1/+0
|
* VOL FEATUREDana Robinson2018-10-101-1/+18
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-2/+0
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵M. Scot Breitenfeld2018-06-081-1/+75
| | | | | | not work properly h5fget_obj_count_f with H5F_OBJ_ALL_F counted objects created in h5open_f, which should not be included in the count. The function now returns the correct number of objects (i.e., objects created in h5open are not included in the total).
* 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.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-3/+3
|
* [svn-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library.Scot Breitenfeld2016-06-151-1/+1
| | | | Tested Jelly.
* [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configureDana Robinson2016-02-221-7/+0
| | | | | | | | | | | | external dataset storage path behavior. This check-in fixes a bug in the original check-in where the external path stored in the file struct was not copied on reopen causing subsequent dataset operations to fail. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ fortran and C++ autotools parallel (MPICH 3.1.4) w/ fortran
* [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-311-0/+782
tested: h5committest