Quincey Koziol
|
fa1f33701d
|
[svn-r18198] Description:
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
|
2010-01-29 23:33:04 -05:00 |
|
Scot Breitenfeld
|
254eb548cc
|
[svn-r17223] Merged the fortran trunk into the branch:
svn merge -r 17164:17222 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
tested: smirom (ifort, pgf90, gfortran, g95), linew
|
2009-07-22 10:28:49 -05:00 |
|
Scot Breitenfeld
|
f7a982a64e
|
[svn-r16801] merge changes from the trunk into the branch
svn merge -r 16781:16797 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
fixes problems with H5D_chunch_cache_* variable lengths
platforms tested: smirom: ifort, pgf90
jam : f95
|
2009-04-20 11:47:47 -05:00 |
|
Scot Breitenfeld
|
2041f537e6
|
[svn-r15742] Maintenance: Merged new Fortran Features and tests from trunk into hdf5_1_8 branch
(used svn merge -r 14941:15740 http://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
command).
|
2008-09-30 19:41:00 -05:00 |
|
Scot Breitenfeld
|
fe1ca64d16
|
[svn-r15727]
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).
|
2008-09-30 11:42:10 -05:00 |
|
Elena Pourmal
|
0bfb17bf00
|
[svn-r14942] Maintenance: Merged new Fortran APIs and tests from trunk into 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
|
2008-05-06 14:23:32 -05:00 |
|