summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27404] Implemented new function to compare reals with adjustible ↵Scot Breitenfeld2015-07-171-3/+37
| | | | precision tolerance.
* [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵Scot Breitenfeld2015-07-133-21/+109
| | | | directory to the fortran 'test' directory. Updated autotools and cmake.
* [svn-r27373] moved building generated test APIs to a sperated build program ↵Scot Breitenfeld2015-07-131-0/+272
| | | | | | (was in fortran/src/H5_buildiface.F90)
* [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-021-2/+2
|
* [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-161-0/+5
|
* [svn-r27188] Switch to using parameters for SELECTED_*_KIND and instead use ↵Scot Breitenfeld2015-06-101-19/+14
| | | | numerical precision.
* [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-102-1/+1
|
* [svn-r27176] Removed debugging statements.Scot Breitenfeld2015-06-091-2/+0
|
* [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-0/+1
|
* [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-083-1/+19
|
* [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-053-47/+48
|
* [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+1
|
* [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-034-194/+190
|
* [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-021-1/+1
|\
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-1/+1
| | | | | | | | | | | | | | | | * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-0122-866/+584
| | | | | | | | quad precision.
* | [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-281-1/+0
| |
* | [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-275-13/+21
| |
* | [svn-r26989] Changed the BIND(C) derived types from:Scot Breitenfeld2015-05-013-5/+5
| | | | | | | | 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-r26919] fixed real promoted to 8 bytesScot Breitenfeld2015-04-241-99/+99
| |
* | [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-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-213-78/+42
| | | | | | | | --enable-fortran
* | [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-207-369/+164
| |
* | [svn-r26825] Added include for preprocessing fortran files with configure ↵Scot Breitenfeld2015-04-161-2/+3
|/ | | | definitions
* [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵Larry Knox2015-04-021-1/+0
| | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
* [svn-r26660] HDFFV-9131: autotols reworkAllen Byrne2015-03-301-2/+0
| | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest
* [svn-r26657] Fix for HDFFV09202.Scot Breitenfeld2015-03-302-6/+21
| | | | | | | HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: jam( --enable-fortran2003, gnu) koala (--enable-fortran2003, intel)
* [svn-r26645] Revert the part of revision 26642 that is in fortran/test and ↵Larry Knox2015-03-302-10/+12
| | | | | | | | | | causes the error "undefined reference to `verify_fortran_integer_4_". files: tH5P_F03.f90 tf.f90 Tested: h5committest and several failed daily tests.
* [svn-r26642] Fix for HDFFV09202 and HDFFV-9171.Scot Breitenfeld2015-03-282-12/+10
| | | | | | | HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest
* [svn-r26631] reverted change r26629Scot Breitenfeld2015-03-272-10/+12
|
* [svn-r26629] Fix for HDFFV09202 and HDFFV-9171.Scot Breitenfeld2015-03-272-12/+10
| | | | | | | HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-19/+39
| | | | Tested: local linux
* [svn-r26509] Run reconfigure after merges from autotools_rework branch.Jerome Soumagne2015-03-201-2/+0
|
* [svn-r26481] Removed compiler warnings. HDF5-239Scot Breitenfeld2015-03-198-16/+9
| | | | Tested: h5committest.
* [svn-r26479] Fix for: HDFFV-9162Scot Breitenfeld2015-03-1911-918/+946
| | | | | | | | 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-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-271-5/+0
| | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest
* [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵Mohamad Chaarawi2015-02-251-2/+2
| | | | make clean.
* [svn-r26253] Update CMake with fortran source properties and defines, ↵Allen Byrne2015-02-204-23/+27
| | | | correct name of hl fortran examples option check
* [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers.Scot Breitenfeld2015-02-191-7/+11
|
* [svn-r26214] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-1/+1
| | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r26211] revert ci 26204Scot Breitenfeld2015-02-181-21/+4
|
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r26205] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-4/+21
| | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-161-1/+2
| | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
* [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵Mohamad Chaarawi2015-02-161-1/+0
| | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest.
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-0/+2
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25929] Description:Quincey Koziol2014-12-291-1/+1
| | | | | | | | | | Clean up EOF code within library and add 'mem_type' parameter to 'get_eof' VFD callback, to avoid various ambiguous situations, particularly with the multi VFD. (Supports changes for 'avoid_truncate' feature also) Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel h5committest forthcoming
* [svn-r25626] Changed the callback function integer type from INTEGER to ↵Scot Breitenfeld2014-09-261-1/+1
| | | | INTEGER(C_INT) for portability, HDFFV-8909.