summaryrefslogtreecommitdiffstats
path: root/perform/sio_timer.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19823] BZ2013: Remove use of WIN32 defines. These two files were ↵Allen Byrne2010-11-181-2/+2
| | | | | | dependent on the winsock2.h header so changed WIN32 to H5_HAVE_WINSOCK_H. Tested: windows
* [svn-r18965] 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-r16969] Updated perf_serial test to work on windows.Allen Byrne2009-05-211-0/+4
| | | | | Tested: Windows and h5committest
* [svn-r15179] Change copyright notice to THG only.Christian Chilan2008-06-091-1/+0
|
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-0/+75
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-75/+0
| | | | New fortran wrappers added.
* [svn-r14825] Files for the serial benchmarking tool, h5perf_serial.Christian Chilan2008-04-101-0/+75
Tested on kagiso, smirom, and linew.