summaryrefslogtreecommitdiff
path: root/test/windows
Commit message (Collapse)AuthorAgeFilesLines
* WT-2419 - Formatting nitsDavid Hows2016-02-231-1/+1
|
* WT-2419 -Fix missing __func__ defintion under MSVCDavid Hows2016-02-231-0/+5
|
* Consistently use __wt_yield() in all of the test programs.Keith Bostic2016-01-042-12/+0
|
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-012-2/+2
|
* KNFKeith Bostic2015-04-081-1/+2
|
* Enable test/fops for Windows, and add to CIMark Benvenuto2015-04-082-0/+27
| | | | - Added Windows shim for gettimeofday
* Use beginthreadex, and ensure we use the correct C calling conventions in ↵Mark Benvenuto2015-03-251-1/+6
| | | | all callbacks
* Enable attach supportMark Benvenuto2015-01-271-2/+1
|
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-042-0/+2
|
* snprintf - Implement a custom version of snprintf match theMark Benvenuto2014-12-171-1/+8
| | | | truncation behavior of C99 standard snprintf until MSVC supports snprintf.
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-162-0/+222
Added windows_shim to emulate most functions