summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27676] Fix dependencies of generated fileAllen Byrne2015-09-041-17/+20
|
* [svn-r27674] Attempt to fix race condition on windowsAllen Byrne2015-09-031-28/+44
|
* [svn-r27663] Removed the lines:Scot Breitenfeld2015-09-022-114/+6
| | | | | | | | | | | # Source files are used for both the library and fortranlib_test. # Automake will complain about this without the following workaround. fortranlib_test_FCFLAGS=$(AM_FCFLAGS) fortranlib_test_CFLAGS=$(AM_CFLAGS) because they caused Fortran build rules (.f90.o, .F90.o) to be ignored, causing the CPP flags to be passed to the Fortran compiler, causing the xlf compiler to fail. Tested: ostrich (xlf), h5committest
* [svn-r27648] Fortran executables depend on modules created by test library, ↵Allen Byrne2015-09-011-1/+16
| | | | add command to explictly enforce the building of the library before building executables.
* [svn-r27647] Added compiler check for PGI and CMake version.Scot Breitenfeld2015-09-011-0/+2
| | | | | CMake must be > v3.3 to compile with PGI due to CMake bug in earlier versions.
* [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-3133-168/+159
| | | | tested: h5committest
* [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-262-28/+28
| | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* [svn-r27585] disabled the test "test_userblock_offset"; it fails for unknown ↵Scot Breitenfeld2015-08-261-2/+3
| | | | reasons on platypus with pgf90 compiler when reading the streamed file back.
* [svn-r27580] Fix for: Scot Breitenfeld2015-08-252-1/+121
| | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
* [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵Scot Breitenfeld2015-08-202-15/+16
| | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest
* [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-1/+0
| | | | Tested: h5committest
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-1129-2138/+2000
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-1129-2000/+2138
|
* [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-051-4/+1
|\
* | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-053-34/+232
| | | | | | | | Tested: local linux with CMake
* | [svn-r27418] format clean-upScot Breitenfeld2015-07-211-489/+462
| |
* | [svn-r27405] added implicit noneScot Breitenfeld2015-07-171-3/+3
| |
* | [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