summaryrefslogtreecommitdiffstats
path: root/fortran/test/tf.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-15/+15
|
* 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.
* removed the use of C_SIZEOF for non BIND(C) derived typeM. Scot Breitenfeld2016-10-031-5/+1
|
* Fixed test to use storage_size instead of c_sizeof when available.M. Scot Breitenfeld2016-09-291-4/+4
|
* Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is ↵M. Scot Breitenfeld2016-09-291-1/+2
| | | | not available.
* [svn-r30259] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof ↵Scot Breitenfeld2016-08-051-1/+5
| | | | | | | | is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel)
* [svn-r29172] Fixed double word typo in #ifdef H5_FORTRAN_HAVE_C_SIZEOFScot Breitenfeld2016-02-191-1/+1
|
* [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵Scot Breitenfeld2016-02-191-1/+1
| | | | | | functions Tested: h5committest.new
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+412
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-412/+0
|
* [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-011-108/+0
| | | | quad precision.
* [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-1/+1
|
* [svn-r26989] Changed the BIND(C) derived types from:Scot Breitenfeld2015-05-011-1/+1
| | | | CHARACTER(LEN=1) to CHARACTER(KIND=C_CHAR) to make Sun compilers happy.
* [svn-r26983] Added C_CHAR to compound type.Scot Breitenfeld2015-04-301-2/+2
|
* [svn-r26887] Fixed Function H5_SIZEOF_CHAR and assumed sized character length.Scot Breitenfeld2015-04-221-3/+3
|
* [svn-r26876] changed argument to SIZEOF.Scot Breitenfeld2015-04-211-2/+2
|
* [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-201-0/+520