summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Expand)AuthorAgeFilesLines
* [svn-r22987] ported revisions from 22742 to 22986 from the trunkRaymond Lu2012-10-2910-198/+1106
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools...Allen Byrne2012-08-231-15/+16
* [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, l...Larry Knox2012-08-221-124/+148
* [svn-r22510] Enabled the compilation of tH5E_F03.f90Scot Breitenfeld2012-07-032-12/+4
* [svn-r22504] Maintenance: Elena Pourmal2012-06-292-4/+12
* [svn-r22392] Added test for h5tcreate_f with H5T_STRING_F option.Scot Breitenfeld2012-05-231-0/+45
* [svn-r22195] Add PASS_REGULAR_EXPRESSION property to fortran tests to verify ...Allen Byrne2012-03-291-0/+3
* [svn-r22163] Added tests for optional parameters in h5ocopy_f.Scot Breitenfeld2012-03-281-62/+143
* [svn-r22142] Description : New Fortran wrapper (h5ocopy_f) for the C API H5OcopyScot Breitenfeld2012-03-261-2/+51
* [svn-r21804] Update CMake Required version in all folders to match current st...Allen Byrne2011-12-051-1/+1
* [svn-r21778] Description:Scot Breitenfeld2011-11-291-1/+12
* [svn-r21720] Description:Scot Breitenfeld2011-11-051-1/+1
* [svn-r21719] Description:Scot Breitenfeld2011-11-051-37/+37
* [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake fil...Allen Byrne2011-11-031-8/+2
* [svn-r21691] Removed extra "file_close" test since it is already Scot Breitenfeld2011-10-291-8/+0
* [svn-r21690] Albert noted on AIX:Scot Breitenfeld2011-10-291-2/+2
* [svn-r21667] Update FOLDER solution option for target properties. Added OPTIO...Allen Byrne2011-10-251-3/+10
* [svn-r21584] Removed H5L_info_t definition from test source, it's defined in ...Scot Breitenfeld2011-10-141-13/+0
* [svn-r21536] Desciption: Removed H5Eget_auto_f from source, moved to F2003_ne...Scot Breitenfeld2011-10-131-4/+4
* [svn-r21475] Description: fixed C_LOC(X) non-standard argument X for multi-di...Scot Breitenfeld2011-10-051-1/+1
* [svn-r21435] Add F2003 IF-ENDIF protection blocks around _F03 file processingAllen Byrne2011-09-301-0/+25
* [svn-r21339] Description: Added test for reading and writing vl strings in fo...Scot Breitenfeld2011-08-312-1/+256
* [svn-r21312] Description: fixed un-initialized errors for strings and changed...Scot Breitenfeld2011-08-251-6/+9
* [svn-r21298] Add fortran library depends to test fortran library buildAllen Byrne2011-08-231-2/+6
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-1829-848/+4548
* [svn-r20504] Purpose:Mike McGreevy2011-04-141-1/+4
* [svn-r20502] Purpose:Mike McGreevy2011-04-141-25/+83
* [svn-r20487] Bug 1386 - allow dimension size to be zero even though it isn't ...Raymond Lu2011-04-121-1/+7
* [svn-r20475] Purpose:Mike McGreevy2011-04-111-0/+2
* [svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the t...Raymond Lu2011-03-241-0/+6
* [svn-r20201] Order fflush tests - fflush2 DEPENDS on fflush1Allen Byrne2011-03-081-0/+1
* [svn-r20153] Move ext lib handling for ext project building to a common macro...Allen Byrne2011-02-241-4/+4
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-13/+0
* [svn-r20033] Porblem: A typo caused compilation failures with gfortran 4.6 on...Elena Pourmal2011-02-031-3/+3
* [svn-r19914] Correct format of empty parameterAllen Byrne2011-01-051-1/+1
* [svn-r19910] Change how LINK_FLAGS for fortran are appended on Windows - corr...Allen Byrne2011-01-051-5/+3
* [svn-r19909] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-051-5/+5
* [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ...Allen Byrne2011-01-041-8/+8
* [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.Larry Knox2010-11-231-0/+3
* [svn-r19509] Improve CMake support for CYGWIN.Allen Byrne2010-10-041-22/+14
* [svn-r19506] Bring changes from revisions 19408, 19421, and 19442 from branch...Larry Knox2010-10-041-5/+15
* [svn-r19366] Updated autoconf to version 2.6.7, libtool to version 2.2.10, an...Larry Knox2010-09-101-1/+1
* [svn-r19361] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-48/+4
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-311-1/+1
* [svn-r19059] Brought changes from hdf5_1_8 to add version information for for...Larry Knox2010-07-091-0/+2
* [svn-r19037] Added executable Linker Flag for MSVC static builds: /NODEFAULTL...Allen Byrne2010-06-291-0/+20
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+175
* [svn-r18709] Purpose:Mike McGreevy2010-05-051-1/+1
* [svn-r18579] Purpose:Mike McGreevy2010-04-151-1/+1
* [svn-r18197] Description:Quincey Koziol2010-01-3022-1279/+1279