summaryrefslogtreecommitdiffstats
path: root/perform/sio_perf.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17042] Updated perf_serial test to work on windows. Bring back from trunk.Allen Byrne2009-06-121-11/+11
| | | | | Tested: Windows
* [svn-r16566] Description:Quincey Koziol2009-03-111-9/+0
| | | | | | | | Bring r16560 back from trunk. Tested on: Mac OS X/32 10.5.6 (amazon) debug & production (Following up with tests on more platforms)
* [svn-r16490] Fixed bug #1459 by eliminating the macro long_long and ↵Allen Byrne2009-02-181-6/+6
| | | | | | | | | replacing all instances with long long. Tested: h5comittest fedora 10 x64 XP32, VNET
* [svn-r15629] Description:Quincey Koziol2008-09-161-5/+5
| | | | | | | | | | | | | 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...
* [svn-r15562] Added support for serial prefix HDF5_PREFIX.Christian Chilan2008-08-291-0/+9
| | | | Tested on kagiso, smirom, and linew.
* [svn-r15180] Change copyright notice to THG only.Christian Chilan2008-06-091-1/+0
|
* [svn-r15129] Revise man page and copyright notice.Christian Chilan2008-06-031-85/+54
| | | | Tested on smirom.
* [svn-r14949] Maintenance: brought serial h5perf tool from trunk; useElena Pourmal2008-05-061-0/+1446
svn merge -r 14824:14945 http://svn.hdfgroup.uiuc.edu/hdf5/trunk/perform command to bring changes in. Platforms tested: kagiso with Intel compilers, smirom with GNU compiler