Quincey Koziol
bdd7d59902
[svn-r15628] Description:
...
Remove trailing whitespace from C/C++ source files, with the following
script:
foreach f (*.[ch] *.cpp)
sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f
end
Tested on:
Mac OS X/32 10.5.5 (amazon)
No need for h5committest, just whitespace changes...
2008-09-16 10:52:51 -05:00
Christian Chilan
489e339019
[svn-r15563] Added support for serial prefix HDF5_PREFIX.
...
Tested on kagiso, smirom, and linew.
2008-08-29 16:33:14 -05:00
Christian Chilan
a97fa671eb
[svn-r15179] Change copyright notice to THG only.
2008-06-09 12:10:39 -05:00
Christian Chilan
64b2c94612
[svn-r15090] Revise copyright notice.
2008-05-29 11:17:56 -05:00
Christian Chilan
6c787d56aa
[svn-r15023] Revise man page of the serial benchmarking tool.
...
Tested on kagiso, smirom, and linew.
2008-05-16 14:53:14 -05:00
Christian Chilan
d7751c5f8c
[svn-r15009] Revise file of the serial benchmarking tool to include new man page.
...
Tested on kagiso, smirom, and linew.
2008-05-15 12:43:01 -05:00
Scot Breitenfeld
aec106e324
[svn-r14903] Undoing change committed in r14902.
2008-04-30 14:51:13 -05:00
Scot Breitenfeld
5773fd34bc
[svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. New fortran wrappers added.
2008-04-30 14:23:26 -05:00
Christian Chilan
512f4ff28f
[svn-r14829] Revised files of the serial benchmarking tool.
...
Tested on kagiso, smirom, and linew.
2008-04-11 16:25:30 -05:00
Christian Chilan
66bb19b12f
[svn-r14826] Files for the serial benchmarking tool, h5perf_serial.
...
Tested on kagiso, smirom, and linew.
2008-04-10 17:32:53 -05:00