summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5O.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24651] Merged changes in the fortran directory from the trunk into the ↵Scot Breitenfeld2014-01-271-1/+1
| | | | | | | | branch, svn merge -r23351:24650 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran . Tested: jam (gcc, intel), koala (gcc)
* [svn-r23352] merged -r22826:23050 and -r23060:23351 from trunk into branch.Scot Breitenfeld2013-03-151-30/+225
| | | | Tested: jam (gnu, intel)
* [svn-r22205] Brought changes from the trunk in the the branch, used:Scot Breitenfeld2012-03-301-63/+193
| | | | | | svn merge -r r21721:22163 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (gnu)
* [svn-r21421] Merged the Fortran 2003 changes from the trunk into the 1.8 ↵Scot Breitenfeld2011-09-271-0/+14
| | | | | | | | | | | branch, used: svn merge -r 20506:21414 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (gnu, intel, pgi compilers) Also merged effected non-Fortran files: svn merge -r21247:r21248 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/src/libhdf5.settings.in
* [svn-r18198] Description:Quincey Koziol2010-01-301-28/+28
| | | | | | | | | Trim trailing whitespace from source code files, with following command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only
* [svn-r15727] Scot Breitenfeld2008-09-301-4/+242
| | | | | | Maintenance: Merged new Fortran Features and tests from trunk into hdf5_1_8 branch (used svn merge -r 14941:14525 http://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran command).
* [svn-r14942] Maintenance: Merged new Fortran APIs and tests from trunk into ↵Elena Pourmal2008-05-061-0/+214
hdf5_1_8 branch (used svn merge -r 14505:14941 http://svn.hdfgorup.uiuc.edu/hdf5/trunk/fortran command). Updated MANIFEST Disabled -O3 optimization for gcc 4.3 (long due check-in) Platforms tested: kagiso with PGI compilers, smirom with g95 and v16 option, linew