summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-122/+102
* [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-051-1/+4
* | [svn-r27375] Moved generating Fortran 'test' code from the fortran src direct...Scot Breitenfeld2015-07-131-18/+53
* | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-161-0/+5
* | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-101-0/+1
* | [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-0/+1
* | [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-081-0/+1
* | [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-051-0/+1
* | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+1
* | [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-031-0/+1
* | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing q...Scot Breitenfeld2015-06-011-3/+3
* | [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-271-0/+11
* | [svn-r26869] removed the --enable-fortran2003 option, it is now just --enable...Scot Breitenfeld2015-04-211-34/+14
* | [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-201-50/+33
* | [svn-r26825] Added include for preprocessing fortran files with configure def...Scot Breitenfeld2015-04-161-2/+3
|/
* [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redun...Larry Knox2015-04-021-1/+0
* [svn-r26660] HDFFV-9131: autotols reworkAllen Byrne2015-03-301-2/+0
* [svn-r26509] Run reconfigure after merges from autotools_rework branch.Jerome Soumagne2015-03-201-2/+0
* [svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_...Dana Robinson2015-02-271-5/+0
* [svn-r26303] remove files with .clog2 extension generated by MPE when doing m...Mohamad Chaarawi2015-02-251-2/+2
* [svn-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-161-1/+2
* [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from au...Mohamad Chaarawi2015-02-161-1/+0
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-071-1/+0
* [svn-r25290] Fix for:Scot Breitenfeld2014-06-161-9/+20
* [svn-r25286] Fix for:Scot Breitenfeld2014-06-161-5/+30
* [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-111-1/+0
* [svn-r25169] Removed duplicate tests in fortranlib_test_1_8.f90 and fortranli...Scot Breitenfeld2014-05-061-9/+9
* [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ...Larry Knox2014-04-251-1/+0
* [svn-r24978] Removed the .mod (and .raw) files when make clean is issued.Scot Breitenfeld2014-04-071-13/+26
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler...Elena Pourmal2014-04-061-45/+53
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ins...Allen Byrne2014-03-311-60/+478
* [svn-r24864] Description:Quincey Koziol2014-03-211-1/+0
* [svn-r24194] Don't add hdf5 library dependencies to lib files when --disable-...Larry Knox2013-09-241-0/+1
* [svn-r23305] HDFFV-8257: szip still used even if headers are not found. Chang...Allen Byrne2013-02-181-1/+1
* [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-181-3/+4
* [svn-r22908] Reverted changes in revision 22819Larry Knox2012-10-161-2/+0
* [svn-r22827] HDFFV-8007: Add missing H5O Fortran functions.Scot Breitenfeld2012-09-271-2/+4
* [svn-r22826] Fix for: HDFFV-7903 Fortran problem writing control character t...Scot Breitenfeld2012-09-271-0/+2
* [svn-r22825] Fix for: HDFFV-7903 Fortran problem writing control character t...Scot Breitenfeld2012-09-271-2/+0
* [svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that if...Larry Knox2012-09-271-0/+2
* [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-031-7/+3
* [svn-r22504] Maintenance: Elena Pourmal2012-06-291-3/+7
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-181-7/+38
* [svn-r20504] Purpose:Mike McGreevy2011-04-141-1/+4
* [svn-r20502] Purpose:Mike McGreevy2011-04-141-25/+83
* [svn-r20475] Purpose:Mike McGreevy2011-04-111-0/+2