summaryrefslogtreecommitdiffstats
path: root/perform/sio_timer.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25901] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-191-78/+0
| | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* [svn-r22451] Brought cmake configuration / configure changes from Trunk.Allen Byrne2012-06-111-2/+2
| | | | Tested jam, local linux
* [svn-r22013] HDFFV-7560:Allen Byrne2012-03-021-3/+3
| | | | | | | | | | Merge 1.8 and h5dump/tools and tests based on tools library from trunk. Reduced warnings. HDFFV-7949: Remove duplicated functions in h5ls Tested: local linux,h5committest
* [svn-r20314] Changed winsock.h guard to sync with trunkAllen Byrne2011-03-241-2/+2
| | | | Tested: windows
* [svn-r18964] Windows use of VC_EXTRALEAN no longer did anything. It has been ↵Allen Byrne2010-06-031-1/+1
| | | | | | | | replaced by WIN32_LEAN_AND_MEAN macro. This was the cause of a define conflict causing the use of grp1 and grp2 to be replaced with constants in the h5dumpgentest.c file. This also affected the use of the #include <winsock.h> needed by gethostname. The new include: winsock2.h has been added to h5private.h and either removed or updated in the other files. Tested: Windows
* [svn-r17042] Updated perf_serial test to work on windows. Bring back from trunk.Allen Byrne2009-06-121-0/+4
| | | | | Tested: Windows
* [svn-r15180] Change copyright notice to THG only.Christian Chilan2008-06-091-1/+0
|
* [svn-r14949] Maintenance: brought serial h5perf tool from trunk; useElena Pourmal2008-05-061-0/+75
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